Skip to content

Commit

Permalink
Add bootnodes to chainspec for bajun kusama/paseo (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb authored Aug 22, 2024
1 parent 81d0477 commit 0497bc0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion resources/bajun/bajun-raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "Bajun Kusama",
"id": "bajun_kusama",
"chainType": "Live",
"bootNodes": [],
"bootNodes": [
"/dns4/node-7135147284622688256-0.p2p.onfinality.io/tcp/21307/ws/p2p/12D3KooWKioFAKyjcCVr6G5pXBEmEYnQdzmKYHEK7Enr3hbgbwuD",
"/dns/rpc-parachain.bajun.network/tcp/30332/p2p/12D3KooWPdaBqPCELkSDUsfnHbLoRhXRgn4AD5m6axVaeExWrDBa",
"/dns/rpc-parachain.bajun.network/tcp/30333/ws/p2p/12D3KooWPdaBqPCELkSDUsfnHbLoRhXRgn4AD5m6axVaeExWrDBa"
],
"telemetryEndpoints": null,
"protocolId": "bajun-kusama",
"properties": {
Expand Down
5 changes: 4 additions & 1 deletion resources/bajun/paseo/bajun-paseo-raw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"bootNodes": [
"/ip4/127.0.0.1/tcp/30333/p2p/12D3KooWGQRr5fYqkjQrpgtA49uaEZNBKCjioDEGMLo239wZo6UG"
"/dns/paseo-bubblebobble.bajun.network/tcp/23803/p2p/12D3KooWRmaYDcPYPECiN7iGqaANaHyDA57HJqqzUfJb2dnzD6hR",
"/dns/paseo-bubblebobble.bajun.network/tcp/23804/ws/p2p/12D3KooWRmaYDcPYPECiN7iGqaANaHyDA57HJqqzUfJb2dnzD6hR",
"/dns/paseo-lemmings.bajun.network/tcp/23803/p2p/12D3KooWJRDsenqB8h2SpZG913eTLMjmZTDE5br5s4ncdyxSwB2s",
"/dns/paseo-lemmings.bajun.network/tcp/23804/ws/p2p/12D3KooWJRDsenqB8h2SpZG913eTLMjmZTDE5br5s4ncdyxSwB2s"
],
"chainType": "Live",
"codeSubstitutes": {},
Expand Down

0 comments on commit 0497bc0

Please sign in to comment.