Skip to content

Commit c104416

Browse files
committed
pick up sdk 1.13.0
1 parent 176a9f5 commit c104416

File tree

5 files changed

+311
-562
lines changed

5 files changed

+311
-562
lines changed

dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^18.6.4",
1818
"@types/react": "^18.0.15",
1919
"@types/react-dom": "^18.0.6",
20-
"@wormhole-foundation/sdk-icons": "^1.10.0",
20+
"@wormhole-foundation/sdk-icons": "^1.13.0",
2121
"buffer": "^6.0.3",
2222
"numeral": "^2.0.6",
2323
"react": "^18.2.0",

database/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@google-cloud/pubsub": "^3.4.1",
1414
"@injectivelabs/networks": "^1.0.73",
1515
"@injectivelabs/sdk-ts": "^1.0.368",
16-
"@mysten/sui.js": "^0.50.1",
16+
"@mysten/sui": "^1.21.2",
1717
"@terra-money/terra.js": "^3.1.3",
18-
"@wormhole-foundation/sdk": "^1.10.0",
18+
"@wormhole-foundation/sdk": "^1.13.0",
1919
"@xpla/xpla.js": "^0.2.3",
2020
"aptos": "1.5.0",
2121
"dotenv": "^16.0.3",

database/src/token_bridge/address.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { tryHexToNativeAssetString, tryHexToNativeStringNear } from './array';
22
import { getNetworkInfo, Network } from '@injectivelabs/networks';
33
import { ChainGrpcWasmApi } from '@injectivelabs/sdk-ts';
4-
import { SuiClient, getFullnodeUrl } from '@mysten/sui.js/client';
4+
import { SuiClient, getFullnodeUrl } from '@mysten/sui/client';
55
import { LCDClient } from '@terra-money/terra.js';
66
import {
77
ChainId,

0 commit comments

Comments
 (0)