Skip to content

Commit

Permalink
testing: switch order of polkadot wss endpoints in config
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Dec 21, 2023
1 parent 7eb0ad8 commit 3a2f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configs/polkadot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
endpoint:
- wss://rpc.polkadot.io
- wss://polkadot-rpc.dwellir.com
- wss://rpc.polkadot.io
mock-signature-host: true
block: ${env.POLKADOT_BLOCK_NUMBER}
db: ./db.sqlite
Expand Down

0 comments on commit 3a2f5c5

Please sign in to comment.