-
Notifications
You must be signed in to change notification settings - Fork 35
/
telostest.json
38 lines (38 loc) · 1.09 KB
/
telostest.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
37
38
{
"name": "Telos Testnet Token List",
"logoURI": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/telos.png",
"keywords": [
"Telos", "testnet"
],
"tags": {
"stablecoin": {
"name": "Stablecoin",
"description": "Tokens that are fixed to an external asset, e.g. the US dollar"
},
"telos": {
"name": "Telos Native",
"description": "Tokens that are native to Telos."
}
},
"tokens": [
{
"name": "Telos",
"logo_sm": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/telos.png",
"logo_lg": "https://raw.githubusercontent.com/telosnetwork/token-list/master/logos/telos.png",
"symbol": "TLOS",
"account": "eosio.token"
},
{
"name": "Boid.com",
"logo_sm": "https://raw.githubusercontent.com/animuslabs/boid-branding/main/token-logo-sm.png",
"logo_lg": "https://raw.githubusercontent.com/animuslabs/boid-branding/main/token-logo.png",
"symbol": "BOID",
"account": "token.boid"
}
],
"version": {
"major": 0,
"minor": 1,
"patch": 0
}
}