-
Notifications
You must be signed in to change notification settings - Fork 1
/
wallet.json
50 lines (50 loc) · 1.48 KB
/
wallet.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
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"model":"wallet.chain",
"fields":{
"created_at":"2022-05-10T14:29:52.581Z",
"updated_at":"2022-05-10T14:29:52.581Z",
"chain_name":"Tron",
"chain_network":"mainnet",
"chain_symbol":"TRX",
"explorer_url":"https://tronscan.org/"
}
},
{
"model":"wallet.chain",
"fields":{
"created_at":"2022-05-10T14:30:08.668Z",
"updated_at":"2022-05-10T14:30:08.669Z",
"chain_name":"Ethereum",
"chain_network":"mainnet",
"chain_symbol":"ETH",
"explorer_url":"https://etherscan.io/"
}
},
{
"model":"wallet.token",
"fields":{
"created_at":"2022-05-10T14:30:26.960Z",
"updated_at":"2022-05-10T14:30:26.960Z",
"chain":2,
"contract_address":"0xdac17f958d2ee523a2206206994597c13d831ec7",
"token_symbol":"USDT",
"token_name":"Tether: USDT Stablecoin",
"token_decimal":6,
"is_active":true
}
},
{
"model":"wallet.token",
"fields":{
"created_at":"2022-05-10T14:30:35.359Z",
"updated_at":"2022-05-10T14:30:35.359Z",
"chain":1,
"contract_address":"TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
"token_symbol":"USDT",
"token_name":"Tether USD",
"token_decimal":6,
"is_active":true
}
}
]