ci(release): publish latest release

parent a510762f
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmXUtrWeU2GPTnLUjuZ6akPxYxa8H6xRC79ebSVJn9Z5hA` - CIDv0: `QmQRJ4TzV1zYobbsNLsA4WvSVSvpSxdRAMzWcyHjVyP5FK`
- CIDv1: `bafybeieh2xjjbov446lej5oq3hq2he57ubqlebubjh7g2d2467zpxyzjre` - CIDv1: `bafybeia647xbmz33dcdo7fwhybp54imlqc2hwkdnl53lbnurjajwiofaxy`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeieh2xjjbov446lej5oq3hq2he57ubqlebubjh7g2d2467zpxyzjre.ipfs.dweb.link/ - https://bafybeia647xbmz33dcdo7fwhybp54imlqc2hwkdnl53lbnurjajwiofaxy.ipfs.dweb.link/
- https://bafybeieh2xjjbov446lej5oq3hq2he57ubqlebubjh7g2d2467zpxyzjre.ipfs.cf-ipfs.com/ - https://bafybeia647xbmz33dcdo7fwhybp54imlqc2hwkdnl53lbnurjajwiofaxy.ipfs.cf-ipfs.com/
- [ipfs://QmXUtrWeU2GPTnLUjuZ6akPxYxa8H6xRC79ebSVJn9Z5hA/](ipfs://QmXUtrWeU2GPTnLUjuZ6akPxYxa8H6xRC79ebSVJn9Z5hA/) - [ipfs://QmQRJ4TzV1zYobbsNLsA4WvSVSvpSxdRAMzWcyHjVyP5FK/](ipfs://QmQRJ4TzV1zYobbsNLsA4WvSVSvpSxdRAMzWcyHjVyP5FK/)
### 5.51.5 (2024-10-10) ### 5.51.6 (2024-10-11)
### Bug Fixes ### Bug Fixes
* **web:** log SWAP_SIGNED from uniswapx saga [prod] (#12905) f97523f * **web:** hide astrochain usdc (#12963) acd6d55
web/5.51.5 web/5.51.6
\ No newline at end of file \ No newline at end of file
...@@ -20,7 +20,6 @@ import { ...@@ -20,7 +20,6 @@ import {
PORTAL_ETH_CELO, PORTAL_ETH_CELO,
UNI, UNI,
USDC_ARBITRUM, USDC_ARBITRUM,
USDC_ASTROCHAIN_SEPOLIA,
USDC_AVALANCHE, USDC_AVALANCHE,
USDC_BASE, USDC_BASE,
USDC_BSC, USDC_BSC,
...@@ -166,7 +165,8 @@ export const COMMON_BASES: ChainCurrencyList = { ...@@ -166,7 +165,8 @@ export const COMMON_BASES: ChainCurrencyList = {
[UniverseChainId.AstrochainSepolia]: [ [UniverseChainId.AstrochainSepolia]: [
nativeOnChain(UniverseChainId.AstrochainSepolia), nativeOnChain(UniverseChainId.AstrochainSepolia),
WRAPPED_NATIVE_CURRENCY[UniverseChainId.AstrochainSepolia] as Token, WRAPPED_NATIVE_CURRENCY[UniverseChainId.AstrochainSepolia] as Token,
USDC_ASTROCHAIN_SEPOLIA, // TODO(WEB-5160): re-add usdc sepolia
// USDC_ASTROCHAIN_SEPOLIA,
].map(buildCurrencyInfo), ].map(buildCurrencyInfo),
} }
......
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