Add MARO Blockchain (#2291)

* Add MARO Blockchain

* Add MARO icon

* Update _data/chains/eip155-8848.json

Co-authored-by: ligi <ligi@ligi.de>

* Update _data/chains/eip155-8848.json

* Delete MARO.json

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
TTC.ECO 2023-02-20 05:09:35 +08:00 committed by GitHub
parent e45ffafd59
commit 57af5806f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]
}