ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
202 stars 90 forks source link

Allow deposits greater than 32ETH #3278

Open pinebit opened 2 months ago

pinebit commented 2 months ago

🎯 Problem to be solved

Currently the maximum allowed deposit is 32 ETH both in create cluster and in dkg. We want to allow deposits larger than 32 ETH per validator. The maximum is to be set to 2048 ETH.

🛠️ Proposed solution

🧪 Tests