mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
8d1f7a519f
commit
9671061009
28
_data/chains/eip155-15557.json
Normal file
28
_data/chains/eip155-15557.json
Normal 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" }]
|
||||
}
|
||||
}
|
31
_data/chains/eip155-17777.json
Normal file
31
_data/chains/eip155-17777.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
8
_data/icons/eos.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb",
|
||||
"width": 500,
|
||||
"height": 750,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user