Sang

Results 10 comments of Sang

@tobiasosDev You are the best

In the book, `Bob's store` keeps being mentioned. It might be better to change the QR code image instead. If needed, I'll change the QR code image and send a...

fees are determined at Core. Please refer to https://github.com/Uniswap/v3-core or https://github.com/Uniswap/v4-core

Which fee do you refer? pool's fee? or the fee that Uniswap takes?

Search your token by contract address. FYI, Current Uniswap web Interface doesn't work properly on sepolia testnet. You should use older version

I'm using 5.19.3. This version supports sepolia

> I downloaded it, but the environment could not be built successfully. An error occurred. “ universe@workspace:. must be built because it never has been before or the last one...

> > > I downloaded it, but the environment could not be built successfully. An error occurred. “ universe@workspace:. must be built because it never has been before or the...

https://www.sanghun.xyz/running-uniswap-frontend-locally-for-testnet-environment-en/ ``` git clone https://github.com/Uniswap/interface cd interface git fetch --all --tags git checkout tags/web/5.19.3 mkdir apps/web/src/utils/__generated__ # https://github.com/Uniswap/interface/issues/7631 # create .env.defaults file under project root. # https://github.com/Uniswap/interface/issues/7678 cat

Could you share your error log? In most case, please follow below ``` yarn yarn web start ```