Add TBD for TTD and add the value to the configs
This commit is contained in:
parent
a48ea83ab8
commit
9ca8c592c5
|
@ -3,6 +3,12 @@
|
||||||
# Extends the mainnet preset
|
# Extends the mainnet preset
|
||||||
PRESET_BASE: 'mainnet'
|
PRESET_BASE: 'mainnet'
|
||||||
|
|
||||||
|
# Transition
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# TBD, 2**256-1 is a placeholder
|
||||||
|
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129639935
|
||||||
|
|
||||||
|
|
||||||
# Genesis
|
# Genesis
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# `2**14` (= 16,384)
|
# `2**14` (= 16,384)
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
# Extends the minimal preset
|
# Extends the minimal preset
|
||||||
PRESET_BASE: 'minimal'
|
PRESET_BASE: 'minimal'
|
||||||
|
|
||||||
|
# Transition
|
||||||
|
# ---------------------------------------------------------------
|
||||||
|
# TBD, 2**256-1 is a placeholder
|
||||||
|
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129639935
|
||||||
|
|
||||||
|
|
||||||
# Genesis
|
# Genesis
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# [customized]
|
# [customized]
|
||||||
|
|
|
@ -81,7 +81,7 @@ This patch adds transaction execution to the beacon chain as part of the Merge f
|
||||||
|
|
||||||
| Name | Value |
|
| Name | Value |
|
||||||
| - | - |
|
| - | - |
|
||||||
| `TERMINAL_TOTAL_DIFFICULTY` | `uint256(2**256 - 1)` |
|
| `TERMINAL_TOTAL_DIFFICULTY` | **TBD** |
|
||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue