Skip to content

Commit

Permalink
7.2.3 (#359)
Browse files Browse the repository at this point in the history
* St 353 display chain selection on inactive chain click in OtherChainButtons (#329)

* WIP: chains display prefs open

* feat: open preferences on click

* cleanup

* cleanup

* feat: swap terra.kitchen/utils for @terra-money/terra-utils (#321)

* feat: guard against empty networks, chaindID, or lcd (#327)

* feat: kado integration and updated wallet buttons (#320)

* feat: kado integration and updated wallet buttons

* Fix passing/not passing

* fix prettier

* fix z-index for LatestTx popup

* fix chain filter (#344)

* fix: val name on stake withdraw (#349)

* fix: val name on stake withdraw

* cleanup

* feat: add empty condition if no staking rewards

* cleanup

* Fix ICS20 out of gas error (#350)

* ST-390: show undelegations if nothing is staked (#351)

* show undelegations if nothing is staked

* fix: no rewards message conditional

Do not display "None on selected chain" message under staking rewards while network is loading.

* fix: translate alert message

---------

Co-authored-by: Manuel Alessandro Collazo <[email protected]>

* ST-391: fix chain filer bug when switching between mainnet, testnet and classic (#352)

* fix chain filter

* if "all" is not an option select terra

* fix ICS gasAdjustment (#358)

---------

Co-authored-by: plubber <[email protected]>
Co-authored-by: Mike <[email protected]>
Co-authored-by: plubber <[email protected]>
Co-authored-by: Manuel Alessandro Collazo <[email protected]>
  • Loading branch information
5 people authored Apr 28, 2023
1 parent 422bc4c commit 3513b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/SendPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const SendPage = () => {
taxRequired: true,
queryKeys: [queryKey.bank.balances, queryKey.bank.balance],
gasAdjustment:
getChainIDFromAddress(addresses?.[chain ?? ""], networks) !== chain &&
getChainIDFromAddress(destinationAddress, networks) !== chain &&
AccAddress.validate(token?.denom ?? "")
? 2
: 1,
Expand Down

0 comments on commit 3513b4d

Please sign in to comment.