chains/_data/chains/eip155-4002.json
Pierre/Long db0d11f44c
add Fantom testnet (#432)
* add Fantom testnet

* fix: change shortName of FTM Testnet
2021-09-26 16:31:41 +02:00

27 lines
586 B
JSON

{
"name": "Fantom Testnet",
"chain": "FTM",
"network": "testnet",
"rpc": ["https://rpc.testnet.fantom.network"],
"faucets": ["https://faucet.fantom.network"],
"nativeCurrency": {
"name": "Fantom",
"symbol": "FTM",
"decimals": 18
},
"infoURL": "https://docs.fantom.foundation/quick-start/short-guide#fantom-testnet",
"shortName": "tftm",
"chainId": 4002,
"networkId": 4002,
"icon": "fantom",
"explorers": [
{
"name": "ftmscan",
"url": "https://testnet.ftmscan.com/",
"icon": "ftmscan",
"standard": "EIP3091"
}
]
}