Closed seaona closed 7 months ago
This PR adds support for querying the allowance(address owner, address spender) → uint256 function for ERC20 tokens. This will enable testing more effectively the Approve and Increase Allowance functionalities.
allowance(address owner, address spender) → uint256
https://github.com/MetaMask/test-dapp/assets/54408225/4f8d18ba-f02f-431b-bc8e-7f1f5fdb7e41
Description
This PR adds support for querying the
allowance(address owner, address spender) → uint256
function for ERC20 tokens. This will enable testing more effectively the Approve and Increase Allowance functionalities.Screenshots
https://github.com/MetaMask/test-dapp/assets/54408225/4f8d18ba-f02f-431b-bc8e-7f1f5fdb7e41
Manual Testing Steps