Skip to content

Commit

Permalink
Restore dsn bootnodes in devnet chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dariolina committed Sep 30, 2024
1 parent b065ae2 commit c230aa4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/sc-subspace-chain-specs/res/chain-spec-raw-devnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Custom": "Testnet"
},
"bootNodes": [
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWSgR8aph2bVFjVBJS1Khe6gehKXUotBFvrCwJPYkCDLr5"
"/dns/bootstrap-0.devnet.subspace.network/tcp/30333/p2p/12D3KooWLdPnDksKX43hEgV4N9EeJzm6x8wPWkHCvRaFBZvj4GBg"
],
"telemetryEndpoints": [
[
Expand All @@ -16,7 +16,9 @@
"protocolId": "subspace-devnet",
"properties": {
"domainsBootstrapNodes": {},
"dsnBootstrapNodes": [],
"dsnBootstrapNodes": [
"/dns/bootstrap-0.devnet.subspace.network/tcp/30533/p2p/12D3KooWJgLU8DmkXwBpQtHgSURFfJ4f2SyuNVBgVY96aDJsDWFK"
],
"potExternalEntropy": null,
"ss58Format": 2254,
"tokenDecimals": 18,
Expand Down

0 comments on commit c230aa4

Please sign in to comment.