
Data Catchups/Backfill
Learn how you can backfill older data into your program.
1. Subscribe to the contract's events.
2. Deploy your program
3. Call the catchup
mercury-cli --jwt $MERCURY_JWT --local false --mainnet true catchup --contracts "CONTRACT_1" --contracts "CONTRACT_2" --project-name "YOUR ZEPHYR PROJECT NAME"mercury-cli --jwt $MERCURY_JWT --local false --mainnet false catchup --contracts "CONTRACT_1" --contracts "CONTRACT_2" --project-name "YOUR ZEPHYR PROJECT NAME"RetroShades Catchup
3. Reading catchup status.
Reading catchup logs
Scoped Event Catchups
Resources
Last updated