DA0-DA0 / dao-dao-ui

InterChain DAO tooling UI.
https://daodao.zone
27 stars 20 forks source link

Fix cw20 vesting creation by using a string amount #1736

Closed ismellike closed 6 months ago

ismellike commented 6 months ago

image

Fixes this error, because cw20 messages are sent as a number instead of as a string (Uint128)

NoahSaso commented 6 months ago

🙏