mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add Fantom testnet (#432)
* add Fantom testnet * fix: change shortName of FTM Testnet
This commit is contained in:
parent
1c29cecb29
commit
db0d11f44c
26
_data/chains/eip155-4002.json
Normal file
26
_data/chains/eip155-4002.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user