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
Right now we only accept native tokens, setting denom in InitMsg.
Accept an enum (Native{denom}, Cw20{address}) to set the reserve currency and enable handle_buy or handle_receive based on the config
Please refer to the description in #143 for a step-by-step of how to integrate (maybe better to do that first, then the same here)
The text was updated successfully, but these errors were encountered:
Follow up from #185
Similar to #143
Right now we only accept native tokens, setting denom in
InitMsg
.Accept an enum (Native{denom}, Cw20{address}) to set the reserve currency and enable
handle_buy
orhandle_receive
based on the configPlease refer to the description in #143 for a step-by-step of how to integrate (maybe better to do that first, then the same here)
The text was updated successfully, but these errors were encountered: