From 57af5806f1a9e0374bcc5638dfb702b2688cae6c Mon Sep 17 00:00:00 2001 From: "TTC.ECO" <37205089+TTCOffical@users.noreply.github.com> Date: Mon, 20 Feb 2023 05:09:35 +0800 Subject: [PATCH] Add MARO Blockchain (#2291) * Add MARO Blockchain * Add MARO icon * Update _data/chains/eip155-8848.json Co-authored-by: ligi * Update _data/chains/eip155-8848.json * Delete MARO.json --------- Co-authored-by: ligi --- _data/chains/eip155-8848.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 _data/chains/eip155-8848.json diff --git a/_data/chains/eip155-8848.json b/_data/chains/eip155-8848.json new file mode 100644 index 00000000..797199f0 --- /dev/null +++ b/_data/chains/eip155-8848.json @@ -0,0 +1,22 @@ +{ + "name": "MARO Blockchain Mainnet", + "chain": "MARO Blockchain", + "rpc": ["https://rpc-mainnet.ma.ro"], + "faucets": [], + "nativeCurrency": { + "name": "MARO", + "symbol": "MARO", + "decimals": 18 + }, + "infoURL": "https://ma.ro/", + "shortName": "maro", + "chainId": 8848, + "networkId": 8848, + "explorers": [ + { + "name": "MARO Scan", + "url": "https://scan.ma.ro/#", + "standard": "none" + } + ] +}