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>
This commit is contained in:
Denis 2023-04-19 12:43:19 -04:00 committed by GitHub
parent 8d1f7a519f
commit 9671061009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 18 deletions

View File

@ -0,0 +1,28 @@
{
"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" }]
}
}

View File

@ -0,0 +1,31 @@
{
"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" }
]
}
}

View File

@ -1,5 +1,5 @@
{
"name": "EOS Mainnet",
"name": "EOS EVM Legacy",
"chain": "EOS",
"rpc": ["https://api.eosargentina.io"],
"faucets": [],
@ -8,15 +8,10 @@
"symbol": "EOS",
"decimals": 18
},
"infoURL": "https://eoscommunity.org/",
"shortName": "EOSMainnet",
"infoURL": "https://eosargentina.io",
"shortName": "eos-legacy",
"chainId": 59,
"networkId": 59,
"explorers": [
{
"name": "bloks",
"url": "https://bloks.eosargentina.io",
"standard": "EIP3091"
}
]
"explorers": [],
"status": "deprecated"
}

View File

@ -9,14 +9,9 @@
"decimals": 18
},
"infoURL": "https://www.cryptokylin.io/",
"shortName": "KylinTestnet",
"shortName": "kylin",
"chainId": 95,
"networkId": 95,
"explorers": [
{
"name": "eosq",
"url": "https://kylin.eosargentina.io",
"standard": "EIP3091"
}
]
"explorers": [],
"status": "deprecated"
}

8
_data/icons/eos.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb",
"width": 500,
"height": 750,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB