Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Aug 22, 2023
1 parent ccda9c7 commit ed1f540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/ethereum/src/v1/CasimirUpkeep.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ contract CasimirUpkeep is ICasimirUpkeep, FunctionsClient, Ownable {

/** Oracle heartbeat */
uint256 public constant reportHeartbeat = 1 days;
/** Pool capacity */
uint256 public constant poolCapacity = 32 ether;

/*************/
/* Immutable */
Expand Down

0 comments on commit ed1f540

Please sign in to comment.