Skip to content

Commit

Permalink
compress images; ensure svg exists for all denoms (#1516)
Browse files Browse the repository at this point in the history
* compress images; ensure svg exists for all denoms

* fix inverted redeem for calc on interchai assets

* fix saga chain id
  • Loading branch information
Joe Bowman authored Apr 30, 2024
1 parent c5d75d8 commit 7f095c3
Show file tree
Hide file tree
Showing 40 changed files with 195 additions and 1,362 deletions.
2 changes: 1 addition & 1 deletion web-ui/.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ NEXT_PUBLIC_REGEN_CHAIN_ID=regen-1
NEXT_PUBLIC_SOMMELIER_CHAIN_ID=sommelier-3
NEXT_PUBLIC_JUNO_CHAIN_ID=juno-1
NEXT_PUBLIC_DYDX_CHAIN_ID=dydx-mainnet-1
NEXT_PUBLIC_DYDX_CHAIN_ID=ssc-1
NEXT_PUBLIC_SAGA_CHAIN_ID=ssc-1
NEXT_PRIVATE_WALLET_CONNECT_TOKEN="41a0749c331d209190beeac1c2530c90"
2 changes: 1 addition & 1 deletion web-ui/components/Assets/assetsGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const AssetCard: React.FC<AssetCardProps> = ({ address, assetName, balance, apy,
Redeem For
</StatHelpText>
<StatHelpText mt={-2} color={'complimentary.400'} fontSize={'sm'}>
{formatNumber(parseFloat(interchainBalance) / Number(redemptionRates))} {assetName.replace('q', '')}
{formatNumber(parseFloat(interchainBalance) * Number(redemptionRates))} {assetName.replace('q', '')}
</StatHelpText>
</>
)
Expand Down
Binary file modified web-ui/public/img/airdrop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/assets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 1 addition & 21 deletions web-ui/public/img/bgLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/defi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/favicon-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/governance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/liquid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 47 additions & 20 deletions web-ui/public/img/networks/dydx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/networks/juno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added web-ui/public/img/networks/qatom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web-ui/public/img/networks/qatom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/networks/qdydx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions web-ui/public/img/networks/qdydx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions web-ui/public/img/networks/qinj.svg

This file was deleted.

Binary file modified web-ui/public/img/networks/qjuno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web-ui/public/img/networks/qjuno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web-ui/public/img/networks/qosmo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7f095c3

Please sign in to comment.