From c0e61b72525e45710bf80982166c9d3f7ed9430f Mon Sep 17 00:00:00 2001 From: Rostyslav Khantil Date: Tue, 15 Oct 2024 19:17:45 +0300 Subject: [PATCH 1/2] add Lummio Network to chain list --- _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..412895d8e53c --- /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" + } + ] + } \ No newline at end of file From 59cd729fc14ad3c953b1a493cf5de13b32a9218e Mon Sep 17 00:00:00 2001 From: Rostyslav Khantil Date: Tue, 15 Oct 2024 19:20:25 +0300 Subject: [PATCH 2/2] formatting --- _data/chains/eip155-12020498.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/_data/chains/eip155-12020498.json b/_data/chains/eip155-12020498.json index 412895d8e53c..ef94f445e4df 100644 --- a/_data/chains/eip155-12020498.json +++ b/_data/chains/eip155-12020498.json @@ -1,23 +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" - } - ] - } \ No newline at end of file + "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" + } + ] +}