marktoda / uniswap-v3-manager

Uniswap V3 Position manager - automatically readjusts positions to match a given price width window
25 stars 8 forks source link

call exception on minting new position #11

Open Hbobsa opened 2 years ago

Hbobsa commented 2 years ago

Hello, trying to use this on polygon, trading and burning old positions have no issues, works very good. But the part with minting new position facing call_exception very often. Sometimes 20-30 transactions reverted, and then it creates. Found on tenderly that problem is "ERC20WithCommonStorage: transfer amount exceeds balance". Using Wmatic as native token. Tried to update all libraries, but found problems on JSBI and GOT. Could you please help

Raypablo commented 1 year ago

@Hbobsa how did you solve the problem with the gas to work in the polygon network?