Skip to content

Commit

Permalink
Removed redundant constant
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Aug 23, 2024
1 parent 32e6e19 commit 651cba8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/v2/constants/ParanetIncentivesPoolConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ pragma solidity ^0.8.16;

uint24 constant NATIVE_NEURO_DECIMALS_DIFF = 10 ** 6;
uint64 constant EMISSION_MULTIPLIER_SCALING_FACTOR = 10 ** 18;
uint64 constant RELEASE_MULTIPLIER_SCALING_FACTOR = 10 ** 18;
uint16 constant PERCENTAGE_SCALING_FACTOR = 10 ** 4;
uint16 constant MAX_CUMULATIVE_VOTERS_WEIGHT = 10 ** 4;

0 comments on commit 651cba8

Please sign in to comment.