Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from darwinia-network/aki-fix-blast-max-scan-r…
Browse files Browse the repository at this point in the history
…ange

change max_scan_range to 9999(10000 limit of https://rpc.blast.io)
  • Loading branch information
wuminzhe authored Mar 21, 2024
2 parents 6de263e + f81798b commit cb914a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ shared:
chain_id: 81457
rpc: https://rpc.blast.io
explorer: https://blastexplorer.io/
max_scan_range: 20000
max_scan_range: 9999
polling_interval: 5
contracts:
ORMP:
Expand Down

0 comments on commit cb914a4

Please sign in to comment.