|
For some tokens I get an error when quoting the price in Uniswap V3, meanwhile in V2 everything is OK. Please help me to understand the reason. |
Answered by
liquid-8
Sep 26, 2021
Replies: 2 comments 1 reply
|
Check if there is proper pool @ V3. Check what fee has been set for it. Default value for V3 fee is 0.3% or fee=3000 for get_price/make_trade calls. Other values are 0.05% (fee=500) and 1% (fee=10000) |
0 replies
Answer selected by
ars3nicum
|
It was fee. Thank you! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check if there is proper pool @ V3. Check what fee has been set for it. Default value for V3 fee is 0.3% or fee=3000 for get_price/make_trade calls. Other values are 0.05% (fee=500) and 1% (fee=10000)