We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b317c75 commit e18c9ebCopy full SHA for e18c9eb
scripts/opportunity-provider/README.md
@@ -31,11 +31,11 @@ $PERMIT2 $AMOUNT
31
Then update the `opportunities.json` and `config.json` files for the opportunity you want to provide, and then run the following command:
32
33
```
34
-$ npm run opportunity-provider -- --private-key $PRIVATE_KEY
+$ npm run provide-opportunity -- --private-key $PRIVATE_KEY
35
36
37
To create and submit random opportunities for load test, first update the `tokens.json` file, and use the following command:
38
39
40
-$ npm run opportunity-provider -- --private-key $PRIVATE_KEY --load-test --count 10
+$ npm run provide-opportunity -- --private-key $PRIVATE_KEY --load-test --count 10
41
0 commit comments