Skip to content

Commit 9487848

Browse files
authored
chore: add movement porto testnet (#2064)
1 parent e2ef99e commit 9487848

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

contract_manager/store/chains/AptosChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@
1919
mainnet: false
2020
rpcUrl: https://aptos.testnet.suzuka.movementlabs.xyz/v1
2121
type: AptosChain
22+
- id: movement_porto_testnet
23+
wormholeChainName: movement_porto_testnet
24+
mainnet: false
25+
rpcUrl: https://aptos.testnet.porto.movementlabs.xyz/v1
26+
type: AptosChain

contract_manager/store/contracts/AptosPriceFeedContracts.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
1515
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
1616
type: AptosPriceFeedContract
17+
- chain: movement_porto_testnet
18+
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
19+
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
20+
type: AptosPriceFeedContract

contract_manager/store/contracts/AptosWormholeContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
- chain: movement_suzuka_testnet
1111
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
1212
type: AptosWormholeContract
13+
- chain: movement_porto_testnet
14+
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
15+
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
@@ -198,6 +198,7 @@ export const RECEIVER_CHAINS = {
198198
abstract_testnet: 50100,
199199
sanko_testnet: 50101,
200200
skate_testnet: 50102,
201+
movement_porto_testnet: 50103,
201202
};
202203

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

0 commit comments

Comments
 (0)