Add EOS Mainnet (eip155-59) (#320)

This commit is contained in:
Matias Romeo 2021-07-03 03:03:23 -03:00 committed by GitHub
parent 4c01507b2d
commit 2f6f57ffea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
{
"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://api.eosargentina.io",
"standard": "EIP3091"
}]
}