Fix Gwei value table (#1203)
This commit is contained in:
parent
f12c32a690
commit
f55499c0ba
|
@ -200,7 +200,7 @@ These configurations are updated for releases, but may be out of sync during `de
|
||||||
### Gwei values
|
### Gwei values
|
||||||
|
|
||||||
| Name | Value |
|
| Name | Value |
|
||||||
| - | - | :-: |
|
| - | - |
|
||||||
| `MIN_DEPOSIT_AMOUNT` | `Gwei(2**0 * 10**9)` (= 1,000,000,000) |
|
| `MIN_DEPOSIT_AMOUNT` | `Gwei(2**0 * 10**9)` (= 1,000,000,000) |
|
||||||
| `MAX_EFFECTIVE_BALANCE` | `Gwei(2**5 * 10**9)` (= 32,000,000,000) |
|
| `MAX_EFFECTIVE_BALANCE` | `Gwei(2**5 * 10**9)` (= 32,000,000,000) |
|
||||||
| `EJECTION_BALANCE` | `Gwei(2**4 * 10**9)` (= 16,000,000,000) |
|
| `EJECTION_BALANCE` | `Gwei(2**4 * 10**9)` (= 16,000,000,000) |
|
||||||
|
|
Loading…
Reference in New Issue