Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
d601b7c8
Commit
d601b7c8
authored
Jan 29, 2025
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
eb2a8f96
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
RELEASE
RELEASE
+6
-6
VERSION
VERSION
+1
-1
chainInfo.ts
packages/uniswap/src/features/chains/chainInfo.ts
+1
-1
No files found.
RELEASE
View file @
d601b7c8
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
VMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j
`
- CIDv0: `Qm
QfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT
`
- CIDv1: `bafybei
diezdueocy7pfmfjajojabgmf56jtutg42i5hb5rtc7647y2blja
`
- CIDv1: `bafybei
bcpgdkbtvg5jux6wn55msnxuhlhswer4y5lashm6jltipdq3dtxy
`
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,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,14 +10,14 @@ 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://bafybei
diezdueocy7pfmfjajojabgmf56jtutg42i5hb5rtc7647y2blja
.ipfs.dweb.link/
- https://bafybei
bcpgdkbtvg5jux6wn55msnxuhlhswer4y5lashm6jltipdq3dtxy
.ipfs.dweb.link/
- [ipfs://Qm
VMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j/](ipfs://QmVMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j
/)
- [ipfs://Qm
QfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT/](ipfs://QmQfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT
/)
### 5.68.
1 (2025-01-28
)
### 5.68.
2 (2025-01-29
)
### Bug Fixes
### Bug Fixes
* **web:** u
pdate copy on native wrapped token (#15629) 4c844cc
* **web:** u
se qn rpc for default and remove cloudflare eth (#15670) 14bd6aa
VERSION
View file @
d601b7c8
web/5.68.1
web/5.68.2
\ No newline at end of file
\ No newline at end of file
packages/uniswap/src/features/chains/chainInfo.ts
View file @
d601b7c8
...
@@ -188,7 +188,7 @@ export const UNIVERSE_CHAIN_INFO: Record<UniverseChainId, UniverseChainInfo> = {
...
@@ -188,7 +188,7 @@ export const UNIVERSE_CHAIN_INFO: Record<UniverseChainId, UniverseChainInfo> = {
http
:
[
getQuicknodeEndpointUrl
(
UniverseChainId
.
Mainnet
)],
http
:
[
getQuicknodeEndpointUrl
(
UniverseChainId
.
Mainnet
)],
},
},
[
RPCType
.
Default
]:
{
[
RPCType
.
Default
]:
{
http
:
[
'
https://cloudflare-eth.com
'
],
http
:
[
getQuicknodeEndpointUrl
(
UniverseChainId
.
Mainnet
)
],
},
},
[
RPCType
.
Fallback
]:
{
[
RPCType
.
Fallback
]:
{
http
:
[
'
https://rpc.ankr.com/eth
'
,
'
https://eth-mainnet.public.blastapi.io
'
],
http
:
[
'
https://rpc.ankr.com/eth
'
,
'
https://eth-mainnet.public.blastapi.io
'
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment