File tree Expand file tree Collapse file tree 6 files changed +481
-494
lines changed
governance/xc_admin/packages Expand file tree Collapse file tree 6 files changed +481
-494
lines changed Original file line number Diff line number Diff line change 20
20
"format" : " prettier --write \" src/**/*.ts\" "
21
21
},
22
22
"dependencies" : {
23
- "@certusone/wormhole-sdk" : " ^0.9.9 " ,
23
+ "@certusone/wormhole-sdk" : " ^0.10.15 " ,
24
24
"@coral-xyz/anchor" : " ^0.29.0" ,
25
+ "@injectivelabs/sdk-ts" : " ^1.10.72" ,
25
26
"@project-serum/anchor" : " ^0.25.0" ,
26
27
"@pythnetwork/client" : " ^2.21.1" ,
27
28
"@pythnetwork/xc-admin-common" : " workspace:*" ,
Original file line number Diff line number Diff line change 20
20
"format" : " prettier --write \" src/**/*.ts\" "
21
21
},
22
22
"dependencies" : {
23
- "@certusone/wormhole-sdk" : " ^0.9.9 " ,
23
+ "@certusone/wormhole-sdk" : " ^0.10.15 " ,
24
24
"@coral-xyz/anchor" : " ^0.29.0" ,
25
+ "@injectivelabs/sdk-ts" : " ^1.10.72" ,
25
26
"@pythnetwork/client" : " ^2.21.1" ,
26
27
"@pythnetwork/xc-admin-common" : " workspace:*" ,
27
28
"@solana/web3.js" : " ^1.73.0" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"dependencies" : {
23
23
"@coral-xyz/anchor" : " ^0.29.0" ,
24
+ "@injectivelabs/sdk-ts" : " ^1.10.72" ,
24
25
"@pythnetwork/client" : " ^2.21.1" ,
25
26
"@pythnetwork/xc-admin-common" : " workspace:*" ,
26
27
"@solana/web3.js" : " ^1.76.0" ,
27
28
"@sqds/mesh" : " ^1.0.6" ,
28
29
"@types/cors" : " ^2.8.17" ,
29
30
"cors" : " ^2.8.5" ,
31
+ "express" : " ^4.19.2" ,
30
32
"ts-node" : " ^10.9.1"
31
33
},
32
34
"devDependencies" : {
Original file line number Diff line number Diff line change 27
27
"dependencies" : {
28
28
"@certusone/wormhole-sdk" : " ^0.10.15" ,
29
29
"@coral-xyz/anchor" : " ^0.29.0" ,
30
- "@injectivelabs/sdk-ts" : " ^1.10.72" ,
31
30
"@injectivelabs/token-metadata" : " ~1.10.42" ,
32
31
"@project-serum/anchor" : " ^0.25.0" ,
33
32
"@pythnetwork/client" : " ^2.21.1" ,
37
36
"@solana/web3.js" : " ^1.73.0" ,
38
37
"@sqds/mesh" : " ^1.0.6" ,
39
38
"bigint-buffer" : " ^1.1.5" ,
39
+ "bn.js" : " ^5.2.1" ,
40
40
"ethers" : " ^5.7.2" ,
41
41
"lodash" : " ^4.17.21" ,
42
42
"message_buffer" : " workspace:^" ,
Original file line number Diff line number Diff line change 13
13
"pnpm" : {
14
14
"overrides" : {
15
15
"@injectivelabs/[email protected] >@injectivelabs/token-metadata" :
" 1.10.42" ,
16
- "eslint-config-next>@typescript-eslint/parser" : " ^7.0.0"
16
+ "eslint-config-next>@typescript-eslint/parser" : " ^7.0.0" ,
17
+ "@solana/web3.js@^1.93.0" : " 1.92.3"
17
18
},
18
19
"patchedDependencies" : {
19
20
You can’t perform that action at this time.
0 commit comments