-
Notifications
You must be signed in to change notification settings - Fork 0
/
fantom-test.json
36 lines (36 loc) · 1.35 KB
/
fantom-test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Fantom testnet",
"slug": "fantom-test",
"chainId": 250,
"nativeCurrency": "FTM",
"logo": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/fantom-test/info/logo.png",
"blockExploreUrls": ["https://testnet.ftmscan.com"],
"rpcUrls": ["https://endpoints.omniatech.io/v1/fantom/testnet/public"],
"tokens": [
{
"name": "Fantom",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "FTM",
"decimals": 18,
"chainId": 4002,
"isNative": true,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/fantom-test/assets/0x0000000000000000000000000000000000000000/logo.png"
},
{
"address": "0x91ea991bd52EE3C40EdA2509701d905e1Ee54074",
"chainId": 4002,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/fantom-test/assets/0x91ea991bd52EE3C40EdA2509701d905e1Ee54074/logo.png",
"name": "Fantom USD",
"symbol": "FUSD"
},
{
"address": "0xf1277d1Ed8AD466beddF92ef448A132661956621",
"chainId": 4002,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/polkaswitch/assets/master/blockchains/fantom-test/assets/0xf1277d1Ed8AD466beddF92ef448A132661956621/logo.png",
"name": "Wrapped Fantom",
"symbol": "WFTM"
}
]
}