Skip to content

Commit

Permalink
update astar endpoints (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jun 3, 2024
1 parent b8e9f44 commit e06f745
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion configs/astar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
endpoint: wss://astar.api.onfinality.io/public-ws
endpoint:
- wss://rpc.astar.network
- wss://astar-rpc.dwellir.com
- wss://astar.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.ASTAR_BLOCK_NUMBER}
db: ./db.sqlite
Expand Down
4 changes: 3 additions & 1 deletion configs/shibuya.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
endpoint: wss://shibuya-rpc.dwellir.com
endpoint:
- wss://rpc.shibuya.astar.network
- wss://shibuya-rpc.dwellir.com
mock-signature-host: true
block: ${env.SHIBUYA_BLOCK_NUMBER}
db: ./db.sqlite
Expand Down
5 changes: 4 additions & 1 deletion configs/shiden.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
endpoint: wss://shiden.api.onfinality.io/public-ws
endpoint:
- wss://rpc.shiden.astar.network
- wss://shiden-rpc.dwellir.com
- wss://shiden.api.onfinality.io/public-ws
mock-signature-host: true
block: ${env.SHIDEN_BLOCK_NUMBER}
db: ./db.sqlite
Expand Down

0 comments on commit e06f745

Please sign in to comment.