mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
515 B
JSON
25 lines
515 B
JSON
{
|
|
"name": "Fantom Opera",
|
|
"chain": "FTM",
|
|
"rpc": ["https://rpc.ftm.tools"],
|
|
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains/"],
|
|
"nativeCurrency": {
|
|
"name": "Fantom",
|
|
"symbol": "FTM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://fantom.foundation",
|
|
"shortName": "ftm",
|
|
"chainId": 250,
|
|
"networkId": 250,
|
|
"icon": "fantom",
|
|
"explorers": [
|
|
{
|
|
"name": "ftmscan",
|
|
"url": "https://ftmscan.com",
|
|
"icon": "ftmscan",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|