From 9be6b59d884d276a6cb8a0487a73411bbfd100ba Mon Sep 17 00:00:00 2001 From: vickrylazuardi Date: Tue, 30 Jul 2024 12:47:24 +0700 Subject: [PATCH] chore: add Lisk Mainnet deploy --- deployments.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployments.json b/deployments.json index fcc349c..a625fd9 100644 --- a/deployments.json +++ b/deployments.json @@ -1173,5 +1173,10 @@ "name": "Bitlayer Mainnet", "chainId": 200901, "url": "https://www.btrscan.com/address/0xca11bde05977b3631167028862be2a173976ca11?tab=Contract" + }, + { + "name": "Lisk Mainnet", + "chainId": 1135, + "url": "https://blockscout.lisk.com/address/0xcA11bde05977b3631167028862bE2a173976CA11?tab=contract" } ]