Skip to content

Commit

Permalink
feat(Lisk): add deployment info for Lisk (#541)
Browse files Browse the repository at this point in the history
* add deployment info for Lisk

Signed-off-by: bennett <bennett@umaproject.org>
---------

Signed-off-by: bennett <bennett@umaproject.org>
  • Loading branch information
bmzig authored Jun 27, 2024
1 parent 454820b commit db2ccb7
Show file tree
Hide file tree
Showing 16 changed files with 4,513 additions and 17 deletions.
4 changes: 0 additions & 4 deletions deploy/037_deploy_blast_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
L1_ADDRESS_MAP[chainId].blastCrossDomainMessenger,
L1_ADDRESS_MAP[chainId].blastStandardBridge,
L1_ADDRESS_MAP[chainId].usdc,
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
// For now, we are not using the CCTP bridge and can disable by setting
// the cctpTokenMessenger to the zero address.
ZERO_ADDRESS,
L1_ADDRESS_MAP[chainId].l1BlastBridge,
L1_ADDRESS_MAP[chainId].dai,
"200000", // 200k
Expand Down
4 changes: 0 additions & 4 deletions deploy/038_deploy_mode_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
L1_ADDRESS_MAP[chainId].modeCrossDomainMessenger,
L1_ADDRESS_MAP[chainId].modeStandardBridge,
L1_ADDRESS_MAP[chainId].usdc,
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
// For now, we are not using the CCTP bridge and can disable by setting
// the cctpTokenMessenger to the zero address.
ZERO_ADDRESS,
],
});
};
Expand Down
4 changes: 0 additions & 4 deletions deploy/042_deploy_lisk_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
L1_ADDRESS_MAP[chainId].liskCrossDomainMessenger,
L1_ADDRESS_MAP[chainId].liskStandardBridge,
L1_ADDRESS_MAP[chainId].usdc,
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
// For now, we are not using the CCTP bridge and can disable by setting
// the cctpTokenMessenger to the zero address.
ZERO_ADDRESS,
],
});
};
Expand Down
2 changes: 1 addition & 1 deletion deploy/043_deploy_lisk_spokepool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
await deployNewProxy("Lisk_SpokePool", constructorArgs, initArgs, spokeChainId === 1135);
};
module.exports = func;
func.tags = ["LiskSpokePool", "mode"];
func.tags = ["LiskSpokePool", "lisk"];
8 changes: 7 additions & 1 deletion deployments/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"BondToken": { "address": "0xee1dc6bcf1ee967a350e9ac6caaaa236109002ea", "blockNumber": 17980554 },
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 19510875 },
"Mode_Adapter": { "address": "0xf1B59868697f3925b72889ede818B9E7ba0316d0", "blockNumber": 19914094 },
"MulticallHandler": { "address": "0xA18cD406a857e174397814F32c0Ef7cC68Ddc20F", "blockNumber": 20120771 }
"MulticallHandler": { "address": "0xA18cD406a857e174397814F32c0Ef7cC68Ddc20F", "blockNumber": 20120771 },
"Lisk_Adapter": { "address": "0x8229E812f20537caA1e8Fb41749b4887B8a75C3B", "blockNumber": 20184545 }
},
"4": {
"Arbitrum_Adapter": { "address": "0x18F4D98C7CeA6Ab934F2976c2a98009A529d8F49", "blockNumber": 10367195 },
Expand Down Expand Up @@ -90,6 +91,11 @@
},
"420": { "SpokePool": { "address": "0xeF684C38F94F48775959ECf2012D7E864ffb9dd4", "blockNumber": 17025501 } },
"919": { "SpokePool": { "address": "0xbd886FC0725Cc459b55BbFEb3E4278610331f83b", "blockNumber": 13999465 } },
"1135": {
"SpokePool": { "address": "0xeF684C38F94F48775959ECf2012D7E864ffb9dd4", "blockNumber": 2391355 },
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 2391565 },
"MulticallHandler": { "address": "0xF2720cc7391D237876A17E10914e9b7188009957", "blockNumber": 2391722 }
},
"8453": {
"SpokePool": { "address": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64", "blockNumber": 2164878 },
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 12285703 },
Expand Down
1 change: 1 addition & 0 deletions deployments/lisk/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1135
Loading

0 comments on commit db2ccb7

Please sign in to comment.