Skip to content

Commit

Permalink
chore: add multiple wss endpoints to kusama config
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Dec 21, 2023
1 parent e564662 commit 7eb0ad8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/configs/kusama.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# endpoint: wss://kusama-rpc.dwellir.com
endpoint: wss://kusama-rpc.polkadot.io
endpoint:
- wss://kusama-rpc.dwellir.com
- wss://kusama-rpc.dwellir.com
mock-signature-host: true
block: ${env.KUSAMA_BLOCK_NUMBER}
db: ./db.sqlite
Expand Down

0 comments on commit 7eb0ad8

Please sign in to comment.