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