-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtest.tokenlist.json
More file actions
60 lines (60 loc) · 2.07 KB
/
test.tokenlist.json
File metadata and controls
60 lines (60 loc) · 2.07 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "Test Tokens",
"logoURI": "https://raw.githubusercontent.com/MetisProtocol/metis-bridge-resources/master/tokens/USDT/logo.png",
"keywords": [
"metis",
"defi",
"ethereum",
"bridge",
"stardust",
"testnet"
],
"version": {
"major": 2,
"minor": 0,
"patch": 1
},
"tokens": [
{
"chainId": 599,
"address": "0xA49efFF1961C0aF60519887E390e9954952176f8",
"decimals": 18,
"name": "Netswap Token",
"symbol": "NETT",
"logoURI": "https://raw.githubusercontent.com/Netswap/tokens/master/assets/0x90fe084f877c65e1b577c7b2ea64b8d8dd1ab278/logo.png"
},
{
"chainId": 599,
"address": "0x757251F93e5f51d6C488B9Ebd2C8386AbaE7e3cD",
"decimals": 6,
"name": "Test USDT",
"symbol": "TUSDT",
"logoURI": "https://raw.githubusercontent.com/MetisProtocol/metis-bridge-resources/master/tokens/USDT/logo.png"
},
{
"chainId": 599,
"address": "0x4D0D58a7AD8223E6d5F983A8cDeB1E354ED0ced9",
"decimals": 6,
"name": "Test USDC",
"symbol": "TUSDC",
"logoURI": "https://raw.githubusercontent.com/MetisProtocol/metis-bridge-resources/master/tokens/USDC/logo.png"
},
{
"chainId": 599,
"address": "0xD615567F2E998f192bc63C7C58740688adCb7420",
"decimals": 8,
"name": "Test WBTC",
"symbol": "TWBTC",
"logoURI": "https://raw.githubusercontent.com/MetisProtocol/metis-bridge-resources/master/tokens/WBTC/logo.png"
},
{
"chainId": 599,
"address": "0xE5991f3b3D468e6C904f56a4d9C0613c3e3aB4dB",
"decimals": 18,
"name": "Test LINK",
"symbol": "TLINK",
"logoURI": "https://raw.githubusercontent.com/MetisProtocol/metis-bridge-resources/master/tokens/LINK/logo.png"
}
],
"timestamp": "2021-11-30T12:00:00+00:00"
}