Releases: Wasmswap/wasmswap-interface
Hot fix for IBC withdraw issues
This fix reverts the cosmjs packages to the last stable version we used. Currently the amino package seems to be having issues with IBC withdraw messages.
v1.3.1-beta: Usability changes and bug fixes
Changes
- Auto calculate gas fees 🎉
- Fix claiming rewards when some contracts are expired
- Refactor token to token swap utility function
- Simplify on-chain error handling
To support auto calculate gas fees, be sure to update NEXT_PUBLIC_GAS_PRICE
in the environment variables.
A gas price, i.e. the price of a single unit of gas. This is typically a fraction of the smallest fee token unit, such as 0.012utoken.
v1.3.0: Refactor json assets and support alternative token pairs
Breaking changes. Rewards and token lists are no longer compatible. The app will compute the list of tokens available for swaps based on a json list for pools. We've built this app to let you build the new config based on old token & rewards lists. Follow instructions in the readme: https://github.com/Wasmswap/assets-list-merger
Change log:
- Refactor so not every pair needs to include the base token.
- Consolidate dollar pricing requests to the pricing api in one;
- Update dollar value formatting on liquidity pages;
- Render unbounding duration from smart contracts in bond liquidity dialog;
- Preselect assets in the swap module based on query string from & to parameters. Ex: yourswapsite.com/?from=ATOM&to=JUNO
v1.2.8-beta.2: External deposit uri (#219)
Allow for external transfer links on the transfer page. Simply add external_deposit_uri
field in your IBC assets config for assets that need to be deposited/withdrawn externally.
v1.2.8-beta.1
Hot Fix, fix unclaim token amount.
v1.2.7-beta.1
Fix my liquidity to display correct value
v1.2.5-beta.1
Second APR hotfix
v1.2.4-beta.1
Hotfix, fix APR
v1.2.3-beta.1
Hot fix removing reward token logos from liquidity pool page as they were incorrect
v1.2.2-beta.1
This release includes bug fix for staking lp pool tokens and lowers transaction fees for claiming rewards.