Skip to content

Commit 73f9bf6

Browse files
committed
update watchdawg testnet to https domain
1 parent 515cf39 commit 73f9bf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wireio/core",
33
"description": "Library for working with Wire powered blockchains.",
4-
"version": "0.0.9-7",
4+
"version": "0.0.9-8",
55
"homepage": "https://github.com/Wire-Network/sdk-core",
66
"license": "FSL-1.1-Apache-2.0",
77
"main": "lib/core.js",

src/common/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export namespace Chains {
8585
endpoint: 'https://testnet-00.wire.foundation',
8686
hyperion: 'https://testnet-hyperion.wire.foundation',
8787
websocket: 'ws://testnet-ship.wire.foundation',
88-
watchdawg: 'http://50.116.39.45:9001',
88+
watchdawg: 'https://dawg.wire.foundation',
8989
namespace: 'sysio',
9090
coreSymbol: 'SYS',
9191
selected: true,

0 commit comments

Comments
 (0)