mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add EOS EVM * set status deprecated * Update deprecated EOS chains * update ipfs * update formatting * update format * fix prettier * fix short Name --------- Co-authored-by: ligi <ligi@ligi.de>
29 lines
640 B
JSON
29 lines
640 B
JSON
{
|
|
"name": "EOS EVM Network Testnet",
|
|
"chain": "EOS",
|
|
"icon": "eos",
|
|
"rpc": ["https://api.testnet.evm.eosnetwork.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "EOS",
|
|
"symbol": "EOS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://eosnetwork.com/eos-evm",
|
|
"shortName": "eos-testnet",
|
|
"chainId": 15557,
|
|
"networkId": 15557,
|
|
"explorers": [
|
|
{
|
|
"name": "EOS EVM Explorer",
|
|
"url": "https://explorer.testnet.evm.eosnetwork.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-1",
|
|
"bridges": [{ "url": "https://bridge.testnet.evm.eosnetwork.com" }]
|
|
}
|
|
}
|