Skip to content

Commit

Permalink
chore: fix bootnodes (remove) (#4466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda authored Mar 16, 2024
1 parent 4644df1 commit 4225b6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
13 changes: 2 additions & 11 deletions code/parachain/node/src/res/composable-westend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@
"name": "Composable Finance (Westend Relay)",
"id": "composable-westend",
"chainType": "Live",
"bootNodes": [
"/dns/westend-bn1.composable.finance/tcp/30334/p2p/12D3KooWEzAHmgyvB1uGQZWE2wb3JPpRXcwVEjW5jF56p1aLXUnE",
"/dns/westend-bn2.composable.finance/tcp/30334/p2p/12D3KooWSuaUnR13z4jxN8FpTWs3rWfoiptuZB2ctUWTDbzcr9ji",
"/dns/westend-bn3.composable.finance/tcp/30334/p2p/12D3KooWB7WhX8XLQDRRZimnbPVw5syktvWhxBFne1iCZCu28ff1"
],
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"bootNodes": [],
"telemetryEndpoints": [],
"protocolId": "composable-westend",
"properties": {
"ss58Format": 50,
Expand Down
13 changes: 2 additions & 11 deletions code/parachain/node/src/res/composable.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@
"name": "Composable Finance",
"id": "composable",
"chainType": "Live",
"bootNodes": [
"/dns/rpc-01.composable-network.composablenodes.tech/tcp/30334/p2p/12D3KooWQYFhu2JAnSFkP97bNuf6wXAY3uvXzK1BYCnNGXJF43tp",
"/dns/rpc-02.composable-network.composablenodes.tech/tcp/30334/p2p/12D3KooWMt2Vgq3SsjDEoyWEmEdSLmKf3FmMeUtb2vHvRkETDRSJ",
"/dns/rpc-03.composable-network.composablenodes.tech/tcp/30334/p2p/12D3KooWMZRzu1d4xYUH2GwT3Kiweqm63TVy9E3hafU1t6KUBBJZ"
],
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"bootNodes": [],
"telemetryEndpoints": [],
"protocolId": "composable",
"properties": {
"ss58Format": 50,
Expand Down
12 changes: 2 additions & 10 deletions code/parachain/node/src/res/picasso.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@
"name": "Picasso",
"id": "picasso",
"chainType": "Live",
"bootNodes": [
"/dns/rpc-02.picasso-network.composablenodes.tech/tcp/30334/p2p/12D3KooWQPFiyYAWoNFQW8JQo2XpSpxAUGwVrLYjoieXpL6EN984",
"/dns/rpc-03.picasso-network.composablenodes.tech/tcp/30334/p2p/12D3KooWLkYGCGuyYNB4SMYiTRu3Gzm6E12MFAkkuwyS7JmRHfJm"
],
"telemetryEndpoints": [
[
"/dns/telemetry.polkadot.io/tcp/443/x-parity-wss/%2Fsubmit%2F",
0
]
],
"bootNodes": [],
"telemetryEndpoints": [],
"protocolId": "picasso",
"properties": {
"ss58Format": 49,
Expand Down

0 comments on commit 4225b6d

Please sign in to comment.