Skip to content

Commit

Permalink
add optimism to GOV_NETWORK in enact-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Apr 8, 2024
1 parent beb7eea commit 0fe2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enact-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Get governance network
run: |
case ${{ github.event.inputs.network }} in
polygon | arbitrum | base)
polygon | arbitrum | base | optimism)
echo "GOV_NETWORK=mainnet" >> $GITHUB_ENV ;;
mumbai | arbitrum-goerli | base-goerli | linea-goerli | scroll-goerli | scroll)
echo "GOV_NETWORK=goerli" >> $GITHUB_ENV ;;
Expand Down

0 comments on commit 0fe2aed

Please sign in to comment.