Skip to content

Commit b66668a

Browse files
authored
feat(contracts) Deploy a new lazer contract (#3043)
1 parent 507685d commit b66668a

File tree

6 files changed

+47
-1
lines changed

6 files changed

+47
-1
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,5 +1314,12 @@
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
]

contract_manager/store/contracts/EvmExecutorContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,10 @@
223223
"chain": "spiderman",
224224
"address": "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
225225
"type": "EvmExecutorContract"
226+
},
227+
{
228+
"chain": "itsnotreal",
229+
"address": "0x98046Bd286715D3B0BC227Dd7a956b83D8978603",
230+
"type": "EvmExecutorContract"
226231
}
227232
]

contract_manager/store/contracts/EvmLazerContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,10 @@
5858
"chain": "ethereal_devnet",
5959
"address": "0x4D4772F06c595F69FB57039599a180536FDE8245",
6060
"type": "EvmLazerContract"
61+
},
62+
{
63+
"chain": "itsnotreal",
64+
"address": "0xACeA761c27A909d4D3895128EBe6370FDE2dF481",
65+
"type": "EvmLazerContract"
6166
}
6267
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,5 +873,10 @@
873873
"chain": "zero_gravity",
874874
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
875875
"type": "EvmWormholeContract"
876+
},
877+
{
878+
"chain": "itsnotreal",
879+
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
880+
"type": "EvmWormholeContract"
876881
}
877-
]
882+
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

lazer/contracts/evm/foundry.lock

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
}

0 commit comments

Comments
 (0)