We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a user makes a withdrawal in Citrea, it emits an event Withdrawal, we need to have a job in Citrea, where it syncs all these events, gets the move_txids, writes them into a db. https://github.com/chainwayxyz/citrea/blob/nightly/crates/evm/src/evm/system_contracts/src/Bridge.sol#L148
Later, we will use this when sending our kickoff txs.
The text was updated successfully, but these errors were encountered:
ceyhunsen
No branches or pull requests
Issue Description
When a user makes a withdrawal in Citrea, it emits an event Withdrawal, we need to have a job in Citrea, where it syncs all these events, gets the move_txids, writes them into a db. https://github.com/chainwayxyz/citrea/blob/nightly/crates/evm/src/evm/system_contracts/src/Bridge.sol#L148
Later, we will use this when sending our kickoff txs.
The text was updated successfully, but these errors were encountered: