1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

fix(common): BCH, BTG, DGB fix default default_fee_b

- removed unnecessary fee levels. estimated values from blockbook for all levels are the same. "Normal" should be enough.
- long term average BTG fee rate is ~12
- long term average DGB fee rate is ~7
This commit is contained in:
Szymon Lesisz 2023-08-15 17:44:57 +02:00 committed by matejcik
parent c3874445bb
commit 2c93b3719b
3 changed files with 3 additions and 12 deletions

View File

@ -28,10 +28,7 @@
"fork_id": 0,
"force_bip143": true,
"default_fee_b": {
"Low": 1,
"Economy": 1,
"Normal": 1,
"High": 100
"Normal": 1
},
"dust_limit": 546,
"blocktime_seconds": 600,

View File

@ -28,10 +28,7 @@
"fork_id": 79,
"force_bip143": true,
"default_fee_b": {
"Low": 10,
"Economy": 70,
"Normal": 140,
"High": 200
"Normal": 30
},
"dust_limit": 546,
"blocktime_seconds": 600,

View File

@ -28,10 +28,7 @@
"fork_id": null,
"force_bip143": false,
"default_fee_b": {
"Low": 10,
"Economy": 70,
"Normal": 140,
"High": 200
"Normal": 30
},
"dust_limit": 546,
"blocktime_seconds": 15,