forked from broxus/ton-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
36 lines (36 loc) · 790 Bytes
/
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
{
"$schema": "https://raw.githubusercontent.com/broxus/ton-assets/master/schemas/manifest.json",
"name": "TIP3 test Tokens List",
"version": {
"major": 0,
"minor": 0,
"patch": 1
},
"keywords": [
"ton",
"tip3",
"tokens",
"test"
],
"timestamp": "2021-09-23T12:15:51.633Z",
"tokens": [
{
"name": "USDT",
"chainId": 2,
"symbol": "USDT",
"decimals": 6,
"address": "0:4b6240eb87495ca9fc0c9ea58947f9707af5a0aa79d15f1e00f964878f52c73f",
"logoURI": "",
"version": 5
},
{
"name": "BRIDGE",
"chainId": 2,
"symbol": "BRIDGE",
"decimals": 9,
"address": "0:1d1e1a1b6e26ab62dbdee81051b7b578a6c816b8b215ca7b6388ae793758af72",
"logoURI": "",
"version": 5
}
]
}