Skip to content

Commit 07b747a

Browse files
authored
Merge pull request #1739 from cprussin/fix-xc_admin-dependencies
chore(xc_admin): fix xc_admin dependencies
2 parents 78d22dc + 6574611 commit 07b747a

File tree

6 files changed

+481
-494
lines changed

6 files changed

+481
-494
lines changed

governance/xc_admin/packages/crank_executor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"format": "prettier --write \"src/**/*.ts\""
2121
},
2222
"dependencies": {
23-
"@certusone/wormhole-sdk": "^0.9.9",
23+
"@certusone/wormhole-sdk": "^0.10.15",
2424
"@coral-xyz/anchor": "^0.29.0",
25+
"@injectivelabs/sdk-ts": "^1.10.72",
2526
"@project-serum/anchor": "^0.25.0",
2627
"@pythnetwork/client": "^2.21.1",
2728
"@pythnetwork/xc-admin-common": "workspace:*",

governance/xc_admin/packages/crank_pythnet_relayer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"format": "prettier --write \"src/**/*.ts\""
2121
},
2222
"dependencies": {
23-
"@certusone/wormhole-sdk": "^0.9.9",
23+
"@certusone/wormhole-sdk": "^0.10.15",
2424
"@coral-xyz/anchor": "^0.29.0",
25+
"@injectivelabs/sdk-ts": "^1.10.72",
2526
"@pythnetwork/client": "^2.21.1",
2627
"@pythnetwork/xc-admin-common": "workspace:*",
2728
"@solana/web3.js": "^1.73.0",

governance/xc_admin/packages/proposer_server/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
},
2222
"dependencies": {
2323
"@coral-xyz/anchor": "^0.29.0",
24+
"@injectivelabs/sdk-ts": "^1.10.72",
2425
"@pythnetwork/client": "^2.21.1",
2526
"@pythnetwork/xc-admin-common": "workspace:*",
2627
"@solana/web3.js": "^1.76.0",
2728
"@sqds/mesh": "^1.0.6",
2829
"@types/cors": "^2.8.17",
2930
"cors": "^2.8.5",
31+
"express": "^4.19.2",
3032
"ts-node": "^10.9.1"
3133
},
3234
"devDependencies": {

governance/xc_admin/packages/xc_admin_common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"dependencies": {
2828
"@certusone/wormhole-sdk": "^0.10.15",
2929
"@coral-xyz/anchor": "^0.29.0",
30-
"@injectivelabs/sdk-ts": "^1.10.72",
3130
"@injectivelabs/token-metadata": "~1.10.42",
3231
"@project-serum/anchor": "^0.25.0",
3332
"@pythnetwork/client": "^2.21.1",
@@ -37,6 +36,7 @@
3736
"@solana/web3.js": "^1.73.0",
3837
"@sqds/mesh": "^1.0.6",
3938
"bigint-buffer": "^1.1.5",
39+
"bn.js": "^5.2.1",
4040
"ethers": "^5.7.2",
4141
"lodash": "^4.17.21",
4242
"message_buffer": "workspace:^",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"pnpm": {
1414
"overrides": {
1515
"@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"
1718
},
1819
"patchedDependencies": {
1920

0 commit comments

Comments
 (0)