mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
536 B
JSON
26 lines
536 B
JSON
{
|
|
"name": "AIOZ Network Testnet",
|
|
"chain": "AIOZ",
|
|
"network": "testnet",
|
|
"icon": "aioz",
|
|
"rpc": [
|
|
"https://eth-ds.testnet.aioz.network"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "testAIOZ",
|
|
"symbol": "AIOZ",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://aioz.network",
|
|
"shortName": "aioz-testnet",
|
|
"chainId": 4102,
|
|
"networkId": 4102,
|
|
"slip44": 60,
|
|
"explorers": [{
|
|
"name": "AIOZ Network Testnet Explorer",
|
|
"url": "https://testnet.explorer.aioz.network",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|