diff --git a/_data/chains/eip155-15557.json b/_data/chains/eip155-15557.json new file mode 100644 index 00000000..63113d50 --- /dev/null +++ b/_data/chains/eip155-15557.json @@ -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" }] + } +} diff --git a/_data/chains/eip155-17777.json b/_data/chains/eip155-17777.json new file mode 100644 index 00000000..b72a3cdd --- /dev/null +++ b/_data/chains/eip155-17777.json @@ -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" } + ] + } +} diff --git a/_data/chains/eip155-59.json b/_data/chains/eip155-59.json index 3190f4ac..e4a152e9 100644 --- a/_data/chains/eip155-59.json +++ b/_data/chains/eip155-59.json @@ -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" } diff --git a/_data/chains/eip155-95.json b/_data/chains/eip155-95.json index d22c125d..521e1d13 100644 --- a/_data/chains/eip155-95.json +++ b/_data/chains/eip155-95.json @@ -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" } diff --git a/_data/icons/eos.json b/_data/icons/eos.json new file mode 100644 index 00000000..d59b5961 --- /dev/null +++ b/_data/icons/eos.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb", + "width": 500, + "height": 750, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb b/_data/iconsDownload/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb new file mode 100644 index 00000000..bce365cd Binary files /dev/null and b/_data/iconsDownload/QmXkK5D5GWizvY1FmL6pV8cYLAbhehKETubktCgh6qDJZb differ