Skip to content

Commit

Permalink
Merge pull request #2953 from w3f/yuri/websocket-disconnect-config
Browse files Browse the repository at this point in the history
apiPeopleEndpoints in kusama configs
  • Loading branch information
mutantcornholio committed May 29, 2024
2 parents 5ad0ab4 + c18b9b1 commit 2c202b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/1kv-backend-staging/templates/kusama-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
},
"constraints": {
Expand Down
1 change: 1 addition & 0 deletions apps/1kv-backend/templates/kusama-otv-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
},
"constraints": {
Expand Down
1 change: 1 addition & 0 deletions packages/core/config/kusama.current.dev.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
Expand Down
1 change: 1 addition & 0 deletions packages/core/config/kusama.current.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
Expand Down
1 change: 1 addition & 0 deletions packages/core/config/kusama.microservice.dev.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/config/kusama.microservice.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"wss://rpc.dotters.network/kusama",
"wss://ksm-rpc.stakeworld.io"
],

"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
Expand Down

0 comments on commit 2c202b1

Please sign in to comment.