Skip to content

Commit cd90ad6

Browse files
authored
Add Uniswap-compatible listing
1 parent a1de4f5 commit cd90ad6

File tree

1 file changed

+105
-0
lines changed

1 file changed

+105
-0
lines changed

tokenList.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"name": "Winding Tree",
3+
"timestamp": "2020-08-27T13:47:56+00:00",
4+
"version": {
5+
"major": 1,
6+
"minor": 1,
7+
"patch": 0
8+
},
9+
"tags": {
10+
},
11+
"logoURI": "https://raw.githubusercontent.com/windingtree/branding/master/winding-tree/png/winding-tree-symbol-small.png",
12+
"keywords": [
13+
"travel"
14+
],
15+
"tokens": [
16+
{
17+
"name": "Lif",
18+
"address": "0xEB9951021698B42e4399f9cBb6267Aa35F82D59D",
19+
"symbol": "LIF",
20+
"decimals": 18,
21+
"chainId": 1,
22+
"logoURI": "https://raw.githubusercontent.com/windingtree/branding/master/lif/png/lif-logo.png"
23+
},
24+
{
25+
"name": "Lif",
26+
"address": "0xB6e225194a1C892770c43D4B529841C99b3DA1d7",
27+
"symbol": "LIF",
28+
"decimals": 18,
29+
"chainId": 3,
30+
"logoURI": "https://raw.githubusercontent.com/windingtree/branding/master/lif/png/lif-logo.png"
31+
},
32+
{
33+
"name": "Wrapped Ether",
34+
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
35+
"symbol": "WETH",
36+
"decimals": 18,
37+
"chainId": 1,
38+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
39+
},
40+
{
41+
"name": "Wrapped Ether",
42+
"address": "0xc778417E063141139Fce010982780140Aa0cD5Ab",
43+
"symbol": "WETH",
44+
"decimals": 18,
45+
"chainId": 3,
46+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc778417E063141139Fce010982780140Aa0cD5Ab/logo.png"
47+
},
48+
{
49+
"name": "Wrapped Ether",
50+
"address": "0xc778417E063141139Fce010982780140Aa0cD5Ab",
51+
"symbol": "WETH",
52+
"decimals": 18,
53+
"chainId": 4,
54+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc778417E063141139Fce010982780140Aa0cD5Ab/logo.png"
55+
},
56+
{
57+
"name": "Wrapped Ether",
58+
"address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6",
59+
"symbol": "WETH",
60+
"decimals": 18,
61+
"chainId": 5,
62+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6/logo.png"
63+
},
64+
{
65+
"name": "Wrapped Ether",
66+
"address": "0xd0A1E359811322d97991E03f863a0C30C2cF029C",
67+
"symbol": "WETH",
68+
"decimals": 18,
69+
"chainId": 42,
70+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xd0A1E359811322d97991E03f863a0C30C2cF029C/logo.png"
71+
},
72+
{
73+
"name": "Dai Stablecoin",
74+
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
75+
"symbol": "DAI",
76+
"decimals": 18,
77+
"chainId": 1,
78+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png"
79+
},
80+
{
81+
"name": "USDCoin",
82+
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
83+
"symbol": "USDC",
84+
"decimals": 6,
85+
"chainId": 1,
86+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
87+
},
88+
{
89+
"name": "Tether USD",
90+
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
91+
"symbol": "USDT",
92+
"decimals": 6,
93+
"chainId": 1,
94+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png"
95+
},
96+
{
97+
"name": "Wrapped BTC",
98+
"address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
99+
"symbol": "WBTC",
100+
"decimals": 8,
101+
"chainId": 1,
102+
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png"
103+
}
104+
]
105+
}

0 commit comments

Comments
 (0)