From 926aa0016e4b71bcfdfab2f35ad21546b4e6985b Mon Sep 17 00:00:00 2001 From: Eric Downes Date: Thu, 16 Jan 2025 06:01:29 -0600 Subject: [PATCH] fixed i.c. for megaburn --- _posts/2025-01-15-issuance-dynamics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-01-15-issuance-dynamics.md b/_posts/2025-01-15-issuance-dynamics.md index 5afcd9a..a9229f9 100644 --- a/_posts/2025-01-15-issuance-dynamics.md +++ b/_posts/2025-01-15-issuance-dynamics.md @@ -438,7 +438,7 @@ crash, in which 99\% of present-day Ether will have been burned. ```python @dataclass class MegaBurnParams(SUaConstParams): - init_conds: ETH_Data = (('S', 120e6 * .4), ('U', 120e6 * .6)) + init_conds: ETH_Data = (('S', 1.2e6 * .4), ('U', 1.2e6 * .6)) tspan: tuple[Yr, Yr] = (0, 200) b: One = 1e-3 qs: 1/Yr = 2e-1