Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions contract_manager/store/chains/EvmChains.json
Original file line number Diff line number Diff line change
Expand Up @@ -1328,5 +1328,12 @@
"rpcUrl": "https://sepolia-rpc.giwa.io",
"networkId": 91342,
"type": "EvmChain"
},
{
"id": "plasma",
"mainnet": true,
"rpcUrl": "https://rpc.plasma.to/",
"networkId": 9745,
"type": "EvmChain"
}
]
5 changes: 5 additions & 0 deletions contract_manager/store/contracts/EvmPriceFeedContracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,5 +873,10 @@
"chain": "giwa_testnet",
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
"type": "EvmPriceFeedContract"
},
{
"chain": "plasma",
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
"type": "EvmPriceFeedContract"
}
]
5 changes: 5 additions & 0 deletions contract_manager/store/contracts/EvmWormholeContracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -883,5 +883,10 @@
"chain": "giwa_testnet",
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
"type": "EvmWormholeContract"
},
{
"chain": "plasma",
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
"type": "EvmWormholeContract"
}
]
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 @@ -118,6 +118,7 @@ export const RECEIVER_CHAINS = {
spiderman: 60087,
zero_gravity: 60088,
itsnotreal: 60089,
plasma: 60090,

// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,
Expand Down
Loading