chains/_data/chains/eip155-43114.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

26 lines
579 B
JSON

{
"name": "Avalanche C-Chain",
"chain": "AVAX",
"icon": "avax",
"rpc": ["https://api.avax.network/ext/bc/C/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
"nativeCurrency": {
"name": "Avalanche",
"symbol": "AVAX",
"decimals": 18
},
"infoURL": "https://www.avax.network/",
"shortName": "avax",
"chainId": 43114,
"networkId": 43114,
"slip44": 9005,
"explorers": [
{
"name": "snowtrace",
"url": "https://snowtrace.io",
"standard": "EIP3091"
}
]
}