Skip to content

Commit 5794589

Browse files
authored
feat(contracts) Deploy a new lazer contract (#3079)
1 parent 880fec9 commit 5794589

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,13 @@
13291329
"networkId": 91342,
13301330
"type": "EvmChain"
13311331
},
1332+
{
1333+
"id": "itsnotreal2",
1334+
"mainnet": true,
1335+
"rpcUrl": "https://rpc.itsnotreal2.lol",
1336+
"networkId": 5064014,
1337+
"type": "EvmChain"
1338+
},
13321339
{
13331340
"id": "plasma",
13341341
"mainnet": true,

contract_manager/store/contracts/EvmExecutorContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,5 +233,10 @@
233233
"chain": "giwa_testnet",
234234
"address": "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",
235235
"type": "EvmExecutorContract"
236+
},
237+
{
238+
"chain": "itsnotreal2",
239+
"address": "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
240+
"type": "EvmExecutorContract"
236241
}
237-
]
242+
]

contract_manager/store/contracts/EvmLazerContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,10 @@
6363
"chain": "itsnotreal",
6464
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
6565
"type": "EvmLazerContract"
66+
},
67+
{
68+
"chain": "itsnotreal2",
69+
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
70+
"type": "EvmLazerContract"
6671
}
6772
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,9 +884,14 @@
884884
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
885885
"type": "EvmWormholeContract"
886886
},
887+
{
888+
"chain": "itsnotreal2",
889+
"address": "0x35a58BeeE77a2Ad547FcDed7e8CB1c6e19746b13",
890+
"type": "EvmWormholeContract"
891+
},
887892
{
888893
"chain": "plasma",
889894
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
890895
"type": "EvmWormholeContract"
891896
}
892-
]
897+
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export const RECEIVER_CHAINS = {
119119
zero_gravity: 60088,
120120
itsnotreal: 60089,
121121
plasma: 60090,
122+
itsnotreal2: 60091,
122123

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

0 commit comments

Comments
 (0)