forked from wavesplatform/waves-client-config
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfee.json
More file actions
41 lines (41 loc) · 722 Bytes
/
fee.json
File metadata and controls
41 lines (41 loc) · 722 Bytes
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
{
"smart_asset_extra_fee": 4000000,
"smart_account_extra_fee": 4000000,
"calculate_fee_rules": {
"default": {
"add_smart_asset_fee": true,
"add_smart_account_fee": true,
"min_price_step": 2000000,
"fee": 2000000
},
"3": {
"fee": 100000000000,
"nftFee": 100000000
},
"5": {
"fee": 100000000000
},
"7": {
"add_smart_account_fee": false,
"fee": 300000
},
"10": {
"fee": 1000000000
},
"11": {
"price_per_transfer": 1000000
},
"12": {
"price_per_kb": 100000
},
"13": {
"fee": 100000000
},
"14": {
"fee": 1000000000
},
"15": {
"fee": 104000000
}
}
}