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" + } + ] +}