Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit fcf98ae

Browse files
andresilvarphmeier
authored andcommitted
service: fix telemetry endpoints on alexander chainspec (#169) (#178)
1 parent 849b04b commit fcf98ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

service/res/alexander.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"/ip4/104.211.48.247/tcp/30363/p2p/QmYT3p4qGj1jwb7hDx1A6cDzAPtaHp3VR34vmw5BsXXB8D",
88
"/ip4/40.117.153.33/tcp/30363/p2p/QmPiGU1jwL9UDw2FMyMQFr9FdpF9hURKxkfy6PWw6aLsur"
99
],
10-
"telemetryUrl": "wss://telemetry.polkadot.io/submit/",
10+
"telemetryEndpoints": [
11+
["wss://telemetry.polkadot.io/submit/", 0]
12+
],
1113
"protocolId": "dot",
1214
"consensusEngine": null,
1315
"properties": {

0 commit comments

Comments
 (0)