Skip to content

Commit

Permalink
used forked utl
Browse files Browse the repository at this point in the history
  • Loading branch information
0xodia committed Apr 29, 2024
1 parent f9dfe6d commit 8295e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions solend-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solendprotocol/solend-sdk",
"version": "0.9.0",
"version": "0.9.2",
"private": true,
"main": "src/index.ts",
"module": "src/index.ts",
Expand All @@ -11,7 +11,6 @@
"license": "MIT",
"scripts": {
"docs": "typedoc",
"prepublish": "yarn build",
"build": "rm -rf dist/; tsc",
"test": "yarn jest",
"watch": "tsc --watch",
Expand All @@ -25,7 +24,7 @@
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.78.7",
"@solflare-wallet/utl-sdk": "^1.4.0",
"@solendprotocol/utl-sdk": "^1.4.1",
"@switchboard-xyz/sbv2-lite": "^0.2.4",
"axios": "^0.24.0",
"bignumber.js": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion solend-sdk/src/core/utils/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Client, Token } from "@solflare-wallet/utl-sdk";
import { Client, Token } from "@solendprotocol/utl-sdk";
import { Connection, PublicKey } from "@solana/web3.js";

export const fetchTokensInfo = async (
Expand Down

0 comments on commit 8295e87

Please sign in to comment.