mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
477 B
JSON
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"
|
|
}
|
|
]
|
|
}
|