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
Most smart contracts are required to query data from other contracts, such as price oracles, etc.
To write unit tests for those things, we need to have mock querier to simulate results of other contracts.
Most smart contracts are required to query data from other contracts, such as price oracles, etc.
To write unit tests for those things, we need to have mock querier to simulate results of other contracts.
Terra already have
TerraQueryWrapper
.Anchor Protocol example
It looks like that Secret Network does not have it, or is there any other way to write unit tests for above cases?
The text was updated successfully, but these errors were encountered: