-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathassets.json.example
More file actions
78 lines (78 loc) · 2.36 KB
/
assets.json.example
File metadata and controls
78 lines (78 loc) · 2.36 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"code": "TBTC",
"driver": {
"code": "tbtc",
"env": "test",
"accessToken": "BITGO_TEST_ACCESS_TOKEN",
"walletId": "BITGO_TBTC_WALLET_ID",
"walletPassphrase": "BITGO_TBTC_WALLET_PASS"
},
"totalSupply": "1000",
"stellar": {
"issuer": "GAIJQAYGJ2TMP7OC5NFBJTPELBHZZJ4LDLTS4JZBV5SMVUKJGKTI4Q3O",
"name": "",
"desc": "",
"image": "",
"status": "live"
},
"distributor": "GAJ4SKSKRWFZVCB5OROZLSWOUC4OEI4QKHV46FDLR3D372KAU3TQEI2X",
"channels": [
"GAGQNTK7BR2UBP4Q6PER4ODTMFKO3IURMFRTSEKYEGNCA4QNGEUGKF3K"
],
"deposit": {
"eta": 1200,
"min": 0.0001,
"fee_create": 0.0001,
"fee_fixed": 0.0,
"fee_percent": 0.0
},
"horizonUrl": "https://horizon-testnet.stellar.org",
"networkPassphrase": "Test SDF Network ; September 2015",
"withdrawal": {
"eta": 1200,
"min": 0.0001,
"fee_fixed": 0.0001,
"fee_percent": 0.001
},
"withdrawalBatching": 60000
},
{
"code": "BTC",
"driver": {
"code": "btc",
"env": "prod",
"accessToken": "BITGO_ACCESS_TOKEN_BTC",
"walletId": "BITGO_BTC_WALLET_ID",
"walletPassphrase": "BITGO_BTC_WALLET_PASS"
},
"totalSupply": "200",
"stellar": {
"issuer": "GAUTUYY2THLF7SGITDFMXJVYH3LHDSMGEAKSBU267M2K7A3W543CKUEF",
"name": "",
"desc": "",
"image": "",
"status": "live"
},
"distributor": "GCR3L4I5C2WE4C5BNHEFHLFSIYHGLZRDAUG3MOWL7R3CVVSI4XL47OTJ",
"channels": [
"GCR3L4I5C2WE4C5BNHEFHLFSIYHGLZRDAUG3MOWL7R3CVVSI4XL47OTJ"
],
"deposit": {
"eta": 1200,
"min": 0.0001,
"fee_create": 0.0001,
"fee_fixed": 0,
"fee_percent": 0
},
"horizonUrl": "https://horizon.stellar.org",
"networkPassphrase": "Public Global Stellar Network ; September 2015",
"withdrawal": {
"eta": 1200,
"min": 0.0001,
"fee_fixed": 0.0001,
"fee_percent": 0.001
},
"withdrawalBatching": 60000
}
]