chains/_data/chains/eip155-43113.json
Hagen Hübel c5b56176aa
Added Icon for Avalanche (MainNet/43114 and testNet/43113) (#1943)
Co-authored-by: ligi <ligi@ligi.de>
2022-11-26 19:03:36 +01:00

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"
}
]
}