Skip to content

Commit

Permalink
fix: contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen-T committed Jan 19, 2024
1 parent 0d06695 commit a400ab6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/modules/DAO.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ pragma solidity 0.8.18;
import "./SSVDAO.sol";

contract DAO is SSVDAO {
uint64 private constant MINIMAL_LIQUIDATION_THRESHOLD = 100_800;
bool private _assetVar;

constructor() {
StorageProtocol storage sp = SSVStorageProtocol.load();
sp.networkFee = 100000000 / 10;
Expand Down

0 comments on commit a400ab6

Please sign in to comment.