chore(release): publish

- @switchboard-xyz/switchboardv2-cli@0.2.20
 - @switchboard-xyz/sbv2-utils@0.1.38
This commit is contained in:
gallynaut 2022-07-31 19:36:10 -06:00
parent f22aa8cf1b
commit 06039a66b5
3 changed files with 12 additions and 12 deletions

View File

@ -588,8 +588,8 @@ Print the deserialized Switchboard aggregator account
```
USAGE
$ sbv2 aggregator print [AGGREGATORKEY] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>]
[--json] [--jobs] [-o]
$ sbv2 aggregator print [AGGREGATORKEY] [--json] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k
<value>] [--jobs] [-o]
ARGUMENTS
AGGREGATORKEY public key of the aggregator account to deserialize
@ -2167,7 +2167,7 @@ EXAMPLES
$ sbv2 print GhYg3R1V6DmJbwuc57qZeoYG6gUuvCotUF1zU3WCj98U
```
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.19/dist/commands/print/index.ts)_
_See code: [dist/commands/print/index.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.20/dist/commands/print/index.ts)_
## `sbv2 print aggregator [AGGREGATORKEY]`
@ -2175,8 +2175,8 @@ Print the deserialized Switchboard aggregator account
```
USAGE
$ sbv2 print aggregator [AGGREGATORKEY] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>]
[--json] [--jobs] [-o]
$ sbv2 print aggregator [AGGREGATORKEY] [--json] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k
<value>] [--jobs] [-o]
ARGUMENTS
AGGREGATORKEY public key of the aggregator account to deserialize
@ -2549,7 +2549,7 @@ Print the deserialized Switchboard VRF account
```
USAGE
$ sbv2 print vrf [VRFKEY] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>] [--json]
$ sbv2 print vrf [VRFKEY] [--json] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>]
ARGUMENTS
VRFKEY public key of the vrf account to deserialize
@ -2751,7 +2751,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.19/dist/commands/sandbox.ts)_
_See code: [dist/commands/sandbox.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.20/dist/commands/sandbox.ts)_
## `sbv2 set aggregator [AGGREGATORKEY]`
@ -2818,7 +2818,7 @@ DESCRIPTION
sandbox
```
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.19/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/switchboard-xyz/switchboard-v2/blob/v0.2.20/dist/commands/test.ts)_
## `sbv2 update [CHANNEL]`
@ -2957,7 +2957,7 @@ Print the deserialized Switchboard VRF account
```
USAGE
$ sbv2 vrf print [VRFKEY] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>] [--json]
$ sbv2 vrf print [VRFKEY] [--json] [-v] [-s] [--mainnetBeta] [-u <value>] [--programId <value>] [-k <value>]
ARGUMENTS
VRFKEY public key of the vrf account to deserialize

View File

@ -1,6 +1,6 @@
{
"name": "@switchboard-xyz/switchboardv2-cli",
"version": "0.2.19",
"version": "0.2.20",
"description": "command line tool to interact with switchboard v2",
"author": "gallynaut @gallynaut",
"bin": {
@ -33,7 +33,7 @@
"@project-serum/anchor": "^0.24.2",
"@solana/spl-token": "^0.2.0",
"@solana/web3.js": "^1.43.5",
"@switchboard-xyz/sbv2-utils": "^0.1.37",
"@switchboard-xyz/sbv2-utils": "^0.1.38",
"@switchboard-xyz/switchboard-v2": "^0.0.125",
"assert": "^2.0.0",
"big.js": "^6.2.0",

View File

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