Skip to content

Commit

Permalink
style: rm unused var, add natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Feb 23, 2024
1 parent 46c064d commit a25e28f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions solidity/test/integration/LlamaVesting.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ pragma solidity 0.8.20;
import {IntegrationBase} from 'test/integration/IntegrationBase.sol';

contract IntegrationLlamaVesting is IntegrationBase {
/**
* @notice Assert balances on key points of the timeline
*/
function test_VestAndUnlock() public {
// At launch date
uint256 _timestamp = SEP_05_2023;
Expand Down
3 changes: 0 additions & 3 deletions solidity/test/utils/Constants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ contract Constants {
// The total amount of tokens to be vested
uint256 public constant TOTAL_AMOUNT = 24_960_000 ether;

// The amount of tokens to be streamed per second, TOTAL_AMOUNT / 4 years, with 20 decimals
uint216 public constant PAY_PER_SECOND = 0.19786910197869101978 * 1e20;

address public constant DAI_ADDRESS = 0x6B175474E89094C44Da98b954EedeAC495271d0F;
address public constant NEXT_TOKEN_ADDRESS = 0xFE67A4450907459c3e1FFf623aA927dD4e28c67a;
address public constant LLAMA_FACTORY_ADDRESS = 0xB93427b83573C8F27a08A909045c3e809610411a;
Expand Down

0 comments on commit a25e28f

Please sign in to comment.