You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After getting approved the position it takes approved address, it works fine on rinkeby but on polygon chain it isnt getting updated approved address , i check from contract on polygonscan there i'm getting right approved address
The text was updated successfully, but these errors were encountered:
hamzamughal74
changed the title
After getting approved the position it takes approved address, it works fine on rinkeby
After getting approved the position it takes approved address, it works fine on rinkeby but on polygon chain it isnt
Jul 22, 2022
Basically i have changed the flow , i'm now initiating all transaction for staking on one click but one after one
and not getting approved address updated after approved , but if i call stake() function again then it gets right approvedAddress
can you please have a look on this?
(it works fine on rinkeby but not on polygon chain, i'm using right addresses issue is somewhere here in my code)
After getting approved the position it takes approved address, it works fine on rinkeby but on polygon chain it isnt getting updated approved address , i check from contract on polygonscan there i'm getting right approved address
https://github.com/vbstreetz/uniswap-v3-staker-frontend/blob/4bd4a74a741b3d363f7e05468dd8139ee2cdf566/src/modals/StakeModal.tsx#L48
The text was updated successfully, but these errors were encountered: