@haven-fi/solauto-sdk 1.0.187 → 1.0.188

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haven-fi/solauto-sdk",
3
- "version": "1.0.187",
3
+ "version": "1.0.188",
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",
@@ -31,8 +31,7 @@ describe("Solauto Marginfi tests", async () => {
31
31
  it("open - deposit - borrow - rebalance to 0 - withdraw - close", async () => {
32
32
 
33
33
  const client = new SolautoMarginfiClient(
34
- // buildHeliusApiUrl(process.env.HELIUS_API_KEY!),
35
- "https://rpc.ironforge.network/mainnet?apiKey=01HXAPSF0WWCD3N9TXZMD1VBYM",
34
+ buildHeliusApiUrl(process.env.HELIUS_API_KEY!),
36
35
  true
37
36
  );
38
37