forked from elastos/Elastos.Hive.Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment_config.json
54 lines (54 loc) · 1.04 KB
/
payment_config.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
51
52
53
54
{
"version": "1.0",
"pricingPlans": [
{
"name": "Free",
"maxStorage": 500,
"serviceDays": -1,
"amount": 0.0,
"currency": "ELA"
},
{
"name": "Rookie",
"maxStorage": 2000,
"serviceDays": 30,
"amount": 2.5,
"currency": "ELA"
},
{
"name": "Advanced",
"maxStorage": 5000,
"serviceDays": 30,
"amount": 5.0,
"currency": "ELA"
}
],
"backupPlans": [
{
"name": "Free",
"maxStorage": 500,
"serviceDays": -1,
"amount": 0.0,
"currency": "ELA"
},
{
"name": "Rookie",
"maxStorage": 2000,
"serviceDays": 30,
"amount": 1.5,
"currency": "ELA"
},
{
"name": "Advanced",
"maxStorage": 5000,
"serviceDays": 30,
"amount": 3.0,
"currency": "ELA"
}
],
"paymentSettings": {
"receivingELAAddress": "EN9YK69ScA6WFgVQW3UZcmSRLSCStaU2pQ",
"wait_payment_timeout": 30,
"wait_tx_timeout": 120
}
}