File tree 5 files changed +311
-562
lines changed
5 files changed +311
-562
lines changed Original file line number Diff line number Diff line change 17
17
"@types/node" : " ^18.6.4" ,
18
18
"@types/react" : " ^18.0.15" ,
19
19
"@types/react-dom" : " ^18.0.6" ,
20
- "@wormhole-foundation/sdk-icons" : " ^1.10 .0" ,
20
+ "@wormhole-foundation/sdk-icons" : " ^1.13 .0" ,
21
21
"buffer" : " ^6.0.3" ,
22
22
"numeral" : " ^2.0.6" ,
23
23
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 13
13
"@google-cloud/pubsub" : " ^3.4.1" ,
14
14
"@injectivelabs/networks" : " ^1.0.73" ,
15
15
"@injectivelabs/sdk-ts" : " ^1.0.368" ,
16
- "@mysten/sui.js " : " ^0.50.1 " ,
16
+ "@mysten/sui" : " ^1.21.2 " ,
17
17
"@terra-money/terra.js" : " ^3.1.3" ,
18
- "@wormhole-foundation/sdk" : " ^1.10 .0" ,
18
+ "@wormhole-foundation/sdk" : " ^1.13 .0" ,
19
19
"@xpla/xpla.js" : " ^0.2.3" ,
20
20
"aptos" : " 1.5.0" ,
21
21
"dotenv" : " ^16.0.3" ,
Original file line number Diff line number Diff line change 1
1
import { tryHexToNativeAssetString , tryHexToNativeStringNear } from './array' ;
2
2
import { getNetworkInfo , Network } from '@injectivelabs/networks' ;
3
3
import { ChainGrpcWasmApi } from '@injectivelabs/sdk-ts' ;
4
- import { SuiClient , getFullnodeUrl } from '@mysten/sui.js /client' ;
4
+ import { SuiClient , getFullnodeUrl } from '@mysten/sui/client' ;
5
5
import { LCDClient } from '@terra-money/terra.js' ;
6
6
import {
7
7
ChainId ,
You can’t perform that action at this time.
0 commit comments