mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 23:13:45 +00:00
partial override for sepolia
This commit is contained in:
parent
4a6c2eb08c
commit
e2acd14a9f
1 changed files with 1 additions and 19 deletions
|
|
@ -35,25 +35,7 @@ mevcommitsettlement:
|
||||||
reorgPeriod: 100 # Number: Blocks before a transaction has a near-zero chance of reverting
|
reorgPeriod: 100 # Number: Blocks before a transaction has a near-zero chance of reverting
|
||||||
estimateBlockTime: 1
|
estimateBlockTime: 1
|
||||||
|
|
||||||
|
# Partial override sepolia config for custom rpc
|
||||||
sepolia:
|
sepolia:
|
||||||
chainId: 11155111
|
|
||||||
domainId: 11155111
|
|
||||||
name: sepolia
|
|
||||||
protocol: ethereum
|
|
||||||
displayName: Sepolia
|
|
||||||
nativeToken:
|
|
||||||
name: Ether
|
|
||||||
symbol: ETH
|
|
||||||
decimals: 18
|
|
||||||
rpcUrls:
|
rpcUrls:
|
||||||
- http: https://eth-sepolia.g.alchemy.com/v2/a0wg_g1X-Wz4IeVA-0SS3PsQhbyQNjc_
|
- 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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue