File tree Expand file tree Collapse file tree 6 files changed +47
-1
lines changed
governance/xc_admin/packages/xc_admin_common/src Expand file tree Collapse file tree 6 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 1314
1314
"rpcUrl" : " http://evmrpc.0g.ai/" ,
1315
1315
"networkId" : 16661 ,
1316
1316
"type" : " EvmChain"
1317
+ },
1318
+ {
1319
+ "id" : " itsnotreal" ,
1320
+ "mainnet" : true ,
1321
+ "rpcUrl" : " https://rpc.itsnotreal.lol" ,
1322
+ "networkId" : 1380270412 ,
1323
+ "type" : " EvmChain"
1317
1324
}
1318
1325
]
Original file line number Diff line number Diff line change 223
223
"chain" : " spiderman" ,
224
224
"address" : " 0x26DD80569a8B23768A1d80869Ed7339e07595E85" ,
225
225
"type" : " EvmExecutorContract"
226
+ },
227
+ {
228
+ "chain" : " itsnotreal" ,
229
+ "address" : " 0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
230
+ "type" : " EvmExecutorContract"
226
231
}
227
232
]
Original file line number Diff line number Diff line change 58
58
"chain" : " ethereal_devnet" ,
59
59
"address" : " 0x4D4772F06c595F69FB57039599a180536FDE8245" ,
60
60
"type" : " EvmLazerContract"
61
+ },
62
+ {
63
+ "chain" : " itsnotreal" ,
64
+ "address" : " 0xACeA761c27A909d4D3895128EBe6370FDE2dF481" ,
65
+ "type" : " EvmLazerContract"
61
66
}
62
67
]
Original file line number Diff line number Diff line change 873
873
"chain" : " zero_gravity" ,
874
874
"address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
875
875
"type" : " EvmWormholeContract"
876
+ },
877
+ {
878
+ "chain" : " itsnotreal" ,
879
+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
880
+ "type" : " EvmWormholeContract"
876
881
}
877
- ]
882
+ ]
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ export const RECEIVER_CHAINS = {
117
117
camp_network : 60086 ,
118
118
spiderman : 60087 ,
119
119
zero_gravity : 60088 ,
120
+ itsnotreal : 60089 ,
120
121
121
122
// Testnets as a separate chain ids (to use stable data sources and governance for them)
122
123
injective_testnet : 60013 ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "../../../target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/forge-std": {
3
+ "rev": "1eea5bae12ae557d589f9f0f0edae2faa47cb262"
4
+ },
5
+ "../../../target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-contracts-upgradeable": {
6
+ "rev": "fa525310e45f91eb20a6d3baa2644be8e0adba31"
7
+ },
8
+ "../../../target_chains/ethereum/sdk/stylus/pyth-mock-solidity/lib/openzeppelin-foundry-upgrades": {
9
+ "rev": "16e0ae21e0e39049f619f2396fa28c57fad07368"
10
+ },
11
+ "lib/createx": {
12
+ "rev": "cbac803268835138f86a69bfe01fcf05a50e0447"
13
+ },
14
+ "lib/forge-std": {
15
+ "rev": "1eea5bae12ae557d589f9f0f0edae2faa47cb262"
16
+ },
17
+ "lib/openzeppelin-contracts": {
18
+ "rev": "69c8def5f222ff96f2b5beff05dfba996368aa79"
19
+ },
20
+ "lib/openzeppelin-contracts-upgradeable": {
21
+ "rev": "fa525310e45f91eb20a6d3baa2644be8e0adba31"
22
+ }
23
+ }
You can’t perform that action at this time.
0 commit comments