Skip to content

Commit

Permalink
--legacy for celo4 GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed May 17, 2024
1 parent 0e02915 commit 8624889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts-celo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
export IMPL_SALT=$(openssl rand -hex 32)
cd packages/contracts-bedrock
echo "Broadcasting ..."
forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL
forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --broadcast --rpc-url $L1_RPC_URL --legacy
- name: Generate genesis files
run: |
Expand Down

0 comments on commit 8624889

Please sign in to comment.