Skip to content

Commit db2ccb7

Browse files
authored
feat(Lisk): add deployment info for Lisk (#541)
* add deployment info for Lisk Signed-off-by: bennett <[email protected]> --------- Signed-off-by: bennett <[email protected]>
1 parent 454820b commit db2ccb7

16 files changed

+4513
-17
lines changed

deploy/037_deploy_blast_adapter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2020
L1_ADDRESS_MAP[chainId].blastCrossDomainMessenger,
2121
L1_ADDRESS_MAP[chainId].blastStandardBridge,
2222
L1_ADDRESS_MAP[chainId].usdc,
23-
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
24-
// For now, we are not using the CCTP bridge and can disable by setting
25-
// the cctpTokenMessenger to the zero address.
26-
ZERO_ADDRESS,
2723
L1_ADDRESS_MAP[chainId].l1BlastBridge,
2824
L1_ADDRESS_MAP[chainId].dai,
2925
"200000", // 200k

deploy/038_deploy_mode_adapter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2020
L1_ADDRESS_MAP[chainId].modeCrossDomainMessenger,
2121
L1_ADDRESS_MAP[chainId].modeStandardBridge,
2222
L1_ADDRESS_MAP[chainId].usdc,
23-
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
24-
// For now, we are not using the CCTP bridge and can disable by setting
25-
// the cctpTokenMessenger to the zero address.
26-
ZERO_ADDRESS,
2723
],
2824
});
2925
};

deploy/042_deploy_lisk_adapter.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
2020
L1_ADDRESS_MAP[chainId].liskCrossDomainMessenger,
2121
L1_ADDRESS_MAP[chainId].liskStandardBridge,
2222
L1_ADDRESS_MAP[chainId].usdc,
23-
// L1_ADDRESS_MAP[chainId].cctpTokenMessenger,
24-
// For now, we are not using the CCTP bridge and can disable by setting
25-
// the cctpTokenMessenger to the zero address.
26-
ZERO_ADDRESS,
2723
],
2824
});
2925
};

deploy/043_deploy_lisk_spokepool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
3131
await deployNewProxy("Lisk_SpokePool", constructorArgs, initArgs, spokeChainId === 1135);
3232
};
3333
module.exports = func;
34-
func.tags = ["LiskSpokePool", "mode"];
34+
func.tags = ["LiskSpokePool", "lisk"];

deployments/deployments.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"BondToken": { "address": "0xee1dc6bcf1ee967a350e9ac6caaaa236109002ea", "blockNumber": 17980554 },
2020
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 19510875 },
2121
"Mode_Adapter": { "address": "0xf1B59868697f3925b72889ede818B9E7ba0316d0", "blockNumber": 19914094 },
22-
"MulticallHandler": { "address": "0xA18cD406a857e174397814F32c0Ef7cC68Ddc20F", "blockNumber": 20120771 }
22+
"MulticallHandler": { "address": "0xA18cD406a857e174397814F32c0Ef7cC68Ddc20F", "blockNumber": 20120771 },
23+
"Lisk_Adapter": { "address": "0x8229E812f20537caA1e8Fb41749b4887B8a75C3B", "blockNumber": 20184545 }
2324
},
2425
"4": {
2526
"Arbitrum_Adapter": { "address": "0x18F4D98C7CeA6Ab934F2976c2a98009A529d8F49", "blockNumber": 10367195 },
@@ -90,6 +91,11 @@
9091
},
9192
"420": { "SpokePool": { "address": "0xeF684C38F94F48775959ECf2012D7E864ffb9dd4", "blockNumber": 17025501 } },
9293
"919": { "SpokePool": { "address": "0xbd886FC0725Cc459b55BbFEb3E4278610331f83b", "blockNumber": 13999465 } },
94+
"1135": {
95+
"SpokePool": { "address": "0xeF684C38F94F48775959ECf2012D7E864ffb9dd4", "blockNumber": 2391355 },
96+
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 2391565 },
97+
"MulticallHandler": { "address": "0xF2720cc7391D237876A17E10914e9b7188009957", "blockNumber": 2391722 }
98+
},
9399
"8453": {
94100
"SpokePool": { "address": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64", "blockNumber": 2164878 },
95101
"SpokePoolVerifier": { "address": "0xB4A8d45647445EA9FC3E1058096142390683dBC2", "blockNumber": 12285703 },

deployments/lisk/.chainId

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1135

0 commit comments

Comments
 (0)