Skip to content

Commit

Permalink
add decimals_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xverin committed Jun 19, 2024
1 parent 854790f commit 03e2b28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import "../libraries/AssertionLogic.sol";
import "../libraries/Identities.sol";
import "../DynamicAssertion.sol";
abstract contract TokenHoldingAmount is DynamicAssertion {
uint256 constant decimals_factor = 1000;
function execute(
Identity[] memory identities,
string[] memory secrets,
Expand Down

0 comments on commit 03e2b28

Please sign in to comment.