mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
Merge pull request #12 from 0glabs/delegate-staking
set testnet delegation activation time
This commit is contained in:
commit
7c5bd265c7
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ var Defaults = Config{
|
|||
RPCEVMTimeout: 5 * time.Second,
|
||||
GPO: FullNodeGPO,
|
||||
RPCTxFeeCap: 1, // 1 ether
|
||||
OverrideDelegationActivation: func() *uint64 {
|
||||
var i uint64 = 1_749_902_400 // 2025-06-14 12:00:00 UTC
|
||||
return &i
|
||||
}(),
|
||||
}
|
||||
|
||||
//go:generate go run github.com/fjl/gencodec -type Config -formats toml -out gen_config.go
|
||||
|
|
|
|||
Loading…
Reference in a new issue