Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/beacon_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MaxEffectiveBalanceInGwei uint64 = 32000000000
const BLSWithdrawalPrefixByte = byte(0)

// DefaultGasLimit sets gas limit used in validator registrations.
const DefaultGasLimit = 30_000_000
const DefaultGasLimit = 36_000_000

// BeaconRole type of the validator role for a specific duty
type BeaconRole uint64
Expand Down