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