mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
429 B
JSON
23 lines
429 B
JSON
{
|
|
"name": "EOS Mainnet",
|
|
"chain": "EOS",
|
|
"rpc": ["https://api.eosargentina.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EOS",
|
|
"symbol": "EOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eoscommunity.org/",
|
|
"shortName": "EOSMainnet",
|
|
"chainId": 59,
|
|
"networkId": 59,
|
|
"explorers": [
|
|
{
|
|
"name": "bloks",
|
|
"url": "https://bloks.eosargentina.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|