From d9009ca48394c63f3a36c712911dc61a8a690523 Mon Sep 17 00:00:00 2001 From: Rostislav Khantil <48709034+morticius@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:28:05 +0300 Subject: [PATCH] Add Lummio Network to chain list (#6009) * add Lummio Network to chain list * formatting --- _data/chains/eip155-12020498.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-12020498.json diff --git a/_data/chains/eip155-12020498.json b/_data/chains/eip155-12020498.json new file mode 100644 index 000000000000..ef94f445e4df --- /dev/null +++ b/_data/chains/eip155-12020498.json @@ -0,0 +1,23 @@ +{ + "name": "Lummio Network", + "chain": "Lummio Network", + "rpc": ["https://rpc.lummio.net"], + "faucets": [], + "nativeCurrency": { + "name": "Lummio Reward Points", + "symbol": "LRPO", + "decimals": 18 + }, + "infoURL": "https://lummio.net", + "shortName": "lummio", + "chainId": 12020498, + "networkId": 12020498, + "explorers": [ + { + "name": "blockscout", + "url": "https://blockscout.lummio.net", + "icon": "blockscout", + "standard": "EIP3091" + } + ] +}