Skip to content

Commit 0c5b046

Browse files
authored
chore(contracts) Deprecate an old contract (#3087)
1 parent ec6d0ce commit 0c5b046

File tree

5 files changed

+1
-23
lines changed

5 files changed

+1
-23
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,13 +1315,6 @@
13151315
"networkId": 16661,
13161316
"type": "EvmChain"
13171317
},
1318-
{
1319-
"id": "itsnotreal",
1320-
"mainnet": true,
1321-
"rpcUrl": "https://rpc.itsnotreal.lol",
1322-
"networkId": 1380270412,
1323-
"type": "EvmChain"
1324-
},
13251318
{
13261319
"id": "giwa_testnet",
13271320
"mainnet": false,

contract_manager/store/contracts/EvmExecutorContracts.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,6 @@
224224
"address": "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
225225
"type": "EvmExecutorContract"
226226
},
227-
{
228-
"chain": "itsnotreal",
229-
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
230-
"type": "EvmExecutorContract"
231-
},
232227
{
233228
"chain": "giwa_testnet",
234229
"address": "0x41c9e39574F40Ad34c79f1C99B66A45eFB830d4c",

contract_manager/store/contracts/EvmLazerContracts.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
"address": "0x4D4772F06c595F69FB57039599a180536FDE8245",
6060
"type": "EvmLazerContract"
6161
},
62-
{
63-
"chain": "itsnotreal",
64-
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
65-
"type": "EvmLazerContract"
66-
},
6762
{
6863
"chain": "itsnotreal2",
6964
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -874,11 +874,6 @@
874874
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
875875
"type": "EvmWormholeContract"
876876
},
877-
{
878-
"chain": "itsnotreal",
879-
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
880-
"type": "EvmWormholeContract"
881-
},
882877
{
883878
"chain": "giwa_testnet",
884879
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const RECEIVER_CHAINS = {
117117
camp_network: 60086,
118118
spiderman: 60087,
119119
zero_gravity: 60088,
120-
itsnotreal: 60089,
120+
itsnotreal: 60089, // Deprecated
121121
plasma: 60090,
122122
itsnotreal2: 60091,
123123

0 commit comments

Comments
 (0)