Skip to content

Commit 0a59095

Browse files
committed
switch to foundry v1 (stable)
1 parent b86ec54 commit 0a59095

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
flake-utils.url = "github:numtide/flake-utils";
66
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
77
foundry = {
8-
url = "github:shazow/foundry.nix/monthly";
8+
url = "github:shazow/foundry.nix/stable";
99
inputs.flake-utils.follows = "flake-utils";
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};

packages/ethereum-contracts/foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ignored_error_codes = [
99
]
1010
# keep in sync with truffle-config.js
1111
evm_version = 'paris'
12+
optimizer = true
13+
optimizer_runs = 200
1214
remappings = [
1315
'@superfluid-finance/ethereum-contracts/contracts/=packages/ethereum-contracts/contracts/',
1416
'@superfluid-finance/solidity-semantic-money/src/=packages/solidity-semantic-money/src/',

0 commit comments

Comments
 (0)