hedge-web3 0.2.12 → 0.2.13
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/declarations/idl/vault.d.ts +5 -0
- package/lib/idl/vault.js +5 -0
- package/package.json +1 -1
- package/src/idl/vault.ts +10 -0
package/lib/idl/vault.js
CHANGED
package/package.json
CHANGED
package/src/idl/vault.ts
CHANGED
|
@@ -1792,6 +1792,11 @@ export type Vault = {
|
|
|
1792
1792
|
"name": "collateralMint",
|
|
1793
1793
|
"isMut": true,
|
|
1794
1794
|
"isSigner": false
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "tokenProgram",
|
|
1798
|
+
"isMut": false,
|
|
1799
|
+
"isSigner": false
|
|
1795
1800
|
}
|
|
1796
1801
|
],
|
|
1797
1802
|
"args": [
|
|
@@ -4724,6 +4729,11 @@ export const IDL: Vault = {
|
|
|
4724
4729
|
"name": "collateralMint",
|
|
4725
4730
|
"isMut": true,
|
|
4726
4731
|
"isSigner": false
|
|
4732
|
+
},
|
|
4733
|
+
{
|
|
4734
|
+
"name": "tokenProgram",
|
|
4735
|
+
"isMut": false,
|
|
4736
|
+
"isSigner": false
|
|
4727
4737
|
}
|
|
4728
4738
|
],
|
|
4729
4739
|
"args": [
|