Skip to content

Commit

Permalink
fix: renaming to adhere to the concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioantonio committed Oct 31, 2024
1 parent 3f89f15 commit 217abdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bounties/src/adder/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ run_forge_script_broadcast() {
}

>&2 echo "Deploying contracts..."
FOUNDRY_PROFILE=deploy run_forge_script_broadcast script/Deploy.s.sol:DeployScript
FOUNDRY_PROFILE=deploy run_forge_script_broadcast script/Setup.s.sol:SetupScript

>&2 echo "Running exploit..."
FOUNDRY_PROFILE=exploit run_forge_script_broadcast script/Exploit.s.sol:ExploitScript

>&2 echo "Testing contracts..."
FOUNDRY_PROFILE=test run_forge_script script/Test.s.sol:TestScript
FOUNDRY_PROFILE=test run_forge_script script/Assertion.s.sol:AssertionScript

if [ -f exploited ]
then
Expand Down

0 comments on commit 217abdd

Please sign in to comment.