Skip to content

Releases: Wasmswap/wasmswap-interface

Hot fix for IBC withdraw issues

12 Jun 01:00
ef69aa1
Compare
Choose a tag to compare

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

11 Jun 04:21
a3e94e0
Compare
Choose a tag to compare

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

07 Jun 19:44
c8afdc5
Compare
Choose a tag to compare

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)

22 May 18:23
9a70f72
Compare
Choose a tag to compare

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

18 May 17:58
8608ff1
Compare
Choose a tag to compare

Hot Fix, fix unclaim token amount.

v1.2.7-beta.1

14 May 20:25
0430122
Compare
Choose a tag to compare

Fix my liquidity to display correct value

v1.2.5-beta.1

14 May 18:17
062140c
Compare
Choose a tag to compare

Second APR hotfix

v1.2.4-beta.1

14 May 17:21
5c61374
Compare
Choose a tag to compare

Hotfix, fix APR

v1.2.3-beta.1

14 May 14:49
e44bf2b
Compare
Choose a tag to compare

Hot fix removing reward token logos from liquidity pool page as they were incorrect

v1.2.2-beta.1

14 May 12:06
4b1fd11
Compare
Choose a tag to compare

This release includes bug fix for staking lp pool tokens and lowers transaction fees for claiming rewards.