Skip to content

Commit

Permalink
updated zora network key for indexer/operator to zoraTestnetGoerli
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostas Demiris committed Aug 21, 2023
1 parent 3078be9 commit 8cef537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd_develop_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ env:
STG_COMMON_NAMESPACE: develop
#
#######################################
STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.2
STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.3
INDEXER_RELEASE_NAME: indexer-dev # format -> [release_name]-indexer-[env]
#
STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.0.74
STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.0.75
OPERATOR_RELEASE_NAME: operator-dev # format -> [release_name]-operator-[env]
#######################################
#
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
ARBITRUM_NETWORK: 'arbitrumTestnetGoerli'
BINANCE_NETWORK: 'binanceSmartChainTestnet'
MANTLE_NETWORK: 'mantleTestnet'
ZORA_NETWORK: 'zoraTestnet'
ZORA_NETWORK: 'zoraTestnetGoerli'
with:
eks_cluster: ${{ env.CLUSTER_NAME }}
command: |-
Expand Down

0 comments on commit 8cef537

Please sign in to comment.