Skip to content

Commit

Permalink
preconf deployment directory changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrzypkows committed Jan 24, 2025
1 parent aa26286 commit 9f383b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/protocol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN git init && \
forge install && \
pnpm install

RUN chmod +x /app/script/layer1/preconf/deployment/*.sh

ENV PATH="/root/.foundry/bin:$PATH"

CMD ["sh", "-c", "echo Please verify the environment variables and command."]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
: "${BEACON_BLOCK_ROOT_CONTRACT:?Environment variable BEACON_BLOCK_ROOT_CONTRACT is required}"
echo "BEACON_GENESIS_TIMESTAMP: $BEACON_GENESIS_TIMESTAMP"

forge script scripts/deployment/DeployAVS.s.sol:DeployAVS \
forge script script/layer1/preconf/deployment/DeployAVS.s.sol:DeployAVS \
--fork-url $FORK_URL \
--broadcast \
--skip-simulation \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
: "${PRIVATE_KEY:?Environment variable PRIVATE_KEY is required}"
: "${FORK_URL:?Environment variable FORK_URL is required}"

forge script scripts/deployment/DeployEigenlayerMVP.s.sol:DeployEigenlayerMVP \
forge script script/layer1/preconf/deployment/DeployEigenlayerMVP.s.sol:DeployEigenlayerMVP \
--rpc-url $FORK_URL \
--broadcast \
--skip-simulation \
Expand Down

0 comments on commit 9f383b2

Please sign in to comment.