Skip to content

Commit f5698bf

Browse files
m30mali-behjati
authored andcommitted
Add optimism sepolia
1 parent eb2fd83 commit f5698bf

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,9 @@
376376
rpcUrl: https://pacific-rpc.testnet.manta.network/http
377377
networkId: 3441005
378378
type: EvmChain
379+
- id: optimism_sepolia
380+
wormholeChainName: optimism
381+
mainnet: false
382+
rpcUrl: https://sepolia.optimism.io
383+
networkId: 11155420
384+
type: EvmChain

contract_manager/store/contracts/EvmContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,6 @@
187187
- chain: manta
188188
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
189189
type: EvmContract
190+
- chain: optimism_sepolia
191+
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
192+
type: EvmContract
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"contractName": "Migrations",
4+
"address": "0x6E3A2a644eeDCf6007d3c7d85F0094Cc1B25B2AE"
5+
},
6+
{
7+
"contractName": "WormholeReceiver",
8+
"address": "0x41955476936DdA8d0fA98b8d1778172F7E4fCcA1",
9+
"transactionHash": "0x3d20838c6b12d59465ed226f2d43b5ba6c0db546bf1868f3166859c3e80e17d8"
10+
},
11+
{
12+
"contractName": "PythUpgradable",
13+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
14+
"transactionHash": "0x65b2a3486228f28a61e6cad3eb068890e51a4da0a4863e28fc845a60d85699e5"
15+
}
16+
]

0 commit comments

Comments
 (0)