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
8465f684
Commit
8465f684
authored
Dec 07, 2023
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
ba367959
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
34 deletions
+9
-34
RELEASE
RELEASE
+6
-11
VERSION
VERSION
+1
-1
ListPage.tsx
apps/web/src/nft/components/profile/list/ListPage.tsx
+2
-7
index.ts
apps/web/src/nft/queries/looksRare/index.ts
+0
-1
looksRareNonceFetcher.ts
apps/web/src/nft/queries/looksRare/looksRareNonceFetcher.ts
+0
-14
No files found.
RELEASE
View file @
8465f684
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
e44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq
`
- CIDv0: `Qm
cH1YbyUfpwzwJxmFGZVnRddiveKnnpuxFTLxBeWPMxbU
`
- CIDv1: `bafybei
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
`
- CIDv1: `bafybei
gpctng5nggznryk3h4m7jssnnw5uab46gd3n34v5wue33bnyjvnm
`
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,10 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,15 +10,10 @@ 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
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
.ipfs.dweb.link/
- https://bafybei
gpctng5nggznryk3h4m7jssnnw5uab46gd3n34v5wue33bnyjvnm
.ipfs.dweb.link/
- https://bafybei
hjplb4afnfihydwdlkzfymtd26u3tqz64r6eighq5kdqu7s6x5hq
.ipfs.cf-ipfs.com/
- https://bafybei
gpctng5nggznryk3h4m7jssnnw5uab46gd3n34v5wue33bnyjvnm
.ipfs.cf-ipfs.com/
- [ipfs://Qm
e44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq/](ipfs://Qme44H1PdJPvgSyV94D33wyy895YsHH5fKWAuHN8jrexmq
/)
- [ipfs://Qm
cH1YbyUfpwzwJxmFGZVnRddiveKnnpuxFTLxBeWPMxbU/](ipfs://QmcH1YbyUfpwzwJxmFGZVnRddiveKnnpuxFTLxBeWPMxbU
/)
### 5.1.1 (2023-12-06)
### 5.1.2 (2023-12-07)
### Bug Fixes
* **web:** optional address for multichainbalance - prod hotfix (#5392) 99d4e33
VERSION
View file @
8465f684
web/5.1.1
web/5.1.2
\ No newline at end of file
\ No newline at end of file
apps/web/src/nft/components/profile/list/ListPage.tsx
View file @
8465f684
...
@@ -16,7 +16,6 @@ import {
...
@@ -16,7 +16,6 @@ import {
}
from
'
nft/components/profile/list/utils
'
}
from
'
nft/components/profile/list/utils
'
import
{
useIsMobile
,
useNFTList
,
useProfilePageState
,
useSellAsset
}
from
'
nft/hooks
'
import
{
useIsMobile
,
useNFTList
,
useProfilePageState
,
useSellAsset
}
from
'
nft/hooks
'
import
{
LIST_PAGE_MARGIN
,
LIST_PAGE_MARGIN_MOBILE
}
from
'
nft/pages/profile/shared
'
import
{
LIST_PAGE_MARGIN
,
LIST_PAGE_MARGIN_MOBILE
}
from
'
nft/pages/profile/shared
'
import
{
looksRareNonceFetcher
}
from
'
nft/queries/looksRare
'
import
{
ProfilePageStateType
}
from
'
nft/types
'
import
{
ProfilePageStateType
}
from
'
nft/types
'
import
{
ListingMarkets
}
from
'
nft/utils/listNfts
'
import
{
ListingMarkets
}
from
'
nft/utils/listNfts
'
import
{
useEffect
,
useMemo
,
useReducer
,
useState
}
from
'
react
'
import
{
useEffect
,
useMemo
,
useReducer
,
useState
}
from
'
react
'
...
@@ -195,11 +194,10 @@ export const ListPage = () => {
...
@@ -195,11 +194,10 @@ export const ListPage = () => {
issues
,
issues
,
})
})
)
)
const
{
listings
,
collectionsRequiringApproval
,
set
LooksRareNonce
,
set
CollectionStatusAndCallback
}
=
useNFTList
(
const
{
listings
,
collectionsRequiringApproval
,
setCollectionStatusAndCallback
}
=
useNFTList
(
({
listings
,
collectionsRequiringApproval
,
set
LooksRareNonce
,
set
CollectionStatusAndCallback
})
=>
({
({
listings
,
collectionsRequiringApproval
,
setCollectionStatusAndCallback
})
=>
({
listings
,
listings
,
collectionsRequiringApproval
,
collectionsRequiringApproval
,
setLooksRareNonce
,
setCollectionStatusAndCallback
,
setCollectionStatusAndCallback
,
})
})
)
)
...
@@ -235,9 +233,6 @@ export const ListPage = () => {
...
@@ -235,9 +233,6 @@ export const ListPage = () => {
const
startListingFlow
=
async
()
=>
{
const
startListingFlow
=
async
()
=>
{
if
(
!
signer
)
return
if
(
!
signer
)
return
sendAnalyticsEvent
(
NFTEventName
.
NFT_SELL_START_LISTING
,
{
...
startListingEventProperties
})
sendAnalyticsEvent
(
NFTEventName
.
NFT_SELL_START_LISTING
,
{
...
startListingEventProperties
})
const
signerAddress
=
await
signer
.
getAddress
()
const
nonce
=
await
looksRareNonceFetcher
(
signerAddress
)
setLooksRareNonce
(
nonce
??
0
)
// for all unique collection, marketplace combos -> approve collections
// for all unique collection, marketplace combos -> approve collections
for
(
const
collectionRow
of
collectionsRequiringApproval
)
{
for
(
const
collectionRow
of
collectionsRequiringApproval
)
{
...
...
apps/web/src/nft/queries/looksRare/index.ts
View file @
8465f684
export
{
createLooksRareOrder
}
from
'
./createLooksRareOrder
'
export
{
createLooksRareOrder
}
from
'
./createLooksRareOrder
'
export
{
looksRareNonceFetcher
}
from
'
./looksRareNonceFetcher
'
apps/web/src/nft/queries/looksRare/looksRareNonceFetcher.ts
deleted
100644 → 0
View file @
ba367959
const
looksRareApiAddress
=
'
https://api.looksrare.org/api/v1
'
export
const
looksRareNonceFetcher
=
async
(
address
:
any
):
Promise
<
number
|
undefined
>
=>
{
const
res
=
await
fetch
(
`
${
looksRareApiAddress
}
/orders/nonce?address=
${
address
}
`
)
if
(
res
.
status
!==
200
)
{
console
.
log
(
`LooksRare nonce API errored with status
${
res
.
statusText
}
`
)
return
}
const
json
=
await
res
.
json
()
return
parseFloat
(
json
.
data
)
}
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