Skip to content

Commit

Permalink
chore: setup project
Browse files Browse the repository at this point in the history
Signed-off-by: 0xRaccoon <[email protected]>
  • Loading branch information
0xRaccoon committed Dec 15, 2023
1 parent f34cf53 commit ed6ba82
Show file tree
Hide file tree
Showing 14 changed files with 1,647 additions and 290 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ number_underscore = 'thousands'
multiline_func_header = 'params_first'

[profile.default]
solc_version = '0.8.19'
solc_version = '0.8.20'
src = 'solidity'
test = 'solidity/test'
out = 'out'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.1",
"isolmate": "github:defi-wonderland/isolmate#59e1804"
},
"devDependencies": {
Expand Down
59 changes: 0 additions & 59 deletions solidity/contracts/Greeter.sol

This file was deleted.

Loading

0 comments on commit ed6ba82

Please sign in to comment.