Skip to content

Commit

Permalink
chore: clean up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thaixuandang committed Jul 17, 2024
1 parent a80eeea commit 6a082c9
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 51 deletions.
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ffi = true

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

solc = '0.8.23'
solc = '0.8.26'
optimizer_runs = 1_000_000
evm_version = 'istanbul'
use_literal_content = true
extra_output = ["devdoc", "userdoc", "storagelayout"]
Expand Down
12 changes: 0 additions & 12 deletions script/contracts/CounterDeploy.s.sol

This file was deleted.

14 changes: 0 additions & 14 deletions src/Counter.sol

This file was deleted.

Empty file removed src/interfaces/.gitkeep
Empty file.
Empty file removed src/libraries/.gitkeep
Empty file.
Empty file removed src/utils/.gitkeep
Empty file.
24 changes: 0 additions & 24 deletions test/Counter.t.sol

This file was deleted.

0 comments on commit 6a082c9

Please sign in to comment.