Skip to content

Commit

Permalink
update bootnode
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed May 5, 2020
1 parent 41a7e53 commit 22564eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/turbulence-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "turbulence1",
"chainType": "Live",
"bootNodes": [
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmQUpeDzQk4jszwMsb9zUKMfGMZT4fkC1iTiPyCnGVGY8H"
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmZKdYinGon2nUXgfkipdRuGSmQnmks3q6EhmXUSwULUFT"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -130,4 +130,4 @@
"children": {}
}
}
}
}
4 changes: 2 additions & 2 deletions resources/turbulence.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "turbulence1",
"chainType": "Live",
"bootNodes": [
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmQUpeDzQk4jszwMsb9zUKMfGMZT4fkC1iTiPyCnGVGY8H"
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmZKdYinGon2nUXgfkipdRuGSmQnmks3q6EhmXUSwULUFT"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -312,4 +312,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub fn laminar_turbulence_latest_config() -> ChainSpec {
)
},
vec![
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmQUpeDzQk4jszwMsb9zUKMfGMZT4fkC1iTiPyCnGVGY8H".parse().unwrap(),
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/QmZKdYinGon2nUXgfkipdRuGSmQnmks3q6EhmXUSwULUFT".parse().unwrap(),
],
TelemetryEndpoints::new(vec![(
"wss://telemetry.polkadot.io/submit/".parse().unwrap(),
Expand Down

0 comments on commit 22564eb

Please # to comment.