Skip to content

Commit

Permalink
chore: replace dexplorer url with dwallets one (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Highjhacker authored Nov 23, 2020
1 parent 0cc9000 commit 345d297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
defaultBaseURL = "https://dexplorer.ark.io:8443/api/"
defaultBaseURL = "https://dwallets.ark.io/api/"
)

type Client struct {
Expand Down
4 changes: 2 additions & 2 deletions client/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func TestNodeService_Configuration(t *testing.T) {
"nethash": "578e820911f24e039733b45e4882b73e301f813a0d2c31330dafda84534ffa23",
"token": "DARK",
"symbol": "DѦ",
"explorer": "https://dexplorer.ark.io",
"explorer": "https://dwallets.ark.io/api/",
"version": 30,
"ports": {
"@arkecosystem/core-p2p": 4002,
Expand Down Expand Up @@ -154,7 +154,7 @@ func TestNodeService_Configuration(t *testing.T) {
Nethash: "578e820911f24e039733b45e4882b73e301f813a0d2c31330dafda84534ffa23",
Token: "DARK",
Symbol: "DѦ",
Explorer: "https://dexplorer.ark.io",
Explorer: "https://dwallets.ark.io/api/",
Version: 30,
Ports: map[string]int16{
"@arkecosystem/core-p2p": 4002,
Expand Down

0 comments on commit 345d297

Please sign in to comment.