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 ce68b8e commit 1d9e489Copy full SHA for 1d9e489
price_pusher/README.md
@@ -46,7 +46,9 @@ You can get the list of available price feeds from
46
To run the price pusher, please run the following commands, replacing the command line arguments as necessary:
47
48
```sh
49
-npm install # Only run it the first time
+# Only run it the first time to build the code
50
+npm install
51
+npx lerna run build
52
53
# For EVM
54
npm run start -- evm --endpoint wss://example-rpc.com \
0 commit comments