Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 2c202b1

Browse files
Merge pull request #2953 from w3f/yuri/websocket-disconnect-config
apiPeopleEndpoints in kusama configs
2 parents 5ad0ab4 + c18b9b1 commit 2c202b1

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

apps/1kv-backend-staging/templates/kusama-otv-backend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ spec:
5151
"wss://rpc.dotters.network/kusama",
5252
"wss://ksm-rpc.stakeworld.io"
5353
],
54+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
5455
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
5556
},
5657
"constraints": {

apps/1kv-backend/templates/kusama-otv-backend.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ spec:
4848
"wss://rpc.dotters.network/kusama",
4949
"wss://ksm-rpc.stakeworld.io"
5050
],
51+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
5152
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
5253
},
5354
"constraints": {

packages/core/config/kusama.current.dev.sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"wss://rpc.dotters.network/kusama",
1010
"wss://ksm-rpc.stakeworld.io"
1111
],
12+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
1213
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
1314
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
1415
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"

packages/core/config/kusama.current.sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"wss://rpc.dotters.network/kusama",
1010
"wss://ksm-rpc.stakeworld.io"
1111
],
12+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
1213
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
1314
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
1415
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"

packages/core/config/kusama.microservice.dev.sample.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"wss://rpc.dotters.network/kusama",
1111
"wss://ksm-rpc.stakeworld.io"
1212
],
13+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
1314
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
1415
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
1516
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"

packages/core/config/kusama.microservice.sample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"wss://rpc.dotters.network/kusama",
1010
"wss://ksm-rpc.stakeworld.io"
1111
],
12-
12+
"apiPeopleEndpoints": ["wss://kusama-people-rpc.polkadot.io"],
1313
"kusamaBootstrapEndpoint": "https://kusama.w3f.community",
1414
"polkadotBootstrapEndpoint": "https://polkadot.w3f.community",
1515
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"

0 commit comments

Comments
 (0)