Skip to content

Commit

Permalink
1k block chunk for scroll indexing (#2956)
Browse files Browse the repository at this point in the history
### Description

RPC URLs on scroll max out at 1k

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Nov 22, 2023
1 parent 6985064 commit c41345c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/config/mainnet3_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,8 @@
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
"validatorAnnounce": "0xd83A4F747fE80Ed98839e05079B1B7Fe037b1638",
"index": {
"from": 426670
"from": 426670,
"chunk": 999
}
}
},
Expand Down

0 comments on commit c41345c

Please sign in to comment.