Skip to content

Commit

Permalink
chore: add movement porto testnet (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati authored Oct 24, 2024
1 parent e2ef99e commit 9487848
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contract_manager/store/chains/AptosChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@
mainnet: false
rpcUrl: https://aptos.testnet.suzuka.movementlabs.xyz/v1
type: AptosChain
- id: movement_porto_testnet
wormholeChainName: movement_porto_testnet
mainnet: false
rpcUrl: https://aptos.testnet.porto.movementlabs.xyz/v1
type: AptosChain
4 changes: 4 additions & 0 deletions contract_manager/store/contracts/AptosPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
type: AptosPriceFeedContract
- chain: movement_porto_testnet
stateId: "0x9357e76fe965c9956a76181ee49f66d51b7f9c3800182a944ed96be86301e49f"
wormholeStateId: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
type: AptosPriceFeedContract
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/AptosWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
- chain: movement_suzuka_testnet
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
type: AptosWormholeContract
- chain: movement_porto_testnet
address: "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9"
type: AptosWormholeContract
1 change: 1 addition & 0 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const RECEIVER_CHAINS = {
abstract_testnet: 50100,
sanko_testnet: 50101,
skate_testnet: 50102,
movement_porto_testnet: 50103,
};

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

0 comments on commit 9487848

Please sign in to comment.