Skip to content

Commit

Permalink
Fix bootnode id (paritytech#29) (paritytech#72)
Browse files Browse the repository at this point in the history
* Fix bootnode id (paritytech#29)
* Added one more bootnode to westend
  • Loading branch information
mosonyi authored Nov 8, 2021
1 parent 9a66a5c commit df55d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion polkadot-parachains/res/launch-westend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"id": "encointer-westend",
"chainType": "Local",
"bootNodes": [
"/ip4/138.68.105.130/tcp/30333/p2p/12D3KooWEjkyi49NDmKTECizx8dKDyVnpL7QD62Deu4rVat4r2Ha"
"/ip4/138.68.105.130/tcp/30333/p2p/12D3KooWJ8F8XL7prXHo94QgZ5pMQkYhzUFbXRvx7ncM9wmFDizh",
"/ip4/188.166.170.112/tcp/30333/p2p/12D3KooWJzy8v4YLRe9g2BSkBDUGnMQFgcdnfnRfWKNCRZx7Uaai"
],
"telemetryEndpoints": null,
"protocolId": "wnd2",
Expand Down

0 comments on commit df55d24

Please sign in to comment.