Skip to content

Commit

Permalink
use correct addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Jan 8, 2025
1 parent 8ce9577 commit 4e1c0d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- sonic-devnet
- sonic-testnet
- eclipse-mainnet
- eclipse-testnet
- eclipse-devnet
dry_run:
description: Dry run
Expand Down Expand Up @@ -165,8 +166,8 @@ jobs:
echo SQUADS_PROGRAM_INDEX="1" >> $GITHUB_ENV
elif [[ "${{ inputs.cluster }}" == "mainnet-beta" ]]; then
echo DEPLOY_TYPE="squads" >> $GITHUB_ENV
echo SQUADS_MULTISIG="Gs6jZWxXFvmZtBcyYr6fBXX5ikwRTemBDS4f6kFuB31U" >> $GITHUB_ENV
echo SQUADS_VAULT="Fsxr5WVKZZoeb7xgwTWRHymSRVGY9vk7m5B5GPu1KU59" >> $GITHUB_ENV
echo SQUADS_MULTISIG="EADFTJ9b6yPAqyRjhz1scirvWhggMSWTt1BgBjKgm5wT" >> $GITHUB_ENV
echo SQUADS_VAULT="bfQVv6niKVgEURYqQ1beJmiEQQN7MrvLRvk3mZGFubb" >> $GITHUB_ENV
echo SQUADS_PROGRAM_INDEX="1" >> $GITHUB_ENV
else
echo "Invalid cluster: ${{ inputs.cluster }}"
Expand Down

0 comments on commit 4e1c0d4

Please sign in to comment.