@streamflow/staking 8.3.0 → 8.3.1
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/dist/cjs/index.cjs +0 -16
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +0 -4
- package/dist/cjs/solana/descriptor/reward_pool.d.cts +0 -4
- package/dist/cjs/solana/descriptor/stake_pool.d.cts +0 -8
- package/dist/esm/index.d.ts +0 -4
- package/dist/esm/index.js +0 -16
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/solana/descriptor/idl/reward_pool.json +0 -4
- package/dist/esm/solana/descriptor/idl/reward_pool_dynamic.json +0 -4
- package/dist/esm/solana/descriptor/idl/stake_pool.json +0 -8
- package/dist/esm/solana/descriptor/reward_pool.d.ts +0 -4
- package/dist/esm/solana/descriptor/stake_pool.d.ts +0 -8
- package/package.json +4 -4
|
@@ -99,10 +99,6 @@
|
|
|
99
99
|
}
|
|
100
100
|
]
|
|
101
101
|
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"name": "system_program",
|
|
105
|
-
"address": "11111111111111111111111111111111"
|
|
106
102
|
}
|
|
107
103
|
],
|
|
108
104
|
"args": []
|
|
@@ -1007,10 +1003,6 @@
|
|
|
1007
1003
|
},
|
|
1008
1004
|
{
|
|
1009
1005
|
"name": "token_program"
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
"name": "system_program",
|
|
1013
|
-
"address": "11111111111111111111111111111111"
|
|
1014
1006
|
}
|
|
1015
1007
|
],
|
|
1016
1008
|
"args": [
|
|
@@ -105,10 +105,6 @@ type StakePool = {
|
|
|
105
105
|
}
|
|
106
106
|
];
|
|
107
107
|
};
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"name": "systemProgram";
|
|
111
|
-
"address": "11111111111111111111111111111111";
|
|
112
108
|
}
|
|
113
109
|
];
|
|
114
110
|
"args": [];
|
|
@@ -1013,10 +1009,6 @@ type StakePool = {
|
|
|
1013
1009
|
},
|
|
1014
1010
|
{
|
|
1015
1011
|
"name": "tokenProgram";
|
|
1016
|
-
},
|
|
1017
|
-
{
|
|
1018
|
-
"name": "systemProgram";
|
|
1019
|
-
"address": "11111111111111111111111111111111";
|
|
1020
1012
|
}
|
|
1021
1013
|
];
|
|
1022
1014
|
"args": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamflow/staking",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.1",
|
|
4
4
|
"description": "JavaScript SDK to interact with Streamflow Staking protocol.",
|
|
5
5
|
"homepage": "https://github.com/streamflow-finance/js-sdk/",
|
|
6
6
|
"main": "./dist/cjs/index.cjs",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"test": "vitest run --passWithNoTests",
|
|
73
73
|
"prepublishOnly": "pnpm run lint && pnpm run test && pnpm run build"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "cd2c16a0e83dcfb96002a42bd9c9367a0b8b9caf",
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@streamflow/eslint-config": "8.3.
|
|
77
|
+
"@streamflow/eslint-config": "8.3.1",
|
|
78
78
|
"@types/bn.js": "5.1.1",
|
|
79
79
|
"typescript": "^5.6.3"
|
|
80
80
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@solana/spl-token": "0.4.9",
|
|
86
86
|
"@solana/wallet-adapter-base": "0.9.19",
|
|
87
87
|
"@solana/web3.js": "1.95.4",
|
|
88
|
-
"@streamflow/common": "8.3.
|
|
88
|
+
"@streamflow/common": "8.3.1",
|
|
89
89
|
"bn.js": "5.2.1",
|
|
90
90
|
"borsh": "^2.0.0",
|
|
91
91
|
"bs58": "5.0.0",
|