chains/_data/chains/eip155-123456.json
2023-03-23 14:11:46 +01:00

24 lines
477 B
JSON

{
"name": "ADIL Devnet",
"chain": "ADIL",
"icon": "adil",
"rpc": ["https://devnet.adilchain-rpc.io"],
"faucets": [],
"nativeCurrency": {
"name": "Devnet ADIL",
"symbol": "ADIL",
"decimals": 18
},
"infoURL": "https://adilchain.io",
"shortName": "dadil",
"chainId": 123456,
"networkId": 123456,
"explorers": [
{
"name": "ADIL Devnet Explorer",
"url": "https://devnet.adilchain-scan.io",
"standard": "EIP3091"
}
]
}