Scheduler
The on-chain scheduler allows you to hook automated contract execution into the end of every N-th block. These are instantiated via governance, as they add computational load and gas costs to every block, and thus must be managed.
Current scheduled tasks can be queried via https://lcd.kaiyo.kujira.setten.io/kujira/scheduler/hook or kujirad query scheduler list-hooks
And a proposal for hook can be submitted as so:
Last updated