From db0d11f44c8aa27a153d3d51731aed065167c70c Mon Sep 17 00:00:00 2001 From: Pierre/Long Date: Sun, 26 Sep 2021 21:31:41 +0700 Subject: [PATCH] add Fantom testnet (#432) * add Fantom testnet * fix: change shortName of FTM Testnet --- _data/chains/eip155-4002.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-4002.json diff --git a/_data/chains/eip155-4002.json b/_data/chains/eip155-4002.json new file mode 100644 index 00000000..746af304 --- /dev/null +++ b/_data/chains/eip155-4002.json @@ -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" + } + ] +}