-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed wallet popover overlapping on top of Send and Recieve title ST-475 (#436) * fix: add scroll to chainlist container (#437) * feat: filter out non-whitelisted tokens (#439) * feat: disable send if wallet is empty (#438) * feat: introduce amplitude (#440) * feat: fix denom ibc in staking assets dropdown (#448) * St 565 val page staking rewards (#447) * Show disabled network name and icon (#454) * ST-492: wallet-kit integration (#418) * Use new IBC channels (#453) * Improve LUNC/LUNA IBC detection (#456) * feat: chain dependent staking functionality (#450) * feat: St 543 implement amplitude (#455) * fix ibc token denoms (#460) * FIX: swap Read component (#461) * fix kujira factory IBC tokens (#466) --------- Co-authored-by: Manuel Alessandro Collazo <[email protected]> Co-authored-by: Joshua Brigati <[email protected]> Co-authored-by: plubber <[email protected]> Co-authored-by: Terence Lim <[email protected]> Co-authored-by: Alessandro Candeago <[email protected]>
- Loading branch information
1 parent
88165c7
commit 492568b
Showing
100 changed files
with
971 additions
and
1,141 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"hompage": "https://station.terra.money", | ||
"author": "Terra <[email protected]> (https://terra.money)", | ||
"repository": "github:terra-money/station", | ||
"version": "7.3.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "react-scripts start", | ||
|
@@ -14,20 +15,19 @@ | |
"analyze": "source-map-explorer 'build/static/js/*.js'" | ||
}, | ||
"dependencies": { | ||
"@amplitude/analytics-browser": "^2.0.0", | ||
"@anchor-protocol/anchor.js": "^5.1.1", | ||
"@ledgerhq/hw-transport-web-ble": "^6.27.1", | ||
"@mui/icons-material": "^5.8.0", | ||
"@mui/material": "^5.9.1", | ||
"@sentry/react": "^7.53.1", | ||
"@terra-money/feather.js": "^1.0.6", | ||
"@terra-money/ledger-station-js": "^1.3.7", | ||
"@terra-money/feather.js": "^1.0.8", | ||
"@terra-money/ledger-station-js": "^1.3.8", | ||
"@terra-money/log-finder-ruleset": "^3.0.0", | ||
"@terra-money/terra-utils": "^1.0.9", | ||
"@terra-money/terra.js": "^3.1.9", | ||
"@terra-money/terra.proto": "^2.0.0", | ||
"@terra-money/use-wallet": "4.0.0-beta.3", | ||
"@terra-money/wallet-controller": "4.0.0-beta.3", | ||
"@terra-money/wallet-provider": "4.0.0-beta.3", | ||
"@terra-money/wallet-kit": "^1.0.4", | ||
"@tippyjs/react": "^4.2.6", | ||
"axios": "^0.27.2", | ||
"bech32": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.