Skip to content

Commit

Permalink
using test-wrapper for test instance
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMeer committed Dec 23, 2020
1 parent e6d6e80 commit bac52c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// the new endpoint should be at /new so we can compare benchmarks directly without
// having to run both separately

var APIURL = "https://testapi.bithyve.com"
var APIURL = "https://test-wrapper.bithyve.com"

func postRoutine(url string, inputx string) {
input := []byte(inputx)
Expand Down
2 changes: 1 addition & 1 deletion electrs/electrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// ElectrsURL is the URL of a running electrs instance
var ElectrsURL = "http://testapi.bithyve.com"
var ElectrsURL = "http://test-wrapper.bithyve.com"

// FallbackURL is the URL of a fallback electrs instance
var FallbackURL = "https://blockstream.info/testnet/api"
Expand Down

0 comments on commit bac52c4

Please sign in to comment.