mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
32 lines
659 B
JSON
32 lines
659 B
JSON
{
|
|
"name": "EOS EVM Network",
|
|
"chain": "EOS",
|
|
"icon": "eos",
|
|
"rpc": ["https://api.evm.eosnetwork.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EOS",
|
|
"symbol": "EOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eosnetwork.com/eos-evm",
|
|
"shortName": "eos",
|
|
"chainId": 17777,
|
|
"networkId": 17777,
|
|
"explorers": [
|
|
{
|
|
"name": "EOS EVM Explorer",
|
|
"url": "https://explorer.evm.eosnetwork.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-1",
|
|
"bridges": [
|
|
{ "url": "https://bridge.evm.eosnetwork.com" },
|
|
{ "url": "https://app.multichain.org" }
|
|
]
|
|
}
|
|
}
|