From e0ae95845fb3e0fa2caafadefe889612b17a5542 Mon Sep 17 00:00:00 2001 From: Jhelison Uchoa Date: Thu, 30 Jul 2026 15:12:50 -0300 Subject: [PATCH] docs: fix proposal 8 value --- kiichain/proposals/proposal_8.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiichain/proposals/proposal_8.json b/kiichain/proposals/proposal_8.json index 5974864..fa90972 100644 --- a/kiichain/proposals/proposal_8.json +++ b/kiichain/proposals/proposal_8.json @@ -37,7 +37,7 @@ } ], "metadata": "ipfs://CID", - "deposit": "20000000000000000000000akii", + "deposit": "3500000000000000000000akii", "title": "Re-enable the distribution precompile on EVM", "summary": "This proposal re-enables the distribution precompile (0x0000000000000000000000000000000000000801) on the EVM active static precompiles list.\n\nIt was removed in proposal 6 as a temporary mitigation for a supply-inflation bug when a non-20-byte withdraw address was mirrored into the EVM StateDB. That bug is fixed in v7.3.0 via a 20-byte address codec guard on the precompile path, so the precompile can safely be restored.\n\nRe-enabling it restores EVM access to staking reward withdrawal, validator commission withdrawal, and community pool funding.", "expedited": false