Skip to content

Commit

Permalink
switch to foundry v1 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Feb 18, 2025
1 parent b86ec54 commit 0a59095
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
foundry = {
url = "github:shazow/foundry.nix/monthly";
url = "github:shazow/foundry.nix/stable";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
2 changes: 2 additions & 0 deletions packages/ethereum-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ignored_error_codes = [
]
# keep in sync with truffle-config.js
evm_version = 'paris'
optimizer = true
optimizer_runs = 200
remappings = [
'@superfluid-finance/ethereum-contracts/contracts/=packages/ethereum-contracts/contracts/',
'@superfluid-finance/solidity-semantic-money/src/=packages/solidity-semantic-money/src/',
Expand Down

0 comments on commit 0a59095

Please # to comment.