From f789e23f8ceb560fe5447db04bee7d9ece4e676d Mon Sep 17 00:00:00 2001 From: vish-stride Date: Sat, 9 Nov 2024 23:49:55 -0500 Subject: [PATCH] add echos chain info --- _data/chains/eip155-4321.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-4321.json diff --git a/_data/chains/eip155-4321.json b/_data/chains/eip155-4321.json new file mode 100644 index 000000000000..c8dc5e8d5093 --- /dev/null +++ b/_data/chains/eip155-4321.json @@ -0,0 +1,23 @@ +{ + "name": "Echos Chain", + "chain": "Echos", + "rpc": [], + "features": [], + "faucets": [], + "nativeCurrency": { + "name": "USD Coin", + "symbol": "USDC", + "decimals": 18 + }, + "infoURL": "https://www.echos.fun/", + "shortName": "echos", + "chainId": 4321, + "networkId": 4321, + "explorers": [ + { + "name": "Echos Explorer", + "url": "https://explorer.echos.fun/", + "standard": "none" + } + ] +}