From 5ac14de56aba2bddcb584c6b71219da9ccf5bf6c Mon Sep 17 00:00:00 2001 From: anhntbap <124275487+anhntbap@users.noreply.github.com> Date: Fri, 24 Mar 2023 19:29:32 +0700 Subject: [PATCH] Add ADIL Testnet (#2483) Co-authored-by: ligi --- _data/chains/eip155-7575.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-7575.json diff --git a/_data/chains/eip155-7575.json b/_data/chains/eip155-7575.json new file mode 100644 index 00000000..383f5e10 --- /dev/null +++ b/_data/chains/eip155-7575.json @@ -0,0 +1,23 @@ +{ + "name": "ADIL Testnet", + "chain": "ADIL", + "icon": "adil", + "rpc": ["https://testnet.adilchain-rpc.io"], + "faucets": ["https://testnet-faucet.adil-scan.io"], + "nativeCurrency": { + "name": "Testnet ADIL", + "symbol": "ADIL", + "decimals": 18 + }, + "infoURL": "https://adilchain.io", + "shortName": "tadil", + "chainId": 7575, + "networkId": 7575, + "explorers": [ + { + "name": "ADIL Testnet Explorer", + "url": "https://testnet.adilchain-scan.io", + "standard": "EIP3091" + } + ] +}