forked from Theo/proposal-21-test
Remove unused Mock contract
This commit is contained in:
parent
729686df47
commit
bf6836ffb2
@ -8,6 +8,9 @@ contract Parameters {
|
|||||||
0x2F50508a8a3D323B91336FA3eA6ae50E55f32185;
|
0x2F50508a8a3D323B91336FA3eA6ae50E55f32185;
|
||||||
address public _tokenAddress = 0x77777FeDdddFfC19Ff86DB637967013e6C6A116C;
|
address public _tokenAddress = 0x77777FeDdddFfC19Ff86DB637967013e6C6A116C;
|
||||||
|
|
||||||
|
// Proposals info
|
||||||
|
uint256 public PROPOSAL_DURATION = 7 days;
|
||||||
|
|
||||||
// Attacker info - proposal, addresses
|
// Attacker info - proposal, addresses
|
||||||
uint256 _attackerProposalId = 21;
|
uint256 _attackerProposalId = 21;
|
||||||
uint256 attackerWithdrawnAmount = 483_000 ether;
|
uint256 attackerWithdrawnAmount = 483_000 ether;
|
||||||
|
@ -4,7 +4,6 @@ import "@interfaces/IGovernance.sol";
|
|||||||
import "@interfaces/IERC20.sol";
|
import "@interfaces/IERC20.sol";
|
||||||
|
|
||||||
import "@proprietary/Parameters.sol";
|
import "@proprietary/Parameters.sol";
|
||||||
import "@proprietary/Mock.sol";
|
|
||||||
|
|
||||||
import "@forge-std/Test.sol";
|
import "@forge-std/Test.sol";
|
||||||
import "@forge-std/console2.sol";
|
import "@forge-std/console2.sol";
|
||||||
|
Loading…
Reference in New Issue
Block a user