Skip to content

Commit

Permalink
Added L2VotingPowerPaused and L2GovernorPaused contract with test cas…
Browse files Browse the repository at this point in the history
…es (#165)

* Added L2VotingPowerPaused and L2GovernorPaused contract with test cases

* Add deployment script

* Update git submodules

* Add foundry.toml

* Change version function to be independent

* Update comments

* Update gitsubmodule, added Custom Errors

* Rearrange functions according to requirements

* pump forge-std to 1.8.2

* Add onReceive ERC721 and ERC1155 check

* Test adjustVotingPower is unpaused

* Add deployPausedDAO.sh

* Add forge clean to deploy script

* Clean before every forge script runs

* Used `../../` to navigate paused script

* rename assertInitParamsEq
  • Loading branch information
Phanco authored and matjazv committed Jun 24, 2024
1 parent a8c0e71 commit aee6bfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ ast = true
build_info = true
extra_output = ["storageLayout"]

ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]

[fmt]
line_length = 120
multiline_func_header = 'all'
Expand Down

0 comments on commit aee6bfa

Please sign in to comment.