Skip to content

Commit

Permalink
make more data public
Browse files Browse the repository at this point in the history
  • Loading branch information
chimera-defi committed Oct 4, 2024
1 parent 4df74cb commit eebd3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/v2/core/WithdrawalQueue.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ contract WithdrawalQueue is AccessControl, ReentrancyGuard, GranularPause, FIFOQ
address public immutable MINTER;
address public immutable WSGETH;

uint256 internal totalPendingRequest;
uint256 internal requestsCreated;
uint256 internal requestsFulfilled;
uint256 public totalAssetsOut;
uint256 public totalPendingRequest;

bytes32 public constant GOV = keccak256("GOV"); // Governance for settings - normally timelock controlled by multisig

Expand Down

0 comments on commit eebd3db

Please sign in to comment.