Skip to content

Commit

Permalink
Merge pull request #679 from holographxyz/develop
Browse files Browse the repository at this point in the history
Fixed ethereum and linea deployments
  • Loading branch information
sogoiii authored Jun 5, 2024
2 parents aa99e56 + cc1defa commit e1187a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/mainnet/deploy-v1-indexer/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ runs:
--set mainnet_rpc_config_values.mantle_rpc_url=$MAINNET_INDEXER_V1_MANTLE_RPC_URL \
--set mainnet_rpc_config_values.zora_rpc_url=$MAINNET_INDEXER_V1_ZORA_RPC_URL \
--set mainnet_rpc_config_values.base_rpc_url=$MAINNET_INDEXER_V1_BASE_RPC_URL \
--set mainnet_rpc_config_values.linea_rpc_url=$MAINNET_INDEXER_V1_LINEA_RPC_URL \
\
--set mainnet_rpc_config_values.private_key=$MAINNET_INDEXER_V1_PRIVATE_KEY \
--set mainnet_rpc_config_values.address=$MAINNET_INDEXER_V1_MAINNET_V1_WALLET_ADDRESS \
Expand Down
1 change: 1 addition & 0 deletions .github/actions/mainnet/deploy-v1-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ runs:
--set mainnet_rpc_config_values.arbitrum_rpc_url=$MAINNET_OPERATOR_V1_ARBITRUM_ONE_RPC_URL \
--set mainnet_rpc_config_values.zora_rpc_url=$MAINNET_OPERATOR_V1_ZORA_RPC_URL \
--set mainnet_rpc_config_values.base_rpc_url=$MAINNET_OPERATOR_V1_BASE_RPC_URL \
--set mainnet_rpc_config_values.linea_rpc_url=$MAINNET_OPERATOR_V1_LINEA_RPC_URL \
\
--set mainnet_rpc_config_values.private_key=$MAINNET_OPERATOR_V1_PRIVATE_KEY \
--set mainnet_rpc_config_values.address=$MAINNET_OPERATOR_V1_MAINNET_V1_WALLET_ADDRESS \
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/mainnet/deploy-v2-operator/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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}'
Expand Down

0 comments on commit e1187a5

Please sign in to comment.