Skip to content

Commit a976b52

Browse files
committed
unmask ethereal
1 parent 77f974f commit a976b52

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

contract_manager/src/store/chains/EvmChains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,9 +1323,9 @@
13231323
"type": "EvmChain"
13241324
},
13251325
{
1326-
"id": "itsnotreal2",
1326+
"id": "ethereal",
13271327
"mainnet": true,
1328-
"rpcUrl": "https://rpc.itsnotreal2.lol",
1328+
"rpcUrl": "https://rpc.ethereal.trade",
13291329
"networkId": 5064014,
13301330
"type": "EvmChain"
13311331
},

contract_manager/src/store/contracts/EvmExecutorContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
"type": "EvmExecutorContract"
231231
},
232232
{
233-
"chain": "itsnotreal2",
233+
"chain": "ethereal",
234234
"address": "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
235235
"type": "EvmExecutorContract"
236236
},

contract_manager/src/store/contracts/EvmLazerContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"type": "EvmLazerContract"
6161
},
6262
{
63-
"chain": "itsnotreal2",
63+
"chain": "ethereal",
6464
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
6565
"type": "EvmLazerContract"
6666
},

contract_manager/src/store/contracts/EvmWormholeContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@
880880
"type": "EvmWormholeContract"
881881
},
882882
{
883-
"chain": "itsnotreal2",
883+
"chain": "ethereal",
884884
"address": "0x35a58BeeE77a2Ad547FcDed7e8CB1c6e19746b13",
885885
"type": "EvmWormholeContract"
886886
},

0 commit comments

Comments
 (0)