-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to a more recent Sablier version that does compile in external…
… benchmarks
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,17 +89,15 @@ function install_old_uniswap { | |
function install_sablier { | ||
# NOTE: To avoid hard-coding dependency versions here we'd have to install them from npm | ||
forge install --no-commit \ | ||
foundry-rs/[email protected] \ | ||
OpenZeppelin/[email protected] \ | ||
PaulRBerg/[email protected] \ | ||
PaulRBerg/[email protected] \ | ||
foundry-rs/[email protected] \ | ||
OpenZeppelin/[email protected] \ | ||
PaulRBerg/[email protected] \ | ||
evmcheb/solarray@a547630 \ | ||
Vectorized/[email protected].129 | ||
Vectorized/[email protected].208 | ||
cat <<EOF > remappings.txt | ||
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/ | ||
forge-std/=lib/forge-std/ | ||
@prb/math/=lib/prb-math/ | ||
@prb/test/=lib/prb-test/ | ||
solarray/=lib/solarray/ | ||
solady/=lib/solady/ | ||
EOF | ||
|
@@ -125,4 +123,4 @@ setup_foundry_project seaport-1.6/ commit tags/1.6 https://github.com/ProjectOpe | |
|
||
setup_foundry_project eigenlayer-0.3.0/ tag v0.3.0-holesky-rewards https://github.com/Layr-Labs/eigenlayer-contracts | ||
|
||
setup_foundry_project sablier-v2-1.1.2/ tag v1.1.2 https://github.com/sablier-labs/v2-core install_sablier | ||
setup_foundry_project sablier-v2-1.2.0/ tag v1.2.0 https://github.com/sablier-labs/v2-core install_sablier |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters