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 13141314 "rpcUrl" : " http://evmrpc.0g.ai/" ,
13151315 "networkId" : 16661 ,
13161316 "type" : " EvmChain"
1317+ },
1318+ {
1319+ "id" : " itsnotreal" ,
1320+ "mainnet" : true ,
1321+ "rpcUrl" : " https://rpc.itsnotreal.lol" ,
1322+ "networkId" : 1380270412 ,
1323+ "type" : " EvmChain"
13171324 }
13181325]
Original file line number Diff line number Diff line change 223223 "chain" : " spiderman" ,
224224 "address" : " 0x26DD80569a8B23768A1d80869Ed7339e07595E85" ,
225225 "type" : " EvmExecutorContract"
226+ },
227+ {
228+ "chain" : " itsnotreal" ,
229+ "address" : " 0x98046Bd286715D3B0BC227Dd7a956b83D8978603" ,
230+ "type" : " EvmExecutorContract"
226231 }
227232]
Original file line number Diff line number Diff line change 5858 "chain" : " ethereal_devnet" ,
5959 "address" : " 0x4D4772F06c595F69FB57039599a180536FDE8245" ,
6060 "type" : " EvmLazerContract"
61+ },
62+ {
63+ "chain" : " itsnotreal" ,
64+ "address" : " 0xACeA761c27A909d4D3895128EBe6370FDE2dF481" ,
65+ "type" : " EvmLazerContract"
6166 }
6267]
Original file line number Diff line number Diff line change 873873 "chain" : " zero_gravity" ,
874874 "address" : " 0xb27e5ca259702f209a29225d0eDdC131039C9933" ,
875875 "type" : " EvmWormholeContract"
876+ },
877+ {
878+ "chain" : " itsnotreal" ,
879+ "address" : " 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729" ,
880+ "type" : " EvmWormholeContract"
876881 }
877- ]
882+ ]
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ export const RECEIVER_CHAINS = {
117117 camp_network : 60086 ,
118118 spiderman : 60087 ,
119119 zero_gravity : 60088 ,
120+ itsnotreal : 60089 ,
120121
121122 // Testnets as a separate chain ids (to use stable data sources and governance for them)
122123 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