mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
defs: add cooldown attribute to coins definitions
This commit is contained in:
parent
0cea64b52b
commit
38b17555f1
@ -43,5 +43,6 @@
|
|||||||
"https://bch3.trezor.io",
|
"https://bch3.trezor.io",
|
||||||
"https://bch4.trezor.io",
|
"https://bch4.trezor.io",
|
||||||
"https://bch5.trezor.io"
|
"https://bch5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -43,5 +43,6 @@
|
|||||||
"https://btg3.trezor.io",
|
"https://btg3.trezor.io",
|
||||||
"https://btg4.trezor.io",
|
"https://btg4.trezor.io",
|
||||||
"https://btg5.trezor.io"
|
"https://btg5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -43,5 +43,6 @@
|
|||||||
"https://btc3.trezor.io",
|
"https://btc3.trezor.io",
|
||||||
"https://btc4.trezor.io",
|
"https://btc4.trezor.io",
|
||||||
"https://btc5.trezor.io"
|
"https://btc5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"https://testnet-bitcore1.trezor.io",
|
"https://testnet-bitcore1.trezor.io",
|
||||||
"https://testnet-bitcore2.trezor.io"
|
"https://testnet-bitcore2.trezor.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://insight.bitcore.cc"
|
"https://insight.bitcore.cc"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.btcprivate.org"
|
"https://explorer.btcprivate.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"https://crw-bitcore.crown.tech",
|
"https://crw-bitcore.crown.tech",
|
||||||
"https://crw2-bitcore.crown.tech"
|
"https://crw2-bitcore.crown.tech"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"https://dash3.trezor.io",
|
"https://dash3.trezor.io",
|
||||||
"https://dash4.trezor.io",
|
"https://dash4.trezor.io",
|
||||||
"https://dash5.trezor.io"
|
"https://dash5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://mainnet.decred.org"
|
"https://mainnet.decred.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://testnet.decred.org"
|
"https://testnet.decred.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.digibyteprojects.com"
|
"https://explorer.digibyteprojects.com"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"https://doge3.trezor.io",
|
"https://doge3.trezor.io",
|
||||||
"https://doge4.trezor.io",
|
"https://doge4.trezor.io",
|
||||||
"https://doge5.trezor.io"
|
"https://doge5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://bitcore.feathercoin.com"
|
"https://bitcore.feathercoin.com"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.flashcoin.io"
|
"https://explorer.flashcoin.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"http://explorer.fujicoin.org"
|
"http://explorer.fujicoin.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://groestlsight.groestlcoin.org"
|
"https://groestlsight.groestlcoin.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://groestlsight-test.groestlcoin.org"
|
"https://groestlsight-test.groestlcoin.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://insight.kotocoin.info"
|
"https://insight.kotocoin.info"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"https://ltc3.trezor.io",
|
"https://ltc3.trezor.io",
|
||||||
"https://ltc4.trezor.io",
|
"https://ltc4.trezor.io",
|
||||||
"https://ltc5.trezor.io"
|
"https://ltc5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://testnet.litecore.io"
|
"https://testnet.litecore.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"https://mona.chainsight.info",
|
"https://mona.chainsight.info",
|
||||||
"https://insight.electrum-mona.org"
|
"https://insight.electrum-mona.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
"minfee_kb": 1000,
|
"minfee_kb": 1000,
|
||||||
"signed_message_header": "MonetaryUnit Signed Message:\n",
|
"signed_message_header": "MonetaryUnit Signed Message:\n",
|
||||||
"hash_genesis_block": "000002acd994a815401fbaae0e52404b32857efd0b7b0c77b8e0715ccdd6d437",
|
"hash_genesis_block": "000002acd994a815401fbaae0e52404b32857efd0b7b0c77b8e0715ccdd6d437",
|
||||||
"xprv_magic": 76066276,
|
"xprv_magic": 76066276,
|
||||||
"xpub_magic": 76067358,
|
"xpub_magic": 76067358,
|
||||||
"xpub_magic_segwit_p2sh": null,
|
"xpub_magic_segwit_p2sh": null,
|
||||||
"xpub_magic_segwit_native": null,
|
"xpub_magic_segwit_native": null,
|
||||||
"bech32_prefix": null,
|
"bech32_prefix": null,
|
||||||
@ -34,5 +34,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 34,
|
"max_address_length": 34,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"force_bip143": false,
|
"force_bip143": false,
|
||||||
"bip115": false,
|
"bip115": false,
|
||||||
"version_group_id": null,
|
"version_group_id": null,
|
||||||
"default_fee_b": {
|
"default_fee_b": {
|
||||||
"Normal": 10
|
"Normal": 10
|
||||||
},
|
},
|
||||||
"dust_limit": 10000000,
|
"dust_limit": 10000000,
|
||||||
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"http://live.pesetacoin.info"
|
"http://live.pesetacoin.info"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://insight.terracoin.io"
|
"https://insight.terracoin.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"https://vtc3.trezor.io",
|
"https://vtc3.trezor.io",
|
||||||
"https://vtc4.trezor.io",
|
"https://vtc4.trezor.io",
|
||||||
"https://vtc5.trezor.io"
|
"https://vtc5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.viacoin.org"
|
"https://explorer.viacoin.org"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -40,5 +40,6 @@
|
|||||||
"https://zec3.trezor.io",
|
"https://zec3.trezor.io",
|
||||||
"https://zec4.trezor.io",
|
"https://zec4.trezor.io",
|
||||||
"https://zec5.trezor.io"
|
"https://zec5.trezor.io"
|
||||||
]
|
],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.testnet.z.cash"
|
"https://explorer.testnet.z.cash"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -39,5 +39,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://insight.zcoin.io"
|
"https://insight.zcoin.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -37,5 +37,6 @@
|
|||||||
"min_address_length": 27,
|
"min_address_length": 27,
|
||||||
"max_address_length": 35,
|
"max_address_length": 35,
|
||||||
"bitcore": [],
|
"bitcore": [],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
@ -36,5 +36,6 @@
|
|||||||
"bitcore": [
|
"bitcore": [
|
||||||
"https://explorer.zensystem.io"
|
"https://explorer.zensystem.io"
|
||||||
],
|
],
|
||||||
"blockbook": []
|
"blockbook": [],
|
||||||
|
"cooldown": 100
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user