From 54098999cc0e1d86cebfe073f2d237f27ee98070 Mon Sep 17 00:00:00 2001 From: Adxlp <79951983+adxlp@users.noreply.github.com> Date: Sat, 13 Jul 2024 17:27:51 +0800 Subject: [PATCH] Add ABEY Chain (#5404) * Add ABEY Chain * format json. --------- Co-authored-by: adxlp --- _data/chains/eip155-178.json | 23 +++++++++++++++++++++++ _data/chains/eip155-179.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 _data/chains/eip155-178.json create mode 100644 _data/chains/eip155-179.json diff --git a/_data/chains/eip155-178.json b/_data/chains/eip155-178.json new file mode 100644 index 000000000000..62081f1d8714 --- /dev/null +++ b/_data/chains/eip155-178.json @@ -0,0 +1,23 @@ +{ + "name": "ABEY Testnet", + "chain": "ABEY", + "rpc": ["https://testrpc.abeychain.com"], + "features": [{ "name": "EIP155" }], + "faucets": ["https://testnet-faucet.abeychain.com"], + "nativeCurrency": { + "name": "ABEY", + "symbol": "tABEY", + "decimals": 18 + }, + "infoURL": "https://abey.com", + "shortName": "abeyt", + "chainId": 178, + "networkId": 178, + "explorers": [ + { + "name": "abeyscan-testnet", + "url": "https://testnet.abeyscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-179.json b/_data/chains/eip155-179.json new file mode 100644 index 000000000000..c29d6dd11042 --- /dev/null +++ b/_data/chains/eip155-179.json @@ -0,0 +1,23 @@ +{ + "name": "ABEY Mainnet", + "chain": "ABEY", + "rpc": ["https://rpc.abeychain.com"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "ABEY", + "symbol": "ABEY", + "decimals": 18 + }, + "infoURL": "https://abey.com", + "shortName": "abey", + "chainId": 179, + "networkId": 179, + "explorers": [ + { + "name": "abeyscan", + "url": "https://abeyscan.com", + "standard": "EIP3091" + } + ] +}