forta-network/forta-contracts

The proxy contract has an invalidation problem

harodggg opened this issue · 0 comments

forta node: when the user performs the approve -> deposit contract operation.The approve process may fail,Because the proxy contract is authorized instead of the forta erc20 token contract.

The 0xd6b3139108e271c812acc6ffebad28e935d61e24 contract should proxy the 0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1 contract, but there are some problems that prevent the proxy from taking effect.

Error approve proxy contract: https://polygonscan.com/address/0xd6b3139108e271c812acc6ffebad28e935d61e24
image

Eventually cause the deposit contract call to
fail: https://polygonscan.com/address/0xd2863157539b1d11f39ce23fc4834b62082f6874
image