Skip to content

Commit a44531f

Browse files
ci(release): publish latest release
1 parent ff6a079 commit a44531f

3 files changed

Lines changed: 10 additions & 5 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: `QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN`
3-
- CIDv1: `bafybeiftoh7zj7xup6f3aee5tkqqm7ubp5vbvspvyt5oi4xcxmwutbt7am`
2+
- CIDv0: `QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG`
3+
- CIDv1: `bafybeidmxyar7rih7mftkdhtnzp7qzicfhaspdv6etzwwuma2omplm33pu`
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://bafybeiftoh7zj7xup6f3aee5tkqqm7ubp5vbvspvyt5oi4xcxmwutbt7am.ipfs.dweb.link/
14-
- [ipfs://QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN/](ipfs://QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN/)
13+
- https://bafybeidmxyar7rih7mftkdhtnzp7qzicfhaspdv6etzwwuma2omplm33pu.ipfs.dweb.link/
14+
- [ipfs://QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG/](ipfs://QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG/)

VERSION

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

packages/uniswap/src/features/chains/evm/rpc.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ export function getQuicknodeChainIdPathSuffix(chainId: UniverseChainId): string
7373
}
7474

7575
export function getQuicknodeEndpointUrl(chainId: UniverseChainId): string {
76+
// Removable once uni-rpc supports Solana.
77+
if (chainId === UniverseChainId.Solana) {
78+
return 'https://shy-billowing-silence.solana-mainnet.quiknode.pro/b1e68aaa03e903c651dbeb18276dd99eaaf4304e/'
79+
}
80+
7681
const quicknodeChainId = getQuicknodeChainId(chainId)
7782

7883
return `https://${config.quicknodeEndpointName}${quicknodeChainId ? `.${quicknodeChainId}` : ''}.quiknode.pro/${config.quicknodeEndpointToken}${getQuicknodeChainIdPathSuffix(chainId)}`

0 commit comments

Comments
 (0)