Skip to content
This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Add api prefix to bitcoin, binance, blockbook routes (#1198)
Browse files Browse the repository at this point in the history
* Add api prefix to bitcoin, binance, blockbook routes

* Adjust config

* Update client.go

* Fix bnb path in test

* Change mock paths

* Change mock paths

* Change mock paths

* Change mock paths

* Change mock paths

* Remove /

* Remove eth api /

Co-authored-by: Nick Kozlov <[email protected]>
  • Loading branch information
vikmeup and EnoRage authored Aug 20, 2020
1 parent bea0c7f commit 756a7dd
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 1,557 deletions.
34 changes: 17 additions & 17 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ postgres:

# [BNB] Binance DEX: https://www.binance.org/
binance:
api: https://dex.binance.org/api
explorer: https://explorer.binance.org/api
api: https://dex.binance.org
explorer: https://explorer.binance.org

# [NIM] Nimiq: https://nimiq.com
#nimiq:
Expand All @@ -67,7 +67,7 @@ tezos:
# [ETH] Ethereum: https://ethereum.org
ethereum:
api: https://localhost:4567 #(Trust-Ray API)
blockbook_api: https://eth1.trezor.io/api
blockbook_api: https://eth1.trezor.io
collections_api: https://api.opensea.io
# collections_api_key: [opensea_api_key]
rpc: https://main-rpc.linkpool.io
Expand Down Expand Up @@ -158,43 +158,43 @@ fio:

# [BTC] Bitcoin: https://bitcoin.org/ (Blockbook API https://github.com/trezor/blockbook)
bitcoin:
api: https://btc1.trezor.io/api
api: https://btc1.trezor.io

litecoin:
api: https://ltc1.trezor.io/api
api: https://ltc1.trezor.io

bitcoincash:
api: https://bch1.trezor.io/api
api: https://bch1.trezor.io

doge:
api: https://doge1.trezor.io/api
api: https://doge1.trezor.io

dash:
api: https://dash1.trezor.io/api
api: https://dash1.trezor.io

zcoin:
api: https://blockbook.zcoin.io/api
api: https://blockbook.zcoin.io

zcash:
api: https://zec1.trezor.io/api
api: https://zec1.trezor.io

zelcash:
api: https://blockbook.zel.network/api
api: https://blockbook.zel.network

viacoin:
api: https://blockbook.viacoin.org/api
api: https://blockbook.viacoin.org

qtum:
api: https://blockv3.qtum.info/api
api: https://blockv3.qtum.info

groestlcoin:
api: https://blockbook.groestlcoin.org/api
api: https://blockbook.groestlcoin.org

ravencoin:
api: https://blockbook.ravencoin.org/api
api: https://blockbook.ravencoin.org

decred:
api: https://blockbook.decred.org:9161/api
api: https://blockbook.decred.org:9161

algorand:
api: https://mainnet-algorand.api.purestake.io/ps1
Expand All @@ -203,7 +203,7 @@ nano:
api: https://nanoverse.io/api/node

digibyte:
api: https://dgb1.trezor.io/api
api: https://dgb1.trezor.io

harmony:
api: https://api.s0.t.hmny.io
Expand Down
72 changes: 30 additions & 42 deletions mock/datafiles.yaml

Large diffs are not rendered by default.

This file was deleted.

Loading

0 comments on commit 756a7dd

Please sign in to comment.