From 46431fb7c8be0ed511c3f261d020bc6d73bc1bd4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 26 Jul 2018 17:17:21 +0200 Subject: [PATCH] defs: remove /api from coins backend --- defs/coins/bcash.json | 10 +++++----- defs/coins/bgold.json | 10 +++++----- defs/coins/bitcoin.json | 10 +++++----- defs/coins/bitcore.json | 2 +- defs/coins/bprivate.json | 2 +- defs/coins/crown.json | 4 ++-- defs/coins/dash.json | 10 +++++----- defs/coins/decred.json | 2 +- defs/coins/decred_testnet.json | 2 +- defs/coins/digibyte.json | 2 +- defs/coins/dogecoin.json | 10 +++++----- defs/coins/flashcoin.json | 2 +- defs/coins/fujicoin.json | 2 +- defs/coins/groestlcoin.json | 2 +- defs/coins/groestlcoin_testnet.json | 2 +- defs/coins/koto.json | 2 +- defs/coins/litecoin.json | 10 +++++----- defs/coins/litecoin_testnet.json | 2 +- defs/coins/monacoin.json | 6 +++--- defs/coins/pesetacoin.json | 2 +- defs/coins/terracoin.json | 2 +- defs/coins/vertcoin.json | 10 +++++----- defs/coins/viacoin.json | 2 +- defs/coins/zcash.json | 10 +++++----- defs/coins/zcash_testnet.json | 2 +- defs/coins/zcoin.json | 2 +- defs/coins/zencash.json | 2 +- 27 files changed, 62 insertions(+), 62 deletions(-) diff --git a/defs/coins/bcash.json b/defs/coins/bcash.json index ffed37d0d..46a231ea2 100644 --- a/defs/coins/bcash.json +++ b/defs/coins/bcash.json @@ -38,10 +38,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://bch1.trezor.io/api", - "https://bch2.trezor.io/api", - "https://bch3.trezor.io/api", - "https://bch4.trezor.io/api", - "https://bch5.trezor.io/api" + "https://bch1.trezor.io", + "https://bch2.trezor.io", + "https://bch3.trezor.io", + "https://bch4.trezor.io", + "https://bch5.trezor.io" ] } diff --git a/defs/coins/bgold.json b/defs/coins/bgold.json index 2076806d7..0e69e84c4 100644 --- a/defs/coins/bgold.json +++ b/defs/coins/bgold.json @@ -38,10 +38,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://btg1.trezor.io/api", - "https://btg2.trezor.io/api", - "https://btg3.trezor.io/api", - "https://btg4.trezor.io/api", - "https://btg5.trezor.io/api" + "https://btg1.trezor.io", + "https://btg2.trezor.io", + "https://btg3.trezor.io", + "https://btg4.trezor.io", + "https://btg5.trezor.io" ] } diff --git a/defs/coins/bitcoin.json b/defs/coins/bitcoin.json index b4850c5b3..4889902df 100644 --- a/defs/coins/bitcoin.json +++ b/defs/coins/bitcoin.json @@ -38,10 +38,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://btc1.trezor.io/api", - "https://btc2.trezor.io/api", - "https://btc3.trezor.io/api", - "https://btc4.trezor.io/api", - "https://btc5.trezor.io/api" + "https://btc1.trezor.io", + "https://btc2.trezor.io", + "https://btc3.trezor.io", + "https://btc4.trezor.io", + "https://btc5.trezor.io" ] } diff --git a/defs/coins/bitcore.json b/defs/coins/bitcore.json index 9cdb0b6e2..93897bb58 100644 --- a/defs/coins/bitcore.json +++ b/defs/coins/bitcore.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://insight.bitcore.cc/api" + "https://insight.bitcore.cc" ], "blockbook": [] } diff --git a/defs/coins/bprivate.json b/defs/coins/bprivate.json index 7a1b5a6a7..32bb942b5 100644 --- a/defs/coins/bprivate.json +++ b/defs/coins/bprivate.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 95, "bitcore": [ - "https://explorer.btcprivate.org/api" + "https://explorer.btcprivate.org" ], "blockbook": [] } diff --git a/defs/coins/crown.json b/defs/coins/crown.json index fe1dcbf5c..0084dfd44 100644 --- a/defs/coins/crown.json +++ b/defs/coins/crown.json @@ -34,8 +34,8 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://crw-bitcore.crown.tech/api", - "https://crw2-bitcore.crown.tech/api" + "https://crw-bitcore.crown.tech", + "https://crw2-bitcore.crown.tech" ], "blockbook": [] } diff --git a/defs/coins/dash.json b/defs/coins/dash.json index f216a03df..2747d9e01 100644 --- a/defs/coins/dash.json +++ b/defs/coins/dash.json @@ -35,10 +35,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://dash1.trezor.io/api", - "https://dash2.trezor.io/api", - "https://dash3.trezor.io/api", - "https://dash4.trezor.io/api", - "https://dash5.trezor.io/api" + "https://dash1.trezor.io", + "https://dash2.trezor.io", + "https://dash3.trezor.io", + "https://dash4.trezor.io", + "https://dash5.trezor.io" ] } diff --git a/defs/coins/decred.json b/defs/coins/decred.json index a644c537b..7111ce339 100644 --- a/defs/coins/decred.json +++ b/defs/coins/decred.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 35, "bitcore": [ - "https://mainnet.decred.org/api" + "https://mainnet.decred.org" ], "blockbook": [] } diff --git a/defs/coins/decred_testnet.json b/defs/coins/decred_testnet.json index ba8cac9c5..a869d879e 100644 --- a/defs/coins/decred_testnet.json +++ b/defs/coins/decred_testnet.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 35, "bitcore": [ - "https://testnet.decred.org/api" + "https://testnet.decred.org" ], "blockbook": [] } diff --git a/defs/coins/digibyte.json b/defs/coins/digibyte.json index 0d246e5b6..777ee45b7 100644 --- a/defs/coins/digibyte.json +++ b/defs/coins/digibyte.json @@ -37,7 +37,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://explorer.digibyteprojects.com/api" + "https://explorer.digibyteprojects.com" ], "blockbook": [] } diff --git a/defs/coins/dogecoin.json b/defs/coins/dogecoin.json index fd9630dfa..a4bff6eb5 100644 --- a/defs/coins/dogecoin.json +++ b/defs/coins/dogecoin.json @@ -35,10 +35,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://doge1.trezor.io/api", - "https://doge2.trezor.io/api", - "https://doge3.trezor.io/api", - "https://doge4.trezor.io/api", - "https://doge5.trezor.io/api" + "https://doge1.trezor.io", + "https://doge2.trezor.io", + "https://doge3.trezor.io", + "https://doge4.trezor.io", + "https://doge5.trezor.io" ] } diff --git a/defs/coins/flashcoin.json b/defs/coins/flashcoin.json index 7b1471386..1c7fbb43f 100644 --- a/defs/coins/flashcoin.json +++ b/defs/coins/flashcoin.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://explorer.flashcoin.io/api" + "https://explorer.flashcoin.io" ], "blockbook": [] } diff --git a/defs/coins/fujicoin.json b/defs/coins/fujicoin.json index 91ff79a39..e9f28ebae 100644 --- a/defs/coins/fujicoin.json +++ b/defs/coins/fujicoin.json @@ -37,7 +37,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "http://explorer.fujicoin.org/api" + "http://explorer.fujicoin.org" ], "blockbook": [] } diff --git a/defs/coins/groestlcoin.json b/defs/coins/groestlcoin.json index cacc73022..858d7424a 100644 --- a/defs/coins/groestlcoin.json +++ b/defs/coins/groestlcoin.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://groestlsight.groestlcoin.org/api" + "https://groestlsight.groestlcoin.org" ], "blockbook": [] } diff --git a/defs/coins/groestlcoin_testnet.json b/defs/coins/groestlcoin_testnet.json index 6e8f6a338..c5376a198 100644 --- a/defs/coins/groestlcoin_testnet.json +++ b/defs/coins/groestlcoin_testnet.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://groestlsight-test.groestlcoin.org/api" + "https://groestlsight-test.groestlcoin.org" ], "blockbook": [] } diff --git a/defs/coins/koto.json b/defs/coins/koto.json index aa67aa500..b18597d61 100644 --- a/defs/coins/koto.json +++ b/defs/coins/koto.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 95, "bitcore": [ - "https://insight.kotocoin.info/api" + "https://insight.kotocoin.info" ], "blockbook": [] } diff --git a/defs/coins/litecoin.json b/defs/coins/litecoin.json index bbc7f41a0..906983b43 100644 --- a/defs/coins/litecoin.json +++ b/defs/coins/litecoin.json @@ -35,10 +35,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://ltc1.trezor.io/api", - "https://ltc2.trezor.io/api", - "https://ltc3.trezor.io/api", - "https://ltc4.trezor.io/api", - "https://ltc5.trezor.io/api" + "https://ltc1.trezor.io", + "https://ltc2.trezor.io", + "https://ltc3.trezor.io", + "https://ltc4.trezor.io", + "https://ltc5.trezor.io" ] } diff --git a/defs/coins/litecoin_testnet.json b/defs/coins/litecoin_testnet.json index 1c15e6ecf..de4bd5a8a 100644 --- a/defs/coins/litecoin_testnet.json +++ b/defs/coins/litecoin_testnet.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://testnet.litecore.io/api" + "https://testnet.litecore.io" ], "blockbook": [] } diff --git a/defs/coins/monacoin.json b/defs/coins/monacoin.json index 5315cf8ba..2ec317e33 100644 --- a/defs/coins/monacoin.json +++ b/defs/coins/monacoin.json @@ -34,9 +34,9 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://mona.chainsight.info/api", - "https://mona.insight.monaco-ex.org/insight-api-monacoin", - "https://insight.electrum-mona.org/api" + "https://mona.chainsight.info", + "https://insight.electrum-mona.org", + "https://mona.insight.monaco-ex.org" ], "blockbook": [] } diff --git a/defs/coins/pesetacoin.json b/defs/coins/pesetacoin.json index 51a56859e..c944af394 100644 --- a/defs/coins/pesetacoin.json +++ b/defs/coins/pesetacoin.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "http://live.pesetacoin.info/api" + "http://live.pesetacoin.info" ], "blockbook": [] } diff --git a/defs/coins/terracoin.json b/defs/coins/terracoin.json index 4b1f20cde..6415be6c4 100644 --- a/defs/coins/terracoin.json +++ b/defs/coins/terracoin.json @@ -34,7 +34,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://insight.terracoin.io/api" + "https://insight.terracoin.io" ], "blockbook": [] } diff --git a/defs/coins/vertcoin.json b/defs/coins/vertcoin.json index 096d2e090..bd56e17d3 100644 --- a/defs/coins/vertcoin.json +++ b/defs/coins/vertcoin.json @@ -35,10 +35,10 @@ "max_address_length": 34, "bitcore": [], "blockbook": [ - "https://vtc1.trezor.io/api", - "https://vtc2.trezor.io/api", - "https://vtc3.trezor.io/api", - "https://vtc4.trezor.io/api", - "https://vtc5.trezor.io/api" + "https://vtc1.trezor.io", + "https://vtc2.trezor.io", + "https://vtc3.trezor.io", + "https://vtc4.trezor.io", + "https://vtc5.trezor.io" ] } diff --git a/defs/coins/viacoin.json b/defs/coins/viacoin.json index 7e442cc12..0b5ffc421 100644 --- a/defs/coins/viacoin.json +++ b/defs/coins/viacoin.json @@ -37,7 +37,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://explorer.viacoin.org/api" + "https://explorer.viacoin.org" ], "blockbook": [] } diff --git a/defs/coins/zcash.json b/defs/coins/zcash.json index 34c7bec72..fab3c431c 100644 --- a/defs/coins/zcash.json +++ b/defs/coins/zcash.json @@ -35,10 +35,10 @@ "max_address_length": 95, "bitcore": [], "blockbook": [ - "https://zec1.trezor.io/api", - "https://zec2.trezor.io/api", - "https://zec3.trezor.io/api", - "https://zec4.trezor.io/api", - "https://zec5.trezor.io/api" + "https://zec1.trezor.io", + "https://zec2.trezor.io", + "https://zec3.trezor.io", + "https://zec4.trezor.io", + "https://zec5.trezor.io" ] } diff --git a/defs/coins/zcash_testnet.json b/defs/coins/zcash_testnet.json index fffc3d85c..0372a6a04 100644 --- a/defs/coins/zcash_testnet.json +++ b/defs/coins/zcash_testnet.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 95, "bitcore": [ - "https://explorer.testnet.z.cash/api" + "https://explorer.testnet.z.cash" ], "blockbook": [] } diff --git a/defs/coins/zcoin.json b/defs/coins/zcoin.json index 707abec64..877a6abee 100644 --- a/defs/coins/zcoin.json +++ b/defs/coins/zcoin.json @@ -37,7 +37,7 @@ "min_address_length": 27, "max_address_length": 34, "bitcore": [ - "https://insight.zcoin.io/api" + "https://insight.zcoin.io" ], "blockbook": [] } diff --git a/defs/coins/zencash.json b/defs/coins/zencash.json index d50f2409e..cc931bbdf 100644 --- a/defs/coins/zencash.json +++ b/defs/coins/zencash.json @@ -34,7 +34,7 @@ "min_address_length": 35, "max_address_length": 95, "bitcore": [ - "https://explorer.zensystem.io/insight-api-zen" + "https://explorer.zensystem.io" ], "blockbook": [] }