File tree Expand file tree Collapse file tree
packages/uniswap/src/features/chains/evm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN `
3- - CIDv1: `bafybeiftoh7zj7xup6f3aee5tkqqm7ubp5vbvspvyt5oi4xcxmwutbt7am `
2+ - CIDv0: `QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG `
3+ - CIDv1: `bafybeidmxyar7rih7mftkdhtnzp7qzicfhaspdv6etzwwuma2omplm33pu `
44
55The 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.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeiftoh7zj7xup6f3aee5tkqqm7ubp5vbvspvyt5oi4xcxmwutbt7am .ipfs.dweb.link/
14- - [ipfs://QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN /](ipfs://QmaR8WRjuT9xkFxFJTTQ4BFXvA8BfkgA2XHcADdWe8cAeN /)
13+ - https://bafybeidmxyar7rih7mftkdhtnzp7qzicfhaspdv6etzwwuma2omplm33pu .ipfs.dweb.link/
14+ - [ipfs://QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG /](ipfs://QmVf8nJ32ENZxg2mM528UcuxP3puyQmDVFDvVq7ruo5WrG /)
Original file line number Diff line number Diff line change 1- web/5.149.2
1+ web/5.149.3
Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ export function getQuicknodeChainIdPathSuffix(chainId: UniverseChainId): string
7373}
7474
7575export 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 ) } `
You can’t perform that action at this time.
0 commit comments