Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy to Lisk #875

Merged
merged 17 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ETH_NODE_URI_GRAVITY=https://rpc.gravity.xyz #[pre-commit-checker: not a secret
ETH_NODE_URI_IMMUTABLEZKEVM=https://rpc.immutable.com #[pre-commit-checker: not a secret]
ETH_NODE_URI_KAIA=https://klaytn.drpc.org #[pre-commit-checker: not a secret]
ETH_NODE_URI_LINEA=https://rpc.linea.build #[pre-commit-checker: not a secret]
ETH_NODE_URI_LISK=https://rpc.api.lisk.com #[pre-commit-checker: not a secret]
ETH_NODE_URI_MANTLE=https://rpc.mantle.xyz #[pre-commit-checker: not a secret]
ETH_NODE_URI_METIS=https://metis-mainnet.public.blastapi.io #[pre-commit-checker: not a secret]
ETH_NODE_URI_MODE=https://mainnet.mode.network #[pre-commit-checker: not a secret]
Expand Down Expand Up @@ -60,6 +61,7 @@ GRAVITY_ETHERSCAN_API_KEY=
IMMUTABLEZKEVM_ETHERSCAN_API_KEY=
KAIA_ETHERSCAN_API_KEY=
LINEA_ETHERSCAN_API_KEY=
LISK_ETHERSCAN_API_KEY=
MANTLE_ETHERSCAN_API_KEY=
METIS_ETHERSCAN_API_KEY=
MODE_ETHERSCAN_API_KEY=
Expand Down
10 changes: 9 additions & 1 deletion config/across.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@
"0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f"
]
},
"lisk": {
"chainId": 1135,
"acrossSpokePool": "0x9552a0a6624A23B848060AE5901659CDDa1f83f8",
"weth": "0x4200000000000000000000000000000000000006",
"tokensToApprove": [
"0x4200000000000000000000000000000000000006"
]
},
"blast": {
"chainId": 81457,
"acrossSpokePool": "0x2D509190Ed0172ba588407D4c2df918F955Cc6E1",
Expand Down Expand Up @@ -142,4 +150,4 @@
"0x4200000000000000000000000000000000000006"
]
}
}
}
6 changes: 6 additions & 0 deletions config/amarok.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
"0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f"
]
},
"lisk": {
"chainId": 1135,
"connextHandler": "0x0000000000000000000000000000000000000000",
"domain": "",
"tokensToApprove": []
},
ezynda3 marked this conversation as resolved.
Show resolved Hide resolved
"mantle": {
"chainId": 5000,
"connextHandler": "0x0000000000000000000000000000000000000000",
Expand Down
6 changes: 6 additions & 0 deletions config/dexs.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,12 @@
"0x6b2c0c7be2048daa9b5527982c29f48062b34d58",
"0x57df6092665eb6058DE53939612413ff4B09114E"
],
"lisk": [
"0x603a538477d44064eA5A5d8C345b4Ff6fca1142a",
"0x2321F1a63A683a1F3634Dbe1CbA0d657D5F56d54",
"0x8f023b4193a6b18C227B4a755f8e28B3D30Ef9a1",
"0x50D5a8aCFAe13Dceb217E9a071F6c6Bd5bDB4155"
],
"mantle": [
"0xD9F4e85489aDCD0bAF0Cd63b4231c6af58c26745",
"0x6352a56caadC4F1E25CD6c75970Fa768A3304e64",
Expand Down
20 changes: 19 additions & 1 deletion config/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,24 @@
"safeWebUrl": "https://app.safe.global/transactions/queue?safe=linea:0xdf61270fDC1A892874Fd3C0143A0A4CBA74F4EF1",
"gasZipChainId": 59
},
"lisk": {
"name": "Lisk",
"chainId": 1135,
"nativeAddress": "0x0000000000000000000000000000000000000000",
"nativeCurrency": "ETH",
ezynda3 marked this conversation as resolved.
Show resolved Hide resolved
"wrappedNativeAddress": "0x4200000000000000000000000000000000000006",
"status": "active",
"type": "mainnet",
"rpcUrl": "https://rpc.api.lisk.com",
"verificationType": "blockscout",
"explorerUrl": "https://blockscout.lisk.com",
"explorerApiUrl": "https://blockscout.lisk.com/api",
"multicallAddress": "0xcA11bde05977b3631167028862bE2a173976CA11",
"safeApiUrl": "https://transaction-lisk.safe.optimism.io/api",
"safeAddress": "0x86E02d7383D6a045848b0a1A842996AC9E943113",
"safeWebUrl": "https://safe.optimism.io/home?safe=lisk:0x86E02d7383D6a045848b0a1A842996AC9E943113",
"gasZipChainId": 238
ezynda3 marked this conversation as resolved.
Show resolved Hide resolved
},
"mantle": {
"name": "Mantle",
"chainId": 5000,
Expand Down Expand Up @@ -629,4 +647,4 @@
"safeWebUrl": "",
"gasZipChainId": 0
}
}
}
3 changes: 3 additions & 0 deletions config/stargate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"kaia": "0x0000000000000000000000000000000000000000",
"velas": "0x0000000000000000000000000000000000000000",
"linea": "0x1a44076050125825900e736c501f859c50fE728c",
"lisk": "0x0000000000000000000000000000000000000000",
ezynda3 marked this conversation as resolved.
Show resolved Hide resolved
"metis": "0x1a44076050125825900e736c501f859c50fE728c",
"mode": "0x1a44076050125825900e736c501f859c50fE728c",
"mantle": "0x1a44076050125825900e736c501f859c50fE728c",
Expand Down Expand Up @@ -224,6 +225,7 @@
"bsc-testnet": "0x0000000000000000000000000000000000000000",
"lineatest": "0x0000000000000000000000000000000000000000",
"linea": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"lisk": "0x0000000000000000000000000000000000000000",
"metis": "0xeCc19E177d24551aA7ed6Bc6FE566eCa726CC8a9",
"mode": "0x0000000000000000000000000000000000000000",
"mantle": "0x296F55F8Fb28E498B858d0BcDA06D955B2Cb3f97",
Expand Down Expand Up @@ -266,6 +268,7 @@
"bsc-testnet": "0x0000000000000000000000000000000000000000",
"lineatest": "0x0000000000000000000000000000000000000000",
"linea": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"lisk": "0x0000000000000000000000000000000000000000",
"mantle": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"metis": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
"scroll": "0x36d4686e19c052787D7f24E6913cEbC025714895",
Expand Down
1 change: 1 addition & 0 deletions config/tokenwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"celo": "0x471ece3750da237f93b8e339c536989b8978a438",
"avalanche": "0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7",
"linea": "0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f",
"lisk": "0x4200000000000000000000000000000000000006",
"blast": "0x4300000000000000000000000000000000000004",
"worldchain": "0x4200000000000000000000000000000000000006",
"taiko": "0xA51894664A773981C6C112C43ce576f315d5b1B6",
Expand Down
Loading
Loading