Skip to content

Commit

Permalink
use pragma instead
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Nov 6, 2023
1 parent 5eceae4 commit 53a8e46
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions contracts/main/CurveCryptoMathOptimized2.vy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @version 0.3.10
#pragma optimize gas
# pragma version 0.3.10
# pragma optimize gas
# (c) Curve.Fi, 2020-2023
# AMM Math for 2-coin Curve Cryptoswap Pools
#
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveCryptoViews2Optimized.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10
# pragma version 0.3.10
"""
@title CurveCryptoViews2Optimized
@author Curve.Fi
Expand Down
3 changes: 2 additions & 1 deletion contracts/main/CurveTwocryptoFactory.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @version 0.3.10
# pragma version 0.3.10
# pragma optimize gas
"""
@title CurveTwocryptoFactory
@author Curve.Fi
Expand Down
2 changes: 1 addition & 1 deletion contracts/main/CurveTwocryptoFactoryHandler.vy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @version 0.3.10
# pragma version 0.3.10
"""
@title CurveTwocryptoFactoryHandler
@author Curve.Fi
Expand Down
4 changes: 2 additions & 2 deletions contracts/main/CurveTwocryptoOptimized.vy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @version 0.3.10
#pragma optimize gas
# pragma version 0.3.10
# pragma optimize gas
"""
@title CurveTwocryptoOptimized
@author Curve.Fi
Expand Down
4 changes: 2 additions & 2 deletions contracts/main/LiquidityGauge.vy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @version 0.3.10
#pragma optimize gas
# pragma version 0.3.10
# pragma optimize gas
"""
@title LiquidityGaugeV6
@author Curve.Fi
Expand Down

0 comments on commit 53a8e46

Please sign in to comment.