From be972eebf2edc164c20366d0537751e246f9874f Mon Sep 17 00:00:00 2001 From: Kostas Demiris Date: Wed, 5 Jun 2024 19:45:32 +0300 Subject: [PATCH] fixed the network name for ethereum --- .github/actions/mainnet/deploy-v1-operator/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/mainnet/deploy-v1-operator/action.yaml b/.github/actions/mainnet/deploy-v1-operator/action.yaml index 3f31411b..28b3430a 100644 --- a/.github/actions/mainnet/deploy-v1-operator/action.yaml +++ b/.github/actions/mainnet/deploy-v1-operator/action.yaml @@ -30,7 +30,7 @@ runs: POLYGON_NETWORK: '{polygon}' BINANCE_NETWORK: 'binanceSmartChain' MANTLE_NETWORK: '{mantle}' - ETHEREUM_NETWORK: '{eth}' + ETHEREUM_NETWORK: '{ethereum}' OPTIMISM_NETWORK: '{optimism}' ARBITRUM_NETWORK: '{arbitrumOne}' ZORA_NETWORK: '{zora}'