We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515cf39 commit 73f9bf6Copy full SHA for 73f9bf6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@wireio/core",
3
"description": "Library for working with Wire powered blockchains.",
4
- "version": "0.0.9-7",
+ "version": "0.0.9-8",
5
"homepage": "https://github.com/Wire-Network/sdk-core",
6
"license": "FSL-1.1-Apache-2.0",
7
"main": "lib/core.js",
src/common/chains.ts
@@ -85,7 +85,7 @@ export namespace Chains {
85
endpoint: 'https://testnet-00.wire.foundation',
86
hyperion: 'https://testnet-hyperion.wire.foundation',
87
websocket: 'ws://testnet-ship.wire.foundation',
88
- watchdawg: 'http://50.116.39.45:9001',
+ watchdawg: 'https://dawg.wire.foundation',
89
namespace: 'sysio',
90
coreSymbol: 'SYS',
91
selected: true,
0 commit comments