From e2acd14a9f9e18364c0618e52be05fd0cbe1631b Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Thu, 14 Dec 2023 00:34:34 -0800 Subject: [PATCH] partial override for sepolia --- geth-poa/hyperlane-deployer/chain-config.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/geth-poa/hyperlane-deployer/chain-config.yml b/geth-poa/hyperlane-deployer/chain-config.yml index ea3ca0db67..829b9ab2df 100644 --- a/geth-poa/hyperlane-deployer/chain-config.yml +++ b/geth-poa/hyperlane-deployer/chain-config.yml @@ -35,25 +35,7 @@ mevcommitsettlement: reorgPeriod: 100 # Number: Blocks before a transaction has a near-zero chance of reverting estimateBlockTime: 1 +# Partial override sepolia config for custom rpc sepolia: - chainId: 11155111 - domainId: 11155111 - name: sepolia - protocol: ethereum - displayName: Sepolia - nativeToken: - name: Ether - symbol: ETH - decimals: 18 rpcUrls: - http: https://eth-sepolia.g.alchemy.com/v2/a0wg_g1X-Wz4IeVA-0SS3PsQhbyQNjc_ - blockExplorers: - - name: Etherscan - url: https://sepolia.etherscan.io - apiUrl: https://api-sepolia.etherscan.io/api - family: etherscan - blocks: - confirmations: 1 - reorgPeriod: 2 - estimateBlockTime: 13 - isTestnet: true