Skip to content

Commit 80a7c05

Browse files
authored
fix: add aptos cli and add movement testnet aptos network (#1777)
* fix: add aptos cli and add movement testnet aptos network * fix: remove test from aptos cli
1 parent 8fff783 commit 80a7c05

File tree

11 files changed

+171
-607
lines changed

11 files changed

+171
-607
lines changed

contract_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@pythnetwork/pyth-sui-js": "workspace:*",
3939
"@pythnetwork/solana-utils": "workspace:^",
4040
"@pythnetwork/xc-admin-common": "workspace:*",
41+
"@solana/web3.js": "^1.73.0",
4142
"@sqds/mesh": "^1.0.6",
4243
"@types/yargs": "^17.0.32",
4344
"aptos": "^1.5.0",

contract_manager/store/chains/AptosChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
mainnet: false
1515
rpcUrl: https://devnet.m1.movementlabs.xyz/v1
1616
type: AptosChain
17+
- id: movement_suzuka_testnet
18+
wormholeChainName: movement_suzuka_testnet
19+
mainnet: false
20+
rpcUrl: https://aptos.testnet.suzuka.movementlabs.xyz/v1
21+
type: AptosChain

contract_manager/store/contracts/AptosPriceFeedContracts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@
1010
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
1111
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
1212
type: AptosPriceFeedContract
13+
- chain: movement_suzuka_testnet
14+
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
15+
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
16+
type: AptosPriceFeedContract

contract_manager/store/contracts/AptosWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
- chain: movement_m1_devnet
88
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
99
type: AptosWormholeContract
10+
- chain: movement_suzuka_testnet
11+
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
12+
type: AptosWormholeContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const RECEIVER_CHAINS = {
169169
klaytn_testnet: 50086,
170170
morph_holesky_testnet: 50087,
171171
tabi_testnet: 50088,
172+
movement_suzuka_testnet: 50089,
172173
};
173174

174175
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)