ci(release): publish latest release

parent bae78ca7
IPFS hash of the deployment:
- CIDv0: `QmcrC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8`
- CIDv1: `bafybeigxst4z4x3v4pzihhykcxjn3a7ch4pijhxjlp75cmwym5zs53peju`
- CIDv0: `Qma8AcDw32RXGXKAXL6Aj2SXtibZTKUJfAZjo8enJ2DZ7N`
- CIDv1: `bafybeifpdf737ucz7lem6uwz6rkpth7qvmyjygyxz7gru34tzxjyrzkfie`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
......@@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeigxst4z4x3v4pzihhykcxjn3a7ch4pijhxjlp75cmwym5zs53peju.ipfs.dweb.link/
- [ipfs://QmcrC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8/](ipfs://QmcrC7r7rTib44JSKEidtHVYcwVXxHzs4Zfz7j39BJTbU8/)
- https://bafybeifpdf737ucz7lem6uwz6rkpth7qvmyjygyxz7gru34tzxjyrzkfie.ipfs.dweb.link/
- [ipfs://Qma8AcDw32RXGXKAXL6Aj2SXtibZTKUJfAZjo8enJ2DZ7N/](ipfs://Qma8AcDw32RXGXKAXL6Aj2SXtibZTKUJfAZjo8enJ2DZ7N/)
### 5.70.3 (2025-02-10)
### 5.70.4 (2025-02-11)
### Bug Fixes
* **web:** crash on the v2 migrate page (#16157) ea806be
* **web:** hardcode bridged assets to be verified (#16163) 0d3ed69
web/5.70.3
\ No newline at end of file
web/5.70.4
\ No newline at end of file
......@@ -12,7 +12,12 @@ import {
TokenSectionBaseList,
TokenSectionBaseListRef,
} from 'uniswap/src/components/TokenSelector/lists/TokenSectionBaseList/TokenSectionBaseList'
import { OnSelectCurrency, TokenOption, TokenSection } from 'uniswap/src/components/TokenSelector/types'
import {
OnSelectCurrency,
TokenOption,
TokenOptionSection,
TokenSection,
} from 'uniswap/src/components/TokenSelector/types'
import { useBottomSheetFocusHook } from 'uniswap/src/components/modals/hooks'
import { useEnabledChains } from 'uniswap/src/features/chains/hooks/useEnabledChains'
import { UniverseChainId } from 'uniswap/src/features/chains/types'
......@@ -176,7 +181,7 @@ function _TokenSelectorList({
isKeyboardOpen={isKeyboardOpen}
section={section}
showTokenAddress={showTokenAddress}
showWarnings={showTokenWarnings}
showWarnings={section.sectionKey === TokenOptionSection.BridgingTokens ? false : showTokenWarnings}
tokenOption={item}
onSelectCurrency={onSelectCurrency}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment