astroport-fi / astroport-core

Astroport DEX core contracts
https://astroport.fi/
GNU General Public License v3.0
153 stars 105 forks source link

feat(staking): add ability to call hook contract on stake action #430

Closed epanchee closed 1 month ago

epanchee commented 1 month ago

Adding new endpoint EnterWithHook { contract_address: Addr, msg: Binary } which allows to stake ASTRO and immediately pass all resulting xASTRO to the hook contract.