- @switchboard-xyz/switchboardv2-cli@0.1.21
 - @switchboard-xyz/sbv2-utils@0.0.13
 - anchor-feed-parser@0.1.1
 - anchor-vrf-parser@0.1.1
 - spl-feed-parser@0.1.1
This commit is contained in:
gallynaut 2022-05-20 12:16:19 -06:00
parent 94fbb8440b
commit b0e1641800
6 changed files with 78 additions and 78 deletions

View File

@ -122,7 +122,7 @@ EXAMPLE
$ sbv2 aggregator:add:job
```
_See code: [src/commands/aggregator/add/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/add/job.ts)_
_See code: [src/commands/aggregator/add/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/add/job.ts)_
## `sbv2 aggregator:create:copy AGGREGATORSOURCE`
@ -182,7 +182,7 @@ EXAMPLES
9WZ59yz95bd3XwJxDPVE2PjvVWmSy9WM1NgGD2Hqsohw --keypair ../payer-keypair.json --sourceCluster mainnet-beta
```
_See code: [src/commands/aggregator/create/copy.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/create/copy.ts)_
_See code: [src/commands/aggregator/create/copy.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/create/copy.ts)_
## `sbv2 aggregator:create:json DEFINITIONFILE`
@ -225,7 +225,7 @@ EXAMPLE
GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U --outputFile aggregator.schema.json
```
_See code: [src/commands/aggregator/create/json.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/create/json.ts)_
_See code: [src/commands/aggregator/create/json.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/create/json.ts)_
## `sbv2 aggregator:lock AGGREGATORKEY`
@ -256,7 +256,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/lock.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/lock.ts)_
_See code: [src/commands/aggregator/lock.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/lock.ts)_
## `sbv2 aggregator:permission:create AGGREGATORKEY`
@ -286,7 +286,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/permission/create.ts)_
_See code: [src/commands/aggregator/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/permission/create.ts)_
## `sbv2 aggregator:remove:job AGGREGATORKEY JOBKEY`
@ -323,7 +323,7 @@ EXAMPLE
$ sbv2 aggregator:remove:job
```
_See code: [src/commands/aggregator/remove/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/remove/job.ts)_
_See code: [src/commands/aggregator/remove/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/remove/job.ts)_
## `sbv2 aggregator:set AGGREGATORKEY`
@ -376,7 +376,7 @@ EXAMPLE
../payer-keypair.json
```
_See code: [src/commands/aggregator/set/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/index.ts)_
_See code: [src/commands/aggregator/set/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/index.ts)_
## `sbv2 aggregator:set:authority AGGREGATORKEY NEWAUTHORITY`
@ -408,7 +408,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/set/authority.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/authority.ts)_
_See code: [src/commands/aggregator/set/authority.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/authority.ts)_
## `sbv2 aggregator:set:batchSize AGGREGATORKEY BATCHSIZE`
@ -440,7 +440,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/set/batchSize.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/batchSize.ts)_
_See code: [src/commands/aggregator/set/batchSize.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/batchSize.ts)_
## `sbv2 aggregator:set:forceReportPeriod AGGREGATORKEY FORCEREPORTPERIOD`
@ -481,7 +481,7 @@ EXAMPLE
../payer-keypair.json
```
_See code: [src/commands/aggregator/set/forceReportPeriod.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/forceReportPeriod.ts)_
_See code: [src/commands/aggregator/set/forceReportPeriod.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/forceReportPeriod.ts)_
## `sbv2 aggregator:set:history AGGREGATORKEY SIZE`
@ -519,7 +519,7 @@ EXAMPLE
$ sbv2 aggregator:set:history GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR 10000 --keypair ../payer-keypair.json
```
_See code: [src/commands/aggregator/set/history.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/history.ts)_
_See code: [src/commands/aggregator/set/history.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/history.ts)_
## `sbv2 aggregator:set:minJobs AGGREGATORKEY MINJOBRESULTS`
@ -551,7 +551,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/set/minJobs.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/minJobs.ts)_
_See code: [src/commands/aggregator/set/minJobs.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/minJobs.ts)_
## `sbv2 aggregator:set:minOracles AGGREGATORKEY MINORACLERESULTS`
@ -583,7 +583,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/set/minOracles.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/minOracles.ts)_
_See code: [src/commands/aggregator/set/minOracles.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/minOracles.ts)_
## `sbv2 aggregator:set:queue AGGREGATORKEY QUEUEKEY`
@ -615,7 +615,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/aggregator/set/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/queue.ts)_
_See code: [src/commands/aggregator/set/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/queue.ts)_
## `sbv2 aggregator:set:updateInterval AGGREGATORKEY UPDATEINTERVAL`
@ -650,7 +650,7 @@ EXAMPLE
$ sbv2 aggregator:set:updateInterval GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR 60 --keypair ../payer-keypair.json
```
_See code: [src/commands/aggregator/set/updateInterval.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/updateInterval.ts)_
_See code: [src/commands/aggregator/set/updateInterval.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/updateInterval.ts)_
## `sbv2 aggregator:set:varianceThreshold AGGREGATORKEY VARIANCETHRESHOLD`
@ -691,7 +691,7 @@ EXAMPLE
../payer-keypair.json
```
_See code: [src/commands/aggregator/set/varianceThreshold.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/set/varianceThreshold.ts)_
_See code: [src/commands/aggregator/set/varianceThreshold.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/set/varianceThreshold.ts)_
## `sbv2 aggregator:update AGGREGATORKEY`
@ -724,7 +724,7 @@ EXAMPLE
$ sbv2 aggregator:update J7j9xX8JP2B2ErvUzuqGAKBGeggsxPyFXj5MqZcYDxfa --keypair ../payer-keypair.json
```
_See code: [src/commands/aggregator/update.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/aggregator/update.ts)_
_See code: [src/commands/aggregator/update.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/aggregator/update.ts)_
## `sbv2 config:print`
@ -754,7 +754,7 @@ EXAMPLE
$ sbv2 config:print
```
_See code: [src/commands/config/print.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/config/print.ts)_
_See code: [src/commands/config/print.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/config/print.ts)_
## `sbv2 config:set PARAM [VALUE]`
@ -787,7 +787,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/config/set.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/config/set.ts)_
_See code: [src/commands/config/set.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/config/set.ts)_
## `sbv2 crank:list CRANKKEY`
@ -820,7 +820,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/crank/list.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/crank/list.ts)_
_See code: [src/commands/crank/list.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/crank/list.ts)_
## `sbv2 crank:push CRANKKEY AGGREGATORKEY`
@ -855,7 +855,7 @@ ALIASES
$ sbv2 crank:add:aggregator
```
_See code: [src/commands/crank/push.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/crank/push.ts)_
_See code: [src/commands/crank/push.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/crank/push.ts)_
## `sbv2 crank:turn CRANKKEY`
@ -888,7 +888,7 @@ EXAMPLE
$ sbv2 crank:turn 85L2cFUvXaeGQ4HrzP8RJEVCL7WvRrXM2msvEmQ82AVr --keypair ../payer-keypair.json
```
_See code: [src/commands/crank/turn.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/crank/turn.ts)_
_See code: [src/commands/crank/turn.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/crank/turn.ts)_
## `sbv2 help [COMMAND]`
@ -941,7 +941,7 @@ EXAMPLE
$ sbv2 job:create:copy 7pdb5RVM6cVBU8XDfpGqakb1S4wX2i5QsZxT117tK4HS --keypair ../payer-keypair.json
```
_See code: [src/commands/job/create/copy.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/job/create/copy.ts)_
_See code: [src/commands/job/create/copy.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/job/create/copy.ts)_
## `sbv2 job:create:json DEFINITIONFILE`
@ -986,7 +986,7 @@ EXAMPLE
--aggregatorAuthority=../aggregator-keypair.json --outputFile=job.schema.json
```
_See code: [src/commands/job/create/json.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/job/create/json.ts)_
_See code: [src/commands/job/create/json.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/job/create/json.ts)_
## `sbv2 job:create:template TEMPLATE ID`
@ -1032,7 +1032,7 @@ EXAMPLES
$ sbv2 job:create:template ftxUs BTC_USD -k ../payer-keypair.json -n ftxUs_Btc -f ftx_us_btc_job.json
```
_See code: [src/commands/job/create/template.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/job/create/template.ts)_
_See code: [src/commands/job/create/template.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/job/create/template.ts)_
## `sbv2 json:add:aggregator`
@ -1065,7 +1065,7 @@ OPTIONS
--sourceAggregator=sourceAggregator public key of an existing aggregator account to copy
```
_See code: [src/commands/json/add/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/json/add/aggregator.ts)_
_See code: [src/commands/json/add/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/json/add/aggregator.ts)_
## `sbv2 json:add:crank SCHEMAFILE`
@ -1100,7 +1100,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/json/add/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/json/add/crank.ts)_
_See code: [src/commands/json/add/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/json/add/crank.ts)_
## `sbv2 json:add:oracle SCHEMAFILE`
@ -1133,7 +1133,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/json/add/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/json/add/oracle.ts)_
_See code: [src/commands/json/add/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/json/add/oracle.ts)_
## `sbv2 json:create:queue INPUTFILE OUTPUTFILE`
@ -1174,7 +1174,7 @@ EXAMPLE
$ sbv2 json:create:queue examples/queue.json queue-1.json -k ../authority-keypair.json
```
_See code: [src/commands/json/create/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/json/create/queue.ts)_
_See code: [src/commands/json/create/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/json/create/queue.ts)_
## `sbv2 lease:create AGGREGATORKEY`
@ -1213,7 +1213,7 @@ EXAMPLE
$ sbv2 lease:create GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR --amount 1.5 --keypair ../payer-keypair.json
```
_See code: [src/commands/lease/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/lease/create.ts)_
_See code: [src/commands/lease/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/lease/create.ts)_
## `sbv2 lease:extend AGGREGATORKEY`
@ -1253,7 +1253,7 @@ EXAMPLE
../payer-keypair.json
```
_See code: [src/commands/lease/extend.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/lease/extend.ts)_
_See code: [src/commands/lease/extend.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/lease/extend.ts)_
## `sbv2 lease:withdraw AGGREGATORKEY`
@ -1297,7 +1297,7 @@ EXAMPLE
../payer-keypair.json
```
_See code: [src/commands/lease/withdraw.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/lease/withdraw.ts)_
_See code: [src/commands/lease/withdraw.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/lease/withdraw.ts)_
## `sbv2 localnet:env`
@ -1328,7 +1328,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/localnet/env.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/localnet/env.ts)_
_See code: [src/commands/localnet/env.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/localnet/env.ts)_
## `sbv2 oracle:balance ORACLEKEY`
@ -1361,7 +1361,7 @@ EXAMPLE
$ sbv2 oracle:balance 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4
```
_See code: [src/commands/oracle/balance.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/balance.ts)_
_See code: [src/commands/oracle/balance.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/balance.ts)_
## `sbv2 oracle:create QUEUEKEY`
@ -1405,7 +1405,7 @@ EXAMPLES
../oracle-keypair.json
```
_See code: [src/commands/oracle/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/create.ts)_
_See code: [src/commands/oracle/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/create.ts)_
## `sbv2 oracle:deposit ORACLEKEY`
@ -1441,7 +1441,7 @@ EXAMPLE
$ sbv2 oracle:deposit 6kPsQoufdugtHLjM4fH7Z2fNv7jLt5pgvwKHt5JvRhQ6 2500 --keypair ../payer-keypair.json
```
_See code: [src/commands/oracle/deposit.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/deposit.ts)_
_See code: [src/commands/oracle/deposit.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/deposit.ts)_
## `sbv2 oracle:nonce ORACLEKEY`
@ -1471,7 +1471,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/oracle/nonce/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/nonce/index.ts)_
_See code: [src/commands/oracle/nonce/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/nonce/index.ts)_
## `sbv2 oracle:permission:create ORACLEKEY`
@ -1501,7 +1501,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/oracle/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/permission/create.ts)_
_See code: [src/commands/oracle/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/permission/create.ts)_
## `sbv2 oracle:withdraw ORACLEKEY`
@ -1544,7 +1544,7 @@ EXAMPLES
../oracle-keypair.json -w ByJs8E29jxvqf2KFLwfyiE2gUh5fivaS7aShcRMAsnzg
```
_See code: [src/commands/oracle/withdraw.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/oracle/withdraw.ts)_
_See code: [src/commands/oracle/withdraw.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/oracle/withdraw.ts)_
## `sbv2 permission:create GRANTER GRANTEE`
@ -1575,7 +1575,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/permission/create.ts)_
_See code: [src/commands/permission/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/permission/create.ts)_
## `sbv2 permission:set PERMISSIONKEY`
@ -1608,7 +1608,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/permission/set.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/permission/set.ts)_
_See code: [src/commands/permission/set.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/permission/set.ts)_
## `sbv2 print PUBLICKEY`
@ -1629,7 +1629,7 @@ EXAMPLE
$ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
```
_See code: [src/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/index.ts)_
_See code: [src/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/index.ts)_
## `sbv2 print:aggregator AGGREGATORKEY`
@ -1669,7 +1669,7 @@ EXAMPLE
$ sbv2 aggregator:print GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR
```
_See code: [src/commands/print/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/aggregator.ts)_
_See code: [src/commands/print/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/aggregator.ts)_
## `sbv2 print:aggregator:history AGGREGATORKEY`
@ -1706,7 +1706,7 @@ EXAMPLE
$ sbv2 aggregator:print:history 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4
```
_See code: [src/commands/print/aggregator/history.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/aggregator/history.ts)_
_See code: [src/commands/print/aggregator/history.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/aggregator/history.ts)_
## `sbv2 print:aggregator:lease AGGREGATORKEY`
@ -1743,7 +1743,7 @@ EXAMPLE
$ sbv2 aggregator:lease:print 8SXvChNYFhRq4EZuZvnhjrB3jJRQCv4k3P4W6hesH3Ee
```
_See code: [src/commands/print/aggregator/lease.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/aggregator/lease.ts)_
_See code: [src/commands/print/aggregator/lease.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/aggregator/lease.ts)_
## `sbv2 print:aggregator:permission AGGREGATORKEY`
@ -1780,7 +1780,7 @@ EXAMPLE
$ sbv2 aggregator:permission:print 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4
```
_See code: [src/commands/print/aggregator/permission.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/aggregator/permission.ts)_
_See code: [src/commands/print/aggregator/permission.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/aggregator/permission.ts)_
## `sbv2 print:crank CRANKKEY`
@ -1816,7 +1816,7 @@ EXAMPLE
$ sbv2 crank:print 85L2cFUvXaeGQ4HrzP8RJEVCL7WvRrXM2msvEmQ82AVr
```
_See code: [src/commands/print/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/crank.ts)_
_See code: [src/commands/print/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/crank.ts)_
## `sbv2 print:job JOBKEY`
@ -1852,7 +1852,7 @@ EXAMPLE
$ sbv2 job:print SzTvFZLz3hwjZFMwVWzuEnr1oUF6qyvXwXCvsqf7qeA
```
_See code: [src/commands/print/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/job.ts)_
_See code: [src/commands/print/job.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/job.ts)_
## `sbv2 print:job:templates`
@ -1866,7 +1866,7 @@ ALIASES
$ sbv2 job:print:templates
```
_See code: [src/commands/print/job/templates.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/job/templates.ts)_
_See code: [src/commands/print/job/templates.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/job/templates.ts)_
## `sbv2 print:json:samples OUTPUTDIRECTORY`
@ -1905,7 +1905,7 @@ EXAMPLES
$ sbv2 write:json:samples ~/switchboard_json_samples
```
_See code: [src/commands/print/json/samples.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/json/samples.ts)_
_See code: [src/commands/print/json/samples.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/json/samples.ts)_
## `sbv2 print:oracle ORACLEKEY`
@ -1941,7 +1941,7 @@ EXAMPLE
$ sbv2 oracle:print 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4
```
_See code: [src/commands/print/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/oracle.ts)_
_See code: [src/commands/print/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/oracle.ts)_
## `sbv2 print:oracle:permission ORACLEKEY`
@ -1978,7 +1978,7 @@ EXAMPLE
$ sbv2 oracle:permission:print 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4
```
_See code: [src/commands/print/oracle/permission.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/oracle/permission.ts)_
_See code: [src/commands/print/oracle/permission.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/oracle/permission.ts)_
## `sbv2 print:program`
@ -2011,7 +2011,7 @@ EXAMPLE
$ sbv2 program:print
```
_See code: [src/commands/print/program.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/program.ts)_
_See code: [src/commands/print/program.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/program.ts)_
## `sbv2 print:queue QUEUEKEY`
@ -2049,7 +2049,7 @@ EXAMPLE
$ sbv2 queue:print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
```
_See code: [src/commands/print/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/queue.ts)_
_See code: [src/commands/print/queue.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/queue.ts)_
## `sbv2 print:vrf VRFKEY`
@ -2085,7 +2085,7 @@ EXAMPLE
$ sbv2 vrf:print SzTvFZLz3hwjZFMwVWzuEnr1oUF6qyvXwXCvsqf7qeA
```
_See code: [src/commands/print/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/print/vrf.ts)_
_See code: [src/commands/print/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/print/vrf.ts)_
## `sbv2 queue:add:crank QUEUEKEY`
@ -2122,7 +2122,7 @@ EXAMPLE
$ sbv2 queue:add:crank 5aYuxRdcB9GpWrEXVMBQp2R5uf94uoBiFdMEBwcmHuU4 -k ../authority-keypair.json -n crank-1
```
_See code: [src/commands/queue/add/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/add/crank.ts)_
_See code: [src/commands/queue/add/crank.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/add/crank.ts)_
## `sbv2 queue:create`
@ -2175,7 +2175,7 @@ ALIASES
$ sbv2 custom:queue
```
_See code: [src/commands/queue/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/create.ts)_
_See code: [src/commands/queue/create.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/create.ts)_
## `sbv2 queue:permit:aggregator AGGREGATORKEY`
@ -2209,7 +2209,7 @@ EXAMPLE
$ sbv2 queue:permit:aggregator 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4 --keypair ../queue-authority.json
```
_See code: [src/commands/queue/permit/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/permit/aggregator.ts)_
_See code: [src/commands/queue/permit/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/permit/aggregator.ts)_
## `sbv2 queue:permit:oracle ORACLEKEY`
@ -2243,7 +2243,7 @@ EXAMPLE
$ sbv2 queue:permit:oracle 9CmLriMhykZ8xAoNTSHjHbk6SkuMhie1NCZn9P6LCuZ4 --keypair ../queue-authority.json
```
_See code: [src/commands/queue/permit/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/permit/oracle.ts)_
_See code: [src/commands/queue/permit/oracle.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/permit/oracle.ts)_
## `sbv2 queue:set:rewards QUEUEKEY REWARDS`
@ -2275,7 +2275,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/queue/set/rewards.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/set/rewards.ts)_
_See code: [src/commands/queue/set/rewards.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/set/rewards.ts)_
## `sbv2 queue:set:vrf QUEUEKEY`
@ -2308,7 +2308,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/queue/set/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/queue/set/vrf.ts)_
_See code: [src/commands/queue/set/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/queue/set/vrf.ts)_
## `sbv2 sandbox [PLACEHOLDER]`
@ -2337,7 +2337,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/sandbox.ts)_
_See code: [src/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/sandbox.ts)_
## `sbv2 test ORACLEKEY`
@ -2367,7 +2367,7 @@ OPTIONS
--programId=programId alternative Switchboard program ID to interact with
```
_See code: [src/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/test.ts)_
_See code: [src/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/test.ts)_
## `sbv2 update [CHANNEL]`
@ -2436,7 +2436,7 @@ EXAMPLES
false,"isWritable": false}"
```
_See code: [src/commands/vrf/create/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/vrf/create/index.ts)_
_See code: [src/commands/vrf/create/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/vrf/create/index.ts)_
## `sbv2 vrf:create:example QUEUEKEY`
@ -2481,7 +2481,7 @@ EXAMPLE
queue-authority-keypair.json
```
_See code: [src/commands/vrf/create/example.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/vrf/create/example.ts)_
_See code: [src/commands/vrf/create/example.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/vrf/create/example.ts)_
## `sbv2 vrf:request VRFKEY`
@ -2522,7 +2522,7 @@ EXAMPLE
false,"isWritable": false}"
```
_See code: [src/commands/vrf/request.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/vrf/request.ts)_
_See code: [src/commands/vrf/request.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/vrf/request.ts)_
## `sbv2 watch:aggregator AGGREGATORKEY`
@ -2558,7 +2558,7 @@ EXAMPLE
$ sbv2 watch:aggregator J7j9xX8JP2B2ErvUzuqGAKBGeggsxPyFXj5MqZcYDxfa
```
_See code: [src/commands/watch/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/watch/aggregator.ts)_
_See code: [src/commands/watch/aggregator.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/watch/aggregator.ts)_
## `sbv2 watch:vrf VRFKEY`
@ -2594,5 +2594,5 @@ EXAMPLE
$ sbv2 vrf:aggregator J7j9xX8JP2B2ErvUzuqGAKBGeggsxPyFXj5MqZcYDxfa
```
_See code: [src/commands/watch/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.20/src/commands/watch/vrf.ts)_
_See code: [src/commands/watch/vrf.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.1.21/src/commands/watch/vrf.ts)_
<!-- commandsstop -->

View File

@ -1,7 +1,7 @@
{
"name": "@switchboard-xyz/switchboardv2-cli",
"description": "command line tool to interact with switchboard v2",
"version": "0.1.20",
"version": "0.1.21",
"license": "MIT",
"repository": {
"type": "git",
@ -99,7 +99,7 @@
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/sbv2-utils": "^0.0.12",
"@switchboard-xyz/sbv2-utils": "^0.0.13",
"@switchboard-xyz/switchboard-v2": "0.0.97",
"assert": "^2.0.0",
"big.js": "^6.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/sbv2-utils",
"version": "0.0.12",
"version": "0.0.13",
"description": "some basic utility functions when working with switchboard-v2",
"author": "",
"license": "ISC",

View File

@ -1,6 +1,6 @@
{
"name": "anchor-feed-parser",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"repository": {
"type": "git",
@ -14,7 +14,7 @@
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/sbv2-utils": "^0.0.12",
"@switchboard-xyz/sbv2-utils": "^0.0.13",
"@switchboard-xyz/switchboard-v2": "^0.0.97"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "anchor-vrf-parser",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"repository": {
"type": "git",
@ -15,14 +15,14 @@
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/sbv2-utils": "^0.0.12",
"@switchboard-xyz/sbv2-utils": "^0.0.13",
"@switchboard-xyz/switchboard-v2": "^0.0.97",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@switchboard-xyz/switchboardv2-cli": "^0.1.11",
"@switchboard-xyz/switchboardv2-cli": "^0.1.21",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.35",

View File

@ -1,6 +1,6 @@
{
"name": "spl-feed-parser",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"repository": {
"type": "git",
@ -16,7 +16,7 @@
"dependencies": {
"@project-serum/anchor": "^0.24.2",
"@solana/web3.js": "^1.42.0",
"@switchboard-xyz/sbv2-utils": "^0.0.12",
"@switchboard-xyz/sbv2-utils": "^0.0.13",
"@switchboard-xyz/switchboard-v2": "^0.0.97"
},
"devDependencies": {