chains/_data/chains/eip155-15557.json
Denis 9671061009
Add EOS EVM (#2660)
* 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>
2023-04-19 18:43:19 +02:00

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" }]
}
}