mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "Avalanche Fuji Testnet",
|
|
"chain": "AVAX",
|
|
"icon": "avax",
|
|
"rpc": ["https://api.avax-test.network/ext/bc/C/rpc"],
|
|
"faucets": ["https://faucet.avax-test.network/"],
|
|
"nativeCurrency": {
|
|
"name": "Avalanche",
|
|
"symbol": "AVAX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cchain.explorer.avax-test.network",
|
|
"shortName": "Fuji",
|
|
"chainId": 43113,
|
|
"networkId": 1,
|
|
"explorers": [
|
|
{
|
|
"name": "snowtrace",
|
|
"url": "https://testnet.snowtrace.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|