examples
examples copied to clipboard
With the Quoting example pointed to Base, I receive this error: ``` {"code":-32000,"message":"execution reverted"``` https://github.com/jfbloom22/uniswap-examples I updated the example to use the latest Uniswap SKD. Got it working pointed to...
I try to run [Uniswap example](https://github.com/Uniswap/examples/tree/main/v3-sdk/swap-and-add-liquidity) and always get error in browser console: **Uncaught ReferenceError: Browser is not defined at Va (encode.js:49:1)** Can anybody help me?
Please integrate the SDK from Space ID. At the moment, I have the web3 domain ENS - xandry.eth displayed on Uniswap But I have registered domains in the BNB and...
Update all examples to use the new v3-sdk version published by the Uniswap foundation. Delete multicall example.
I tried to make it work in a dApp using Ethers 6.11 but there's some breaking stuff in the way Ethers 5 vs 6 handle Contract instances methods, therefore `await...
Do you have the following problem? Which node version do you use? WARNING in ./node_modules/jsbi/dist/jsbi-umd.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/wuban/examples/v3-sdk/trading/node_modules/jsbi/lib/jsbi.ts' file: Error: ENOENT: no...
I need a quoter using Uniswap router to fetch multi-hop quotes. Anyone seen such a dApp out there? Keep up the good work y'all!
examples/v3-sdk/quoting/src/libs/quote.ts line 21: const quotedAmountOut = await quoterContract.callStatic.quoteExactInputSingle( poolConstants.token0, poolConstants.token1, poolConstants.fee, fromReadableAmount( CurrentConfig.tokens.amountIn, CurrentConfig.tokens.in.decimals ).toString(), 0 ) ========================================== poolConstants.token0 and token1=> two tokens of the pool , sorted by address...
I got this error when try to use sepolia network in v3sdk/routing ``` multicall-uniswap-provider.ts:45 Uncaught (in promise) Error: No address for Uniswap Multicall Contract on chain id: 11155111 at new...