Skip to content

Commit

Permalink
Add optimism sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Oct 11, 2023
1 parent fe6d93f commit daa199a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,3 +376,9 @@
rpcUrl: https://pacific-rpc.testnet.manta.network/http
networkId: 3441005
type: EvmChain
- id: optimism_sepolia
wormholeChainName: optimism
mainnet: false
rpcUrl: https://sepolia.optimism.io
networkId: 11155420
type: EvmChain
3 changes: 3 additions & 0 deletions contract_manager/store/contracts/EvmContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@
- chain: manta
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: optimism_sepolia
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmContract
16 changes: 16 additions & 0 deletions target_chains/ethereum/contracts/networks/11155420.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"contractName": "Migrations",
"address": "0x6E3A2a644eeDCf6007d3c7d85F0094Cc1B25B2AE"
},
{
"contractName": "WormholeReceiver",
"address": "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1",
"transactionHash": "0x3d20838c6b12d59465ed226f2d43b5ba6c0db546bf1868f3166859c3e80e17d8"
},
{
"contractName": "PythUpgradable",
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
"transactionHash": "0x65b2a3486228f28a61e6cad3eb068890e51a4da0a4863e28fc845a60d85699e5"
}
]

0 comments on commit daa199a

Please sign in to comment.