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

Commit c2cd955

Browse files
committed
fix integration tests
1 parent 779e786 commit c2cd955

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

helmfile.d/config/kusama/otv-backend-ci.yaml.gotmpl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ config: |
1919
"test": false,
2020
"retroactive": false,
2121
"historicalNominations": false,
22-
"apiEndpoints": [],
22+
"apiEndpoints": [
23+
"wss://kusama-rpc-tn.dwellir.com",
24+
"wss://kusama-rpc.dwellir.com",
25+
"wss://kusama.public.curie.radiumblock.xyz/ws",
26+
"wss://rpc.ibp.network/kusama",
27+
"wss://rpc.dotters.network/kusama",
28+
"wss://ksm-rpc.stakeworld.io"
29+
],
2330
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/kusama.json"
2431
},
2532
"constraints": {

helmfile.d/config/polkadot/otv-backend-ci.yaml.gotmpl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ config: |
1919
"test": false,
2020
"retroactive": false,
2121
"historicalNominations": false,
22-
"apiEndpoints": [],
22+
"apiEndpoints": [
23+
"wss://rpc.dotters.network/polkadot",
24+
"wss://dot-rpc.stakeworld.io",
25+
"wss://polkadot.public.curie.radiumblock.co/ws",
26+
"wss://rpc.ibp.network/polkadot",
27+
"wss://polkadot-rpc-tn.dwellir.com"
28+
],
2329
"candidatesUrl": "https://raw.githubusercontent.com/w3f/1k-validators-be/master/candidates/polkadot.json"
2430
},
2531
"constraints": {

0 commit comments

Comments
 (0)