Skip to content

Commit

Permalink
Merge pull request #762 from freeverseio/feature/add_telemetry_to_sig…
Browse files Browse the repository at this point in the history
…ma_mercury

Add telemetry endpoints to laos configurations
  • Loading branch information
asiniscalchi committed Sep 5, 2024
2 parents 2b31283 + 096b229 commit 56f83dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion specs/laos-mercury.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"bootNodes": [
"/dns4/laosmercury-boot-0.gorengine.com/tcp/30334/p2p/12D3KooWMfJKXB9JPKctMfZBe7u6HtTcwLPy1J1D4saT1HKisr5S"
],
"telemetryEndpoints": null,
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"protocolId": "laos_mercury_testnet",
"properties": {
"ss58Format": 42,
Expand Down
7 changes: 6 additions & 1 deletion specs/laos-sigma.raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"id": "laos_sigma_testnet",
"chainType": "Live",
"bootNodes": ["/dns4/laossigma-boot-0.gorengine.com/tcp/30334/p2p/12D3KooWBMM8gJxomycSLjnNnNAVUMEFhBPfBECvT9NvAhPBreRq"],
"telemetryEndpoints": null,
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"protocolId": "laos_sigma_testnet",
"properties": {
"ss58Format": 42,
Expand Down

0 comments on commit 56f83dc

Please sign in to comment.