diff --git a/cli/README.md b/cli/README.md index 6771931..1ba2ec6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -588,8 +588,8 @@ Print the deserialized Switchboard aggregator account ``` USAGE - $ sbv2 aggregator print [AGGREGATORKEY] [-v] [-s] [--mainnetBeta] [-u ] [--programId ] [-k ] - [--json] [--jobs] [-o] + $ sbv2 aggregator print [AGGREGATORKEY] [--json] [-v] [-s] [--mainnetBeta] [-u ] [--programId ] [-k + ] [--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 ] [--programId ] [-k ] - [--json] [--jobs] [-o] + $ sbv2 print aggregator [AGGREGATORKEY] [--json] [-v] [-s] [--mainnetBeta] [-u ] [--programId ] [-k + ] [--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 ] [--programId ] [-k ] [--json] + $ sbv2 print vrf [VRFKEY] [--json] [-v] [-s] [--mainnetBeta] [-u ] [--programId ] [-k ] 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 ] [--programId ] [-k ] [--json] + $ sbv2 vrf print [VRFKEY] [--json] [-v] [-s] [--mainnetBeta] [-u ] [--programId ] [-k ] ARGUMENTS VRFKEY public key of the vrf account to deserialize diff --git a/cli/package.json b/cli/package.json index 47b1d55..96b059e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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", diff --git a/libraries/sbv2-utils/package.json b/libraries/sbv2-utils/package.json index e6232af..6306fa4 100644 --- a/libraries/sbv2-utils/package.json +++ b/libraries/sbv2-utils/package.json @@ -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",