1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-23 23:18:16 +00:00

defs: update trezor.io backends

This commit is contained in:
Pavol Rusnak 2018-06-25 12:17:52 +02:00
parent a01314de1a
commit 6c540dbfff
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
10 changed files with 64 additions and 36 deletions

View File

@ -17,6 +17,7 @@ install:
script: script:
- jsonlint defs/*.json - jsonlint defs/*.json
- jsonlint defs/*/*.json
- python tools/build_coins.py --defs - python tools/build_coins.py --defs
notifications: notifications:

View File

@ -35,8 +35,12 @@
"address_prefix": "bitcoincash:", "address_prefix": "bitcoincash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://bch-bitcore2.trezor.io" "blockbook": [
], "https://bch1.trezor.io",
"blockbook": [] "https://bch2.trezor.io",
"https://bch3.trezor.io",
"https://bch4.trezor.io",
"https://bch5.trezor.io"
]
} }

View File

@ -35,8 +35,12 @@
"address_prefix": "bitcoingold:", "address_prefix": "bitcoingold:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://btg-bitcore2.trezor.io" "blockbook": [
], "https://btg1.trezor.io",
"blockbook": [] "https://btg2.trezor.io",
"https://btg3.trezor.io",
"https://btg4.trezor.io",
"https://btg5.trezor.io"
]
} }

View File

@ -35,13 +35,12 @@
"address_prefix": "bitcoin:", "address_prefix": "bitcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://btc-bitcore1.trezor.io", "blockbook": [
"https://btc-bitcore2.trezor.io", "https://btc1.trezor.io",
"https://btc-bitcore3.trezor.io", "https://btc2.trezor.io",
"https://btc-bitcore4.trezor.io", "https://btc3.trezor.io",
"https://btc-bitcore5.trezor.io", "https://btc4.trezor.io",
"https://btc-bitcore6.trezor.io" "https://btc5.trezor.io"
], ]
"blockbook": []
} }

View File

@ -32,9 +32,6 @@
"address_prefix": "bitcoin:", "address_prefix": "bitcoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://testnet-bitcore1.trezor.io",
"https://testnet-bitcore2.trezor.io"
],
"blockbook": [] "blockbook": []
} }

View File

@ -32,9 +32,12 @@
"address_prefix": "dash:", "address_prefix": "dash:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://dash-bitcore1.trezor.io", "blockbook": [
"https://dash-bitcore3.trezor.io" "https://dash1.trezor.io",
], "https://dash2.trezor.io",
"blockbook": [] "https://dash3.trezor.io",
"https://dash4.trezor.io",
"https://dash5.trezor.io"
]
} }

View File

@ -33,5 +33,11 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [] "blockbook": [
"https://doge1.trezor.io",
"https://doge2.trezor.io",
"https://doge3.trezor.io",
"https://doge4.trezor.io",
"https://doge5.trezor.io"
]
} }

View File

@ -32,8 +32,12 @@
"address_prefix": "litecoin:", "address_prefix": "litecoin:",
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [],
"https://ltc-bitcore3.trezor.io" "blockbook": [
], "https://ltc1.trezor.io",
"blockbook": [] "https://ltc2.trezor.io",
"https://ltc3.trezor.io",
"https://ltc4.trezor.io",
"https://ltc5.trezor.io"
]
} }

View File

@ -33,5 +33,11 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [] "blockbook": [
"https://vtc1.trezor.io",
"https://vtc2.trezor.io",
"https://vtc3.trezor.io",
"https://vtc4.trezor.io",
"https://vtc5.trezor.io"
]
} }

View File

@ -32,8 +32,12 @@
"address_prefix": "zcash:", "address_prefix": "zcash:",
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [],
"https://zec-bitcore1.trezor.io" "blockbook": [
], "https://zec1.trezor.io",
"blockbook": [] "https://zec2.trezor.io",
"https://zec3.trezor.io",
"https://zec4.trezor.io",
"https://zec5.trezor.io"
]
} }