add Fantom testnet (#432)

* add Fantom testnet

* fix: change shortName of FTM Testnet
This commit is contained in:
Pierre/Long 2021-09-26 21:31:41 +07:00 committed by GitHub
parent 1c29cecb29
commit db0d11f44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"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"
}
]
}