We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83dd12a + 6c81a57 commit 0b01014Copy full SHA for 0b01014
1 file changed
access/http/client.go
@@ -28,9 +28,9 @@ import (
28
29
const (
30
EmulatorHost = "http://127.0.0.1:8888/v1"
31
- TestnetHost = "https://rest-testnet.onflow.org/v1/"
32
- MainnetHost = "https://rest-mainnet.onflow.org/v1/"
33
- CanarynetHost = "https://rest-canary.onflow.org/v1/"
+ TestnetHost = "https://rest-testnet.onflow.org/v1"
+ MainnetHost = "https://rest-mainnet.onflow.org/v1"
+ CanarynetHost = "https://rest-canary.onflow.org/v1"
34
)
35
36
// NewClient creates an HTTP client exposing all the common access APIs.
0 commit comments