1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +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, "fork_id": 0,
"force_bip143": true, "force_bip143": true,
"default_fee_b": { "default_fee_b": {
"Low": 1, "Normal": 1
"Economy": 1,
"Normal": 1,
"High": 100
}, },
"dust_limit": 546, "dust_limit": 546,
"blocktime_seconds": 600, "blocktime_seconds": 600,

View File

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

View File

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