diff --git a/bun.lockb b/bun.lockb index 4cb5b04..38394fa 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/foundry.toml b/foundry.toml index 14e2172..f968cd2 100644 --- a/foundry.toml +++ b/foundry.toml @@ -11,7 +11,7 @@ optimizer_runs = 10_000 out = "out" script = "script" - solc = "0.8.23" + solc = "0.8.25" src = "src" test = "test" libs = ["node_modules", "lib"] diff --git a/package.json b/package.json index 821b3af..db7e6be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "ds-test": "github:dapphub/ds-test#e282159d5170298eb2455a6c05280ab5a73a4ef0", - "forge-std": "github:foundry-rs/forge-std#v1.7.5", + "forge-std": "github:foundry-rs/forge-std#v1.8.1", "prettier": "^2.8.7", "solhint": "^3.4.1" },