-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestnet_tokenlist.json
31 lines (31 loc) · 1.14 KB
/
testnet_tokenlist.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
{
"tokens": [
{
"token_id": "TWugE2dvCHCiKTzeeuCnU13vt1upg6xA6tnkGngL2",
"ticker": "OCTTest",
"name": "Testnet OCT Token",
"logo": "https://explorer.v.systems/data/Upload/45ad7740e18ab270c3b6fa0bb621b040.png",
"max_supply": 1000000,
"unity": 100,
"description": "Test Octopus NFT game token."
},
{
"token_id": "TWsuRNTfLDmU4skpUstSPmrXkTRTsGWGncvKTBmtd",
"ticker": "OPTest",
"name": "Testnet OP - Octopus Points",
"logo": "https://explorer.v.systems/data/Upload/da26e2f1e25d6a3b6eed33edee84d2ca.png",
"max_supply": 100000000,
"unity": 100,
"description": "Test Octopus Point Tokens to transact NFT Octopus assets."
},
{
"token_id": "TWudFkwZV5h7stgTao8Wiyzq44iJWz2RTmgxwk3cz",
"ticker": "TET",
"name": "Tetris Token",
"logo": "https://qiniu.stylika.online/TET.png",
"max_supply": 100000000,
"unity": 100000000,
"description": "Test Tetris Game Token"
}
]
}