@cubist-labs/cubesigner-sdk 0.4.217 → 0.4.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git+https://github.com/cubist-labs/CubeSigner-TypeScript-SDK.git",
6
6
  "directory": "packages/sdk"
7
7
  },
8
- "version": "0.4.217",
8
+ "version": "0.4.218",
9
9
  "description": "CubeSigner TypeScript SDK",
10
10
  "license": "MIT OR Apache-2.0",
11
11
  "author": "Cubist, Inc.",
package/src/schema.ts CHANGED
@@ -7646,7 +7646,7 @@ export interface components {
7646
7646
  * @description Supported Solana clusters.
7647
7647
  * @enum {string}
7648
7648
  */
7649
- SolanaCluster: "mainnet" | "devnet" | "testnet";
7649
+ SolanaCluster: "mainnet" | "devnet";
7650
7650
  /**
7651
7651
  * @description Solana signing request
7652
7652
  * @example {