-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth2util: new deposit message with amount #2822
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2822 +/- ##
==========================================
+ Coverage 53.14% 53.21% +0.07%
==========================================
Files 200 200
Lines 27705 27711 +6
==========================================
+ Hits 14723 14746 +23
+ Misses 11151 11132 -19
- Partials 1831 1833 +2 ☔ View full report in Codecov by Sentry. |
|
// Minimum allowed deposit amount (1ETH). | ||
MinValidatorAmount = eth2p0.Gwei(1000000000) | ||
|
||
// Maximum allowed deposit amount (32ETH). | ||
MaxValidatorAmount = eth2p0.Gwei(32000000000) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to update here after merging #2820
NewMessage
function that createsDepositMessage
to receive custom amount. Was 32ETH by default.category: feature
ticket: none