Andrew Schmidt
Andrew Schmidt
Removed from https://github.com/aave/interface/pull/1325 since this is not immediately necessary until we want to support permit for Paraswap or migration service. Closing this in favor of #456
A separate tx handler was added for migration tool to support multi-approval txns. #1513 will add a bundle tx handler which will work with a new utilities version and generalize...
> @iamanastasia actually one more thing to support my point. > > With the current approach (and the suggested one in this pr) - gas estimation will **always** be false...
> > Gas estimation is only based on the [action](https://github.com/aave/interface/blob/03f839a48245822ed091faa32d1cda2da1cb4c15/src/helpers/useTransactionHandler.tsx#L296), not the approval > > I know, that's what i pointed out via dm some time ago. That is why...
I like it as well, and this new approach will allow us to always generate accurate gas estimations for whichever path the user selects so I think it's worthwhile to...
Did a final testing run-through and everything LGTM 👍
A first implementation of this will be unselecting the asset in the "Wallet Balance" column of the Repay modal if the user has more than option, so the user will...
The contract-helpers library uses a single version of the UiPoolDataProvider and UiIncentiveDataProvider for all markets (V2 and V3). The current version used by all markets on the interface is from...
> > The contract-helpers library uses a single version of the UiPoolDataProvider and UiIncentiveDataProvider for all markets (V2 and V3). The current version used by all markets on the interface...
What's the error message? If it contains SERVER_ERROR it's most likely an RPC issue. The Kovan network is technically deprecated, so the RPCs are very unreliable.