Skip to content

Commit

Permalink
feat(cd): hard coding chain id for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed May 9, 2024
1 parent 41f8f84 commit 58dfae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
environment: dev
forge-deployment-script: DeployZenith
deployed-contract: Zenith.s.sol
chain-id: ${{ vars.CHAIN_ID }}
chain-id: 17000
secrets:
aws-deployer-role: ${{ secrets.AWS_DEPLOYER_ROLE }}
holesky-kms-key-id: ${{ secrets.HOLESKY_DEPLOYER_KEY_ID }}
Expand Down

0 comments on commit 58dfae9

Please sign in to comment.