mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
mod fujicoin tx fees
This commit is contained in:
parent
8b06598474
commit
19ddcdc17d
@ -8,8 +8,8 @@
|
||||
"curve_name": "secp256k1",
|
||||
"address_type": 36,
|
||||
"address_type_p2sh": 16,
|
||||
"maxfee_kb": 10000000,
|
||||
"minfee_kb": 100000,
|
||||
"maxfee_kb": 1000000000,
|
||||
"minfee_kb": 10000000,
|
||||
"signed_message_header": "FujiCoin Signed Message:\n",
|
||||
"hash_genesis_block": "adb6d9cfd74075e7f91608add4bd2a2ea636f70856183086842667a1597714a0",
|
||||
"xpub_magic": 76067358,
|
||||
@ -25,10 +25,10 @@
|
||||
"force_bip143": false,
|
||||
"bip115": false,
|
||||
"default_fee_b": {
|
||||
"Low": 100,
|
||||
"Economy": 200,
|
||||
"Normal": 500,
|
||||
"High": 1000
|
||||
"Low": 10000,
|
||||
"Economy": 20000,
|
||||
"Normal": 50000,
|
||||
"High": 100000
|
||||
},
|
||||
"dust_limit": 546,
|
||||
"blocktime_seconds": 60,
|
||||
|
Loading…
Reference in New Issue
Block a user