From 32c36608cf138da26800f7532600dd81ca859e4b Mon Sep 17 00:00:00 2001 From: Ji Hwan Date: Fri, 22 Mar 2024 16:12:26 +0900 Subject: [PATCH] feat: use args for explorers --- main.star | 4 ++-- params.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/main.star b/main.star index 4e8c99a88..c8543009a 100644 --- a/main.star +++ b/main.star @@ -319,8 +319,8 @@ def run(plan, args): "ETHEREUM_FORCE_UPDATE_GLOBAL_EXIT_ROOT": "true", "ETHEREUM_PROOF_OF_EFFICIENCY_CONTRACT_ADDRESS": polygon_zkevm_address, "ETHEREUM_ROLLUP_MANAGER_ADDRESS": rollup_manager_address, - "ETHEREUM_EXPLORER_URL": "https://sepolia.etherscan.io/", - "POLYGON_ZK_EVM_EXPLORER_URL": "https://sepolia.etherscan.io/", + "ETHEREUM_EXPLORER_URL": args["ethereum_explorer"], + "POLYGON_ZK_EVM_EXPLORER_URL": args["polygon_zkevm_explorer"], "POLYGON_ZK_EVM_NETWORK_ID": "1", "ENABLE_FIAT_EXCHANGE_RATES": "false", "ENABLE_OUTDATED_NETWORK_MODAL": "false", diff --git a/params.yml b/params.yml index 909564235..09b62f138 100644 --- a/params.yml +++ b/params.yml @@ -112,6 +112,7 @@ l1_rpc_url: http://el-1-geth-lighthouse:8545 l1_ws_url: ws://el-1-geth-lighthouse:8546 # TODO: If we need to fund the aggregator, sequencer, and admin accounts for posting batches.. How much should we prefund?? l1_funding_amount: 100ether +ethereum_explorer: "https://sepolia.etherscan.io/" # L2 configuration. zkevm_deployment_salt: "0x0000000000000000000000000000000000000000000000000000000000000001" @@ -123,6 +124,7 @@ zkevm_da_protocol: PolygonDataCommittee zkevm_rollup_description: kurtosis devnet zkevm_rollup_name: kurtosis-test zkevm_rollup_real_verifier: false +polygon_zkevm_explorer: "https://sepolia.etherscan.io/" # If this is true, we will automatically deploy an ERC20 contract on # L1 to be used at the gasTokenAddress