Created
May 5, 2022 03:39
-
-
Save MarcoWorms/9a26756a324833b1a524e79db008ab49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "TOKEN_APPROVE_VAULT", | |
"implementationId": "IMPLEMENTATION_YEARN_VAULTS", | |
"methodName": "approve", | |
"paramTypes": ["address", "uint256"], | |
"requirements": [ | |
["target", "isVaultUnderlyingToken"], | |
["param", "isVault", "0"] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment