@5ive-tech/sdk 1.1.19 → 1.1.21

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/README.md CHANGED
@@ -4,7 +4,7 @@ Client-agnostic TypeScript SDK for interacting with 5ive DSL programs on Solana.
4
4
 
5
5
  ## Mainnet Program ID
6
6
 
7
- **Program**: `5ive58PJUPaTyAe7tvU1bvBi25o7oieLLTRsJDoQNJst`
7
+ **Program**: `5ive5uKDkc3Yhyfu1Sk7i3eVPDQUmG2GmTm2FnUZiTJd`
8
8
 
9
9
  The Five VM is deployed and running on Solana mainnet. Use this program ID for production applications.
10
10
 
package/dist/FiveSDK.d.ts CHANGED
@@ -214,6 +214,11 @@ export declare class FiveSDK {
214
214
  isWritable: boolean;
215
215
  isSystemAccount?: boolean;
216
216
  }>;
217
+ orderedAccountMetadata?: Array<{
218
+ isSigner: boolean;
219
+ isWritable: boolean;
220
+ isSystemAccount?: boolean;
221
+ }>;
217
222
  feeShardIndex?: number;
218
223
  payerAccount?: string;
219
224
  }): Promise<SerializedExecution>;
Binary file
File without changes