Skip to content

Commit

Permalink
Merge pull request #106 from Synthetixio/arb-ratelimit
Browse files Browse the repository at this point in the history
Increase Arbitrum indexer rate limit
  • Loading branch information
Tburm authored Aug 29, 2024
2 parents e4c321f + d6769fc commit da7465c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexers/arbitrum-mainnet/squidgen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archive: https://v2.archive.subsquid.io/network/arbitrum-one
chain:
url: https://arb1.arbitrum.io/rpc
rateLimit: 5
rateLimit: 15
finalityConfirmation: 1
target:
type: postgres
Expand Down
2 changes: 1 addition & 1 deletion indexers/arbitrum-sepolia/squidgen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archive: https://v2.archive.subsquid.io/network/arbitrum-sepolia
chain:
url: https://sepolia-rollup.arbitrum.io/rpc
rateLimit: 5
rateLimit: 15
finalityConfirmation: 1
target:
type: postgres
Expand Down

0 comments on commit da7465c

Please sign in to comment.