Here we add automation for the redemption proposal submission logic. Every 3 hours, the maintainer will check for pending redemptions starting from the oldest wallet and will propose them for redemption by submitting a proposal to the WalletCoordinator contract.
Refs: https://github.com/keep-network/keep-core/issues/3614 Depends on: https://github.com/keep-network/keep-core/pull/3659
Here we add automation for the redemption proposal submission logic. Every 3 hours, the maintainer will check for pending redemptions starting from the oldest wallet and will propose them for redemption by submitting a proposal to the
WalletCoordinator
contract.