Skip to content

Commit

Permalink
Update vyper/venom/effects.py
Browse files Browse the repository at this point in the history
Co-authored-by: HodanPlodky <36966616+HodanPlodky@users.noreply.github.com>
  • Loading branch information
charles-cooper and HodanPlodky authored Sep 30, 2024
1 parent e9b5303 commit 8be0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vyper/venom/effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"istore": "immutables",
"call": _ALL,
"delegatecall": _ALL,
"staticcall": "memory",
"staticcall": ("memory", "returndata"),
"create": _ALL,
"create2": _ALL,
"invoke": _ALL, # could be smarter, look up the effects of the invoked function
Expand Down

0 comments on commit 8be0bef

Please sign in to comment.