Skip to content

Commit

Permalink
lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 19, 2024
1 parent df00337 commit 0982072
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"solidity.formatter": "forge"
"solidity.formatter": "forge",
"solidity.compileUsingRemoteVersion": "v0.8.26"
}
1 change: 0 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ libs = ["lib"]
test = 'test'
script = 'script'
cache_path = 'cache'

optimizer = true

# required by upgradability
Expand Down
2 changes: 1 addition & 1 deletion lib/forge-std
Submodule forge-std updated 2 files
+19 −0 src/Vm.sol
+1 −1 test/Vm.t.sol

0 comments on commit 0982072

Please sign in to comment.