Skip to content

Commit

Permalink
update bootnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jul 6, 2020
1 parent 5c65407 commit c643b4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions resources/turbulence-dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"id": "turbulence1",
"chainType": "Live",
"bootNodes": [
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB"
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB",
"/dns/libp2p.jm.onfinality.io/tcp/20511/p2p/12D3KooWMS6vJdwJE7DFABssH1sMbiMVXSHdWoFSivm6Go7op8Bc",
"/dns/libp2p.rz.onfinality.io/tcp/20001/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -131,4 +133,4 @@
"childrenDefault": {}
}
}
}
}
6 changes: 4 additions & 2 deletions resources/turbulence.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"id": "turbulence1",
"chainType": "Live",
"bootNodes": [
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB"
"/dns4/testnet-bootnode-1.laminar-chain.laminar.one/tcp/30333/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB",
"/dns/libp2p.jm.onfinality.io/tcp/20511/p2p/12D3KooWMS6vJdwJE7DFABssH1sMbiMVXSHdWoFSivm6Go7op8Bc",
"/dns/libp2p.rz.onfinality.io/tcp/20001/p2p/12D3KooWNCe9dEpPhswckrX5ZHhdtZ3r5sg6CcgKfgyhw3seuwtB"
],
"telemetryEndpoints": [
[
Expand Down Expand Up @@ -512,4 +514,4 @@
}
}
}
}
}

0 comments on commit c643b4f

Please sign in to comment.