@haven-fi/solauto-sdk 1.0.488 → 1.0.489
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
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@haven-fi/solauto-sdk",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.489",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"description": "Typescript SDK for the Solauto program on the Solana blockchain",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
},
|
15
15
|
"dependencies": {
|
16
16
|
"@coral-xyz/anchor": "^0.30.1",
|
17
|
-
"@jup-ag/api": "
|
17
|
+
"@jup-ag/api": "=6.0.24",
|
18
18
|
"@metaplex-foundation/umi": "^0.9.1",
|
19
19
|
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
|
20
20
|
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.1",
|
@@ -56,7 +56,7 @@ describe("Solauto Marginfi tests", async () => {
|
|
56
56
|
|
57
57
|
const payForTransactions = true;
|
58
58
|
const testProgram = false;
|
59
|
-
const positionId =
|
59
|
+
const positionId = 2;
|
60
60
|
|
61
61
|
it("open - deposit - borrow - rebalance to 0 - withdraw - close", async () => {
|
62
62
|
const client = new SolautoMarginfiClient(
|