From bc39448bde0d97db25b1a572e6dafc20fba39d36 Mon Sep 17 00:00:00 2001 From: shuse2 Date: Mon, 8 Jan 2024 17:05:58 +0100 Subject: [PATCH] feat: add lisk networks --- _data/chains/eip155-2024.json | 26 ++++++++++++++++++++++++++ _data/chains/eip155-4202.json | 24 ++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 _data/chains/eip155-2024.json create mode 100644 _data/chains/eip155-4202.json diff --git a/_data/chains/eip155-2024.json b/_data/chains/eip155-2024.json new file mode 100644 index 0000000000000..27c7bee92c204 --- /dev/null +++ b/_data/chains/eip155-2024.json @@ -0,0 +1,26 @@ +{ + "name": "Lisk Mainnet", + "chain": "ETH", + "rpc": [ + "https://rpc.api.lisk.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://lisk.com", + "shortName": "lisk", + "chainId": 2024, + "networkId": 2024, + "slip44": 134, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.lisk.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-4202.json b/_data/chains/eip155-4202.json new file mode 100644 index 0000000000000..05f0682445666 --- /dev/null +++ b/_data/chains/eip155-4202.json @@ -0,0 +1,24 @@ +{ + "name": "Lisk Sepolia Testnet", + "chain": "ETH", + "rpc": ["https://rpc.sepolia-api.lisk.com"], + "faucets": [], + "nativeCurrency": { + "name": "Sepolia Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://lisk.com", + "shortName": "lisksep", + "chainId": 4202, + "networkId": 4202, + "slip44": 134, + "explorers": [ + { + "name": "liskscout", + "url": "https://sepolia-blockscout.lisk.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}