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
24d4a410
Commit
24d4a410
authored
Dec 23, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
f1dfab33
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
chainInfo.ts
packages/uniswap/src/features/chains/chainInfo.ts
+2
-2
No files found.
RELEASE
View file @
24d4a410
IPFS hash of the deployment:
- CIDv0: `Qm
QgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a
`
- CIDv1: `bafybei
bcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm
`
- CIDv0: `Qm
a7JPknjeioxNgRPRcWs7UWvV6VJduMgmNMJ6GdxsvYJt
`
- CIDv1: `bafybei
fo4c4ij3unqr3bgji2gbqmnnb5vs52mopawwu7irbfppk7aoenwe
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybei
bcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm
.ipfs.dweb.link/
- https://bafybei
bcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm
.ipfs.cf-ipfs.com/
- [ipfs://Qm
QgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a/](ipfs://QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a
/)
- https://bafybei
fo4c4ij3unqr3bgji2gbqmnnb5vs52mopawwu7irbfppk7aoenwe
.ipfs.dweb.link/
- https://bafybei
fo4c4ij3unqr3bgji2gbqmnnb5vs52mopawwu7irbfppk7aoenwe
.ipfs.cf-ipfs.com/
- [ipfs://Qm
a7JPknjeioxNgRPRcWs7UWvV6VJduMgmNMJ6GdxsvYJt/](ipfs://Qma7JPknjeioxNgRPRcWs7UWvV6VJduMgmNMJ6GdxsvYJt
/)
### 5.63.
2 (2024-12-19
)
### 5.63.
3 (2024-12-23
)
### Bug Fixes
* **web:**
switch to new marketing events - prod (#14706) ad67ff4
* **web:**
change default rpc url (#14764) 153ffd9
VERSION
View file @
24d4a410
web/5.63.2
\ No newline at end of file
web/5.63.3
\ No newline at end of file
packages/uniswap/src/features/chains/chainInfo.ts
View file @
24d4a410
...
...
@@ -124,10 +124,10 @@ export const UNIVERSE_CHAIN_INFO: Record<UniverseChainId, UniverseChainInfo> = {
http
:
[
config
.
quicknodeMainnetRpcUrl
],
},
[
RPCType
.
Default
]:
{
http
:
[
'
https://
cloudflare-eth.com
'
],
http
:
[
'
https://
rpc.ankr.com/eth
'
],
},
[
RPCType
.
Fallback
]:
{
http
:
[
'
https://
rpc.ankr.com/eth
'
,
'
https://eth-mainnet.public.blastapi.io
'
],
http
:
[
'
https://
cloudflare-eth.com
'
,
'
https://eth-mainnet.public.blastapi.io
'
],
},
[
RPCType
.
Interface
]:
{
http
:
[
`https://mainnet.infura.io/v3/
${
config
.
infuraKey
}
`
,
config
.
quicknodeMainnetRpcUrl
],
...
...
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