You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to fetch osmosis's module accounts from a smart contract context.
Problem Definition
We have a specific problem related to the tokenfactory hooks; basically, our smart contracts need a way to identify when the tokenfactory module account is involved (ie mint/burns situations). While manually setting this in the config is possible, it would be ideal if the contract can fetch this directly from the auth module.
Proposed Feature
add /cosmos.auth.v1beta1.query/moduleaccounts to the wasmbindings/stargate_whitelist.go
The text was updated successfully, but these errors were encountered:
Summary
We need a way to fetch osmosis's module accounts from a smart contract context.
Problem Definition
We have a specific problem related to the tokenfactory hooks; basically, our smart contracts need a way to identify when the tokenfactory module account is involved (ie mint/burns situations). While manually setting this in the config is possible, it would be ideal if the contract can fetch this directly from the auth module.
Proposed Feature
add /cosmos.auth.v1beta1.query/moduleaccounts to the wasmbindings/stargate_whitelist.go
The text was updated successfully, but these errors were encountered: