@dexterai/vault 0.3.2 → 0.3.3
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.
|
@@ -4738,7 +4738,7 @@ function buildSetSwigAtomicInstruction(params) {
|
|
|
4738
4738
|
{ pubkey: params.swigAddress, isSigner: false, isWritable: true },
|
|
4739
4739
|
{ pubkey: params.swigWalletAddress, isSigner: false, isWritable: true },
|
|
4740
4740
|
{ pubkey: SWIG_PROGRAM_ID, isSigner: false, isWritable: false },
|
|
4741
|
-
{ pubkey: import_web35.SystemProgram.programId, isSigner: false, isWritable:
|
|
4741
|
+
{ pubkey: import_web35.SystemProgram.programId, isSigner: false, isWritable: true },
|
|
4742
4742
|
{ pubkey: import_web35.SYSVAR_INSTRUCTIONS_PUBKEY, isSigner: false, isWritable: false }
|
|
4743
4743
|
],
|
|
4744
4744
|
data: Buffer.from(data)
|
|
@@ -4700,7 +4700,7 @@ function buildSetSwigAtomicInstruction(params) {
|
|
|
4700
4700
|
{ pubkey: params.swigAddress, isSigner: false, isWritable: true },
|
|
4701
4701
|
{ pubkey: params.swigWalletAddress, isSigner: false, isWritable: true },
|
|
4702
4702
|
{ pubkey: SWIG_PROGRAM_ID, isSigner: false, isWritable: false },
|
|
4703
|
-
{ pubkey: SystemProgram2.programId, isSigner: false, isWritable:
|
|
4703
|
+
{ pubkey: SystemProgram2.programId, isSigner: false, isWritable: true },
|
|
4704
4704
|
{ pubkey: SYSVAR_INSTRUCTIONS_PUBKEY2, isSigner: false, isWritable: false }
|
|
4705
4705
|
],
|
|
4706
4706
|
data: Buffer.from(data)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dexterai/vault",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Canonical off-chain mirror of the dexter-vault Solana Anchor program — Solana instruction builders, byte-precise message encoders, account decoders, secp256r1/Ed25519 precompile helpers, counterfactual Swig derivation, and signer interfaces. The single source of truth for any TypeScript code that produces bytes the on-chain program will verify.",
|
|
5
5
|
"author": "Dexter",
|
|
6
6
|
"license": "MIT",
|