Skip to content

Commit

Permalink
feat: bump mock contracts to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
milkyklim committed Oct 5, 2023
1 parent 298a0aa commit c6dc0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/test/MockTether.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.9
# @version 0.3.10
# @dev token with a missing return value
from vyper.interfaces import ERC20

Expand Down
2 changes: 1 addition & 1 deletion contracts/test/MockToken.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.9
# @version 0.3.10
from vyper.interfaces import ERC20

implements: ERC20
Expand Down

0 comments on commit c6dc0d7

Please sign in to comment.