mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
Update DepositContractFlag
default to Medalla (#6853)
* Update medalla deposit contract address
This commit is contained in:
parent
593d3daf84
commit
d06dcd2eec
@ -17,7 +17,7 @@ var (
|
||||
DepositContractFlag = &cli.StringFlag{
|
||||
Name: "deposit-contract",
|
||||
Usage: "Deposit contract address. Beacon chain node will listen logs coming from the deposit contract to determine when validator is eligible to participate.",
|
||||
Value: "0x0F0F0fc0530007361933EaB5DB97d09aCDD6C1c8",
|
||||
Value: "0x07b39F4fDE4A38bACe212b546dAc87C58DfE3fDC", // Medalla deposit contract address.
|
||||
}
|
||||
// RPCHost defines the host on which the RPC server should listen.
|
||||
RPCHost = &cli.StringFlag{
|
||||
|
Loading…
Reference in New Issue
Block a user