Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: include Base and DeployCorePrecompiles scripts in npm package #846

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[profile.default]
allow_paths = [
"precompiles"
]
auto_detect_solc = false
bytecode_hash = "none"
emv_version = "paris"
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"files": [
"artifacts",
"precompiles",
"script/Base.s.sol",
"script/DeployCorePrecompiles.s.sol",
"src",
"test/utils",
"CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion script/DeployCore.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SablierV2NFTDescriptor } from "../src/SablierV2NFTDescriptor.sol";

import { BaseScript } from "./Base.s.sol";

/// @notice Deploys all V2 Core contract in the following order:
/// @notice Deploys all V2 Core contracts in the following order:
///
/// 1. {SablierV2NFTDescriptor}
/// 2. {SablierV2LockupDynamic}
Expand Down
222 changes: 222 additions & 0 deletions script/DeployCorePrecompiles.s.sol

Large diffs are not rendered by default.

Loading