Skip to content

Commit

Permalink
style: reorder storage var
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Oct 18, 2024
1 parent 1e44d63 commit 2eb2eb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/RewardsHandler.vy
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,14 @@ _SUPPORTED_INTERFACES: constant(bytes4[1]) = [

stablecoin: immutable(IERC20)
vault: public(immutable(IVault))
stablecoin_lens: public(IStablecoinLens)

# scaling factor for the deposited token / circulating supply ratio.
scaling_factor: public(uint256)

# the minimum amount of rewards requested to the FeeSplitter.
minimum_weight: public(uint256)

# stablecoin circulating supply contract
stablecoin_lens: public(IStablecoinLens)


################################################################
# CONSTRUCTOR #
Expand Down

0 comments on commit 2eb2eb8

Please sign in to comment.