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
Once the airdrop has been completed, we should transfer all tokens back to the reserve and prune all records from the store.
This should be added to the EndBlocker and check if the airdrop time is over.
Some good examples of how this should work:
https://github.com/osmosis-labs/osmosis/blob/v4.2.0/x/claim/abci.go and https://github.com/osmosis-labs/osmosis/blob/e79fc9f47f2bd4518d9e16567a369c25a0820fa6/x/claim/keeper/claim.go#L31
The text was updated successfully, but these errors were encountered:
pastaghost
No branches or pull requests
Background
Once the airdrop has been completed, we should transfer all tokens back to the reserve and prune all records from the store.
This should be added to the EndBlocker and check if the airdrop time is over.
Some good examples of how this should work:
https://github.com/osmosis-labs/osmosis/blob/v4.2.0/x/claim/abci.go
and
https://github.com/osmosis-labs/osmosis/blob/e79fc9f47f2bd4518d9e16567a369c25a0820fa6/x/claim/keeper/claim.go#L31
Acceptance Criteria
The text was updated successfully, but these errors were encountered: