mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
27 lines
530 B
JSON
27 lines
530 B
JSON
{
|
|
"name": "Avalanche Fuji Testnet",
|
|
"chain": "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"
|
|
}
|
|
]
|
|
}
|