Skip to content

Commit 17235d4

Browse files
committed
Merge branch 'testnet' into staging
2 parents fa2fbcf + 57cbb0d commit 17235d4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A guide to running an operator node can be found at:
7070

7171
Further details on Polymesh concepts and networks can be found at:
7272

73-
<https://developers.polymesh.live/>
73+
<https://developers.polymesh.network/>
7474

7575
Code documentation can be found at:
7676

@@ -123,7 +123,7 @@ You can start a development chain with:
123123
Detailed logs may be shown by running the node with the following environment variables set:
124124
`RUST_LOG=debug RUST_BACKTRACE=1 ./target/release/polymesh --dev`.
125125

126-
[Web Interface]: https://app.polymesh.live/#/explorer
126+
[Web Interface]: https://mainnet-app.polymesh.network/#/explorer
127127

128128
To access the Polymesh Chain using the [Web Interface] do the following:
129129

src/chain_spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use sp_runtime::{Deserialize, Serialize};
2929
use std::convert::TryInto;
3030

3131
// The URL for the telemetry server.
32-
const STAGING_TELEMETRY_URL: &str = "wss://telemetry.polymesh.live/submit/";
32+
const STAGING_TELEMETRY_URL: &str = "wss://telemetry.polymesh.network/submit/";
3333

3434
// Genesis POLYX distribution via bridge
3535
const TREASURY_LOCK_HASH: &str =

src/chain_specs/mainnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"telemetryEndpoints": [
1515
[
16-
"/dns/telemetry.polymesh.live/tcp/443/x-parity-wss/%2Fsubmit%2F",
16+
"/dns/telemetry.polymesh.network/tcp/443/x-parity-wss/%2Fsubmit%2F",
1717
0
1818
]
1919
],

src/chain_specs/mainnet_raw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"telemetryEndpoints": [
1515
[
16-
"/dns/telemetry.polymesh.live/tcp/443/x-parity-wss/%2Fsubmit%2F",
16+
"/dns/telemetry.polymesh.network/tcp/443/x-parity-wss/%2Fsubmit%2F",
1717
0
1818
]
1919
],

src/chain_specs/testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"telemetryEndpoints": [
1111
[
12-
"/dns/telemetry.polymesh.live/tcp/443/x-parity-wss/%2Fsubmit%2F",
12+
"/dns/telemetry.polymesh.network/tcp/443/x-parity-wss/%2Fsubmit%2F",
1313
0
1414
]
1515
],

src/chain_specs/testnet_raw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"telemetryEndpoints": [
1111
[
12-
"/dns/telemetry.polymesh.live/tcp/443/x-parity-wss/%2Fsubmit%2F",
12+
"/dns/telemetry.polymesh.network/tcp/443/x-parity-wss/%2Fsubmit%2F",
1313
0
1414
]
1515
],

0 commit comments

Comments
 (0)