fix
This commit is contained in:
parent
786d9d65e6
commit
627cb09b9f
|
@ -1,7 +1,7 @@
|
|||
First install the sbv2 cli
|
||||
|
||||
```bash
|
||||
npm install -g @switchboard-xyz/cli^2
|
||||
npm install -g @switchboard-xyz
|
||||
```
|
||||
|
||||
Then run the following command to create your own feed using the devnet
|
||||
|
@ -29,9 +29,5 @@ sbv2 solana aggregator update $AGGREGATOR_KEY \
|
|||
--keypair ~/.config/solana/id.json
|
||||
```
|
||||
|
||||
See
|
||||
[docs.switchboard.xyz/solana/program/devnet](https://docs.switchboard.xyz/solana/program/devnet)
|
||||
for a list of devnet accounts to use
|
||||
|
||||
**_NOTE:_** You can provide multiple `--job` flags to add additional oracle jobs
|
||||
to your data feed
|
||||
|
|
Loading…
Reference in New Issue