Skip to content

Commit

Permalink
update Foo.vy for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z80dev committed Aug 8, 2024
1 parent 8b0d2b9 commit a7eac00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Foo.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma version 0.3.10
#pragma version ^0.4.0

event Foo:
arg1: uint256
Expand All @@ -16,7 +16,7 @@ n: Roles

FEE: constant(uint256) = 100

@external
@deploy
def __init__():
y: uint256 = 100_000_100
x: uint256 = FEE
Expand Down

0 comments on commit a7eac00

Please sign in to comment.