core
core copied to clipboard
Adds 'tokenMethodIncreaseAllowance'
NOTE: This PR is blocked by changes to metamask-eth-abis first.
Explanation
Creates the tokenMethodIncreaseAllowance
transaction type, and adds the FiatTokenV2 token to be able to parse transactions with the increaseAllowance method, since it's not part of the ERC20 standard.
References
- Related to #2224
Changelog
@metamask/transaction-controller
-
ADDED: Adds support for
increaseAllowance
token method and corresponding transaction type.
Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category above as appropriate