Skip to content

Commit a672cde

Browse files
ci(release): publish latest release
1 parent 7ec9add commit a672cde

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmaNk8Fn9wwEmQTFXEAt2oBcnw49jkzp73Zi8QxekEzguc`
3-
- CIDv1: `bafybeifs2wdw5rw26mmgvuu76g3vyejbi6y7xjljups2npws4hhnqd7ex4`
2+
- CIDv0: `QmYHVZgJYi1XCsZfSjdsKremRzECRLMhUBr4osT3exS4kY`
3+
- CIDv1: `bafybeietyxeuin2cpcwothw6tbgz7yxgf7iypjdusfsepqqokfouvie5ie`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,5 +10,5 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeifs2wdw5rw26mmgvuu76g3vyejbi6y7xjljups2npws4hhnqd7ex4.ipfs.dweb.link/
14-
- [ipfs://QmaNk8Fn9wwEmQTFXEAt2oBcnw49jkzp73Zi8QxekEzguc/](ipfs://QmaNk8Fn9wwEmQTFXEAt2oBcnw49jkzp73Zi8QxekEzguc/)
13+
- https://bafybeietyxeuin2cpcwothw6tbgz7yxgf7iypjdusfsepqqokfouvie5ie.ipfs.dweb.link/
14+
- [ipfs://QmYHVZgJYi1XCsZfSjdsKremRzECRLMhUBr4osT3exS4kY/](ipfs://QmYHVZgJYi1XCsZfSjdsKremRzECRLMhUBr4osT3exS4kY/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.147.0
1+
web/5.147.1

apps/web/src/features/Toucan/Auction/BidForm/AuctionAccessIndicators.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function AuctionAccessIndicators(): JSX.Element | null {
3838
const kycStatus = useAuctionKycStatus({
3939
walletAddress: address,
4040
auctionAddress,
41-
chainId: chainId ?? UniverseChainId.Sepolia,
41+
chainId,
4242
})
4343

4444
const getWhitelistTooltipText = (): string | undefined => {

0 commit comments

Comments
 (0)