Skip to content

Commit

Permalink
fix bootnode address
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Feb 7, 2020
1 parent b43166b commit 488aeec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/mandala-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Acala Mandala Tesetnet",
"id": "mandala",
"bootNodes": [
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmfZFm6bGGpaJ8J2TJb14ubtm86hdNeAwqvxDoVw5FDWUC"
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmYmd7hdwanKpB5jVp6VndHcgjcSYq9izU8ZzccnMWYhoA"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -112,4 +112,4 @@
"children": {}
}
}
}
}
4 changes: 2 additions & 2 deletions resources/mandala.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Acala Mandala Tesetnet",
"id": "mandala",
"bootNodes": [
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmfZFm6bGGpaJ8J2TJb14ubtm86hdNeAwqvxDoVw5FDWUC"
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmYmd7hdwanKpB5jVp6VndHcgjcSYq9izU8ZzccnMWYhoA"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -202,4 +202,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ impl Alternative {
)
},
vec![
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmfZFm6bGGpaJ8J2TJb14ubtm86hdNeAwqvxDoVw5FDWUC".into(),
"/dns4/testnet-bootnode-1.acala.laminar.one/tcp/30333/p2p/QmYmd7hdwanKpB5jVp6VndHcgjcSYq9izU8ZzccnMWYhoA".into(),
],
Some(TelemetryEndpoints::new(vec![(
"wss://telemetry.polkadot.io/submit/".into(),
Expand Down

0 comments on commit 488aeec

Please sign in to comment.