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
a50127e4
Commit
a50127e4
authored
May 15, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
b33eb7bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
8 deletions
+13
-8
RELEASE
RELEASE
+11
-6
VERSION
VERSION
+1
-1
useEthersSigner.ts
apps/web/src/hooks/useEthersSigner.ts
+1
-1
No files found.
RELEASE
View file @
a50127e4
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
bUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5
`
- CIDv0: `Qm
SHZhazrJMNbJQjNGomH8uQAkQnFeYHeFAEkfcZMMPMp2
`
- CIDv1: `bafybei
gdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy
`
- CIDv1: `bafybei
b2urlxkbt5b7cijefroxj5jrrezaej7oatqy2siivquw2h7up6e4
`
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,10 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,10 +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://bafybei
gdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy
.ipfs.dweb.link/
- https://bafybei
b2urlxkbt5b7cijefroxj5jrrezaej7oatqy2siivquw2h7up6e4
.ipfs.dweb.link/
- https://bafybei
gdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy
.ipfs.cf-ipfs.com/
- https://bafybei
b2urlxkbt5b7cijefroxj5jrrezaej7oatqy2siivquw2h7up6e4
.ipfs.cf-ipfs.com/
- [ipfs://Qm
bUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5/](ipfs://QmbUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5
/)
- [ipfs://Qm
SHZhazrJMNbJQjNGomH8uQAkQnFeYHeFAEkfcZMMPMp2/](ipfs://QmSHZhazrJMNbJQjNGomH8uQAkQnFeYHeFAEkfcZMMPMp2
/)
### 5.27.3 (2024-05-14)
### 5.27.4 (2024-05-15)
### Bug Fixes
* **web:** [prod] check client chain for undefined (#8216) 50cf939
VERSION
View file @
a50127e4
web/5.27.3
web/5.27.4
\ No newline at end of file
\ No newline at end of file
apps/web/src/hooks/useEthersSigner.ts
View file @
a50127e4
...
@@ -4,7 +4,7 @@ import type { Account, Chain, Client, Transport } from 'viem'
...
@@ -4,7 +4,7 @@ import type { Account, Chain, Client, Transport } from 'viem'
import
{
Config
,
useConnectorClient
}
from
'
wagmi
'
import
{
Config
,
useConnectorClient
}
from
'
wagmi
'
function
clientToSigner
(
client
?:
Client
<
Transport
,
Chain
,
Account
>
)
{
function
clientToSigner
(
client
?:
Client
<
Transport
,
Chain
,
Account
>
)
{
if
(
!
client
)
return
undefined
if
(
!
client
||
!
client
.
chain
)
return
undefined
const
{
chain
,
transport
,
account
}
=
client
const
{
chain
,
transport
,
account
}
=
client
const
network
=
{
const
network
=
{
chainId
:
chain
.
id
,
chainId
:
chain
.
id
,
...
...
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