1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00

defs: remove /api from coins backend

This commit is contained in:
Pavol Rusnak 2018-07-26 17:17:21 +02:00
parent a01a9cef9e
commit 46431fb7c8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
27 changed files with 62 additions and 62 deletions

View File

@ -38,10 +38,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://bch1.trezor.io/api", "https://bch1.trezor.io",
"https://bch2.trezor.io/api", "https://bch2.trezor.io",
"https://bch3.trezor.io/api", "https://bch3.trezor.io",
"https://bch4.trezor.io/api", "https://bch4.trezor.io",
"https://bch5.trezor.io/api" "https://bch5.trezor.io"
] ]
} }

View File

@ -38,10 +38,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://btg1.trezor.io/api", "https://btg1.trezor.io",
"https://btg2.trezor.io/api", "https://btg2.trezor.io",
"https://btg3.trezor.io/api", "https://btg3.trezor.io",
"https://btg4.trezor.io/api", "https://btg4.trezor.io",
"https://btg5.trezor.io/api" "https://btg5.trezor.io"
] ]
} }

View File

@ -38,10 +38,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://btc1.trezor.io/api", "https://btc1.trezor.io",
"https://btc2.trezor.io/api", "https://btc2.trezor.io",
"https://btc3.trezor.io/api", "https://btc3.trezor.io",
"https://btc4.trezor.io/api", "https://btc4.trezor.io",
"https://btc5.trezor.io/api" "https://btc5.trezor.io"
] ]
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.bitcore.cc/api" "https://insight.bitcore.cc"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://explorer.btcprivate.org/api" "https://explorer.btcprivate.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,8 +34,8 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://crw-bitcore.crown.tech/api", "https://crw-bitcore.crown.tech",
"https://crw2-bitcore.crown.tech/api" "https://crw2-bitcore.crown.tech"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -35,10 +35,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://dash1.trezor.io/api", "https://dash1.trezor.io",
"https://dash2.trezor.io/api", "https://dash2.trezor.io",
"https://dash3.trezor.io/api", "https://dash3.trezor.io",
"https://dash4.trezor.io/api", "https://dash4.trezor.io",
"https://dash5.trezor.io/api" "https://dash5.trezor.io"
] ]
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 35, "max_address_length": 35,
"bitcore": [ "bitcore": [
"https://mainnet.decred.org/api" "https://mainnet.decred.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 35, "max_address_length": 35,
"bitcore": [ "bitcore": [
"https://testnet.decred.org/api" "https://testnet.decred.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -37,7 +37,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.digibyteprojects.com/api" "https://explorer.digibyteprojects.com"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -35,10 +35,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://doge1.trezor.io/api", "https://doge1.trezor.io",
"https://doge2.trezor.io/api", "https://doge2.trezor.io",
"https://doge3.trezor.io/api", "https://doge3.trezor.io",
"https://doge4.trezor.io/api", "https://doge4.trezor.io",
"https://doge5.trezor.io/api" "https://doge5.trezor.io"
] ]
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.flashcoin.io/api" "https://explorer.flashcoin.io"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -37,7 +37,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"http://explorer.fujicoin.org/api" "http://explorer.fujicoin.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://groestlsight.groestlcoin.org/api" "https://groestlsight.groestlcoin.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://groestlsight-test.groestlcoin.org/api" "https://groestlsight-test.groestlcoin.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://insight.kotocoin.info/api" "https://insight.kotocoin.info"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -35,10 +35,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://ltc1.trezor.io/api", "https://ltc1.trezor.io",
"https://ltc2.trezor.io/api", "https://ltc2.trezor.io",
"https://ltc3.trezor.io/api", "https://ltc3.trezor.io",
"https://ltc4.trezor.io/api", "https://ltc4.trezor.io",
"https://ltc5.trezor.io/api" "https://ltc5.trezor.io"
] ]
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://testnet.litecore.io/api" "https://testnet.litecore.io"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,9 +34,9 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://mona.chainsight.info/api", "https://mona.chainsight.info",
"https://mona.insight.monaco-ex.org/insight-api-monacoin", "https://insight.electrum-mona.org",
"https://insight.electrum-mona.org/api" "https://mona.insight.monaco-ex.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"http://live.pesetacoin.info/api" "http://live.pesetacoin.info"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.terracoin.io/api" "https://insight.terracoin.io"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -35,10 +35,10 @@
"max_address_length": 34, "max_address_length": 34,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://vtc1.trezor.io/api", "https://vtc1.trezor.io",
"https://vtc2.trezor.io/api", "https://vtc2.trezor.io",
"https://vtc3.trezor.io/api", "https://vtc3.trezor.io",
"https://vtc4.trezor.io/api", "https://vtc4.trezor.io",
"https://vtc5.trezor.io/api" "https://vtc5.trezor.io"
] ]
} }

View File

@ -37,7 +37,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://explorer.viacoin.org/api" "https://explorer.viacoin.org"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -35,10 +35,10 @@
"max_address_length": 95, "max_address_length": 95,
"bitcore": [], "bitcore": [],
"blockbook": [ "blockbook": [
"https://zec1.trezor.io/api", "https://zec1.trezor.io",
"https://zec2.trezor.io/api", "https://zec2.trezor.io",
"https://zec3.trezor.io/api", "https://zec3.trezor.io",
"https://zec4.trezor.io/api", "https://zec4.trezor.io",
"https://zec5.trezor.io/api" "https://zec5.trezor.io"
] ]
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://explorer.testnet.z.cash/api" "https://explorer.testnet.z.cash"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -37,7 +37,7 @@
"min_address_length": 27, "min_address_length": 27,
"max_address_length": 34, "max_address_length": 34,
"bitcore": [ "bitcore": [
"https://insight.zcoin.io/api" "https://insight.zcoin.io"
], ],
"blockbook": [] "blockbook": []
} }

View File

@ -34,7 +34,7 @@
"min_address_length": 35, "min_address_length": 35,
"max_address_length": 95, "max_address_length": 95,
"bitcore": [ "bitcore": [
"https://explorer.zensystem.io/insight-api-zen" "https://explorer.zensystem.io"
], ],
"blockbook": [] "blockbook": []
} }