From 1ab69e773f362a3cebe033bd31957dddf491e035 Mon Sep 17 00:00:00 2001 From: mattkii <142337545+mattkii@users.noreply.github.com> Date: Sat, 12 Sep 2026 18:09:33 -0700 Subject: [PATCH 1/2] docs: add mainnet proposal 13 for Arachnid CREATE2 preinstall --- kiichain/proposals/proposal_13.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 kiichain/proposals/proposal_13.json diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_13.json new file mode 100644 index 0000000..396141d --- /dev/null +++ b/kiichain/proposals/proposal_13.json @@ -0,0 +1,20 @@ +{ + "messages": [ + { + "@type": "/cosmos.evm.vm.v1.MsgRegisterPreinstalls", + "authority": "kii10d07y265gmmuvt4z0w9aw880jnsr700jrff0qv", + "preinstalls": [ + { + "name": "Arachnid Deterministic Deployment Proxy", + "address": "0x4e59b44847b379578588920ca78fbf26c0b4956c", + "code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b80825250506014600cf3" + } + ] + } + ], + "metadata": "ipfs://CID", + "deposit": "3500000000000000000000akii", + "title": "Register Arachnid Deterministic Deployment Proxy", + "summary": "Preinstall Arachnid's CREATE2 factory at the canonical address 0x4e59b44847b379578588920ca78fbf26c0b4956c.\n\nThis is the standard deterministic deployment proxy used across EVM networks. Registering it via governance enables CREATE2 deployments at the same addresses as Ethereum (including the canonical ERC-4337 EntryPoint v0.7).\n\nVerified on Plata (devnet) before this mainnet proposal.", + "expedited": false +} From da78624b530cd17ca450ec5b3e57824083890031 Mon Sep 17 00:00:00 2001 From: Jhelison Uchoa Date: Wed, 16 Sep 2026 19:53:30 -0300 Subject: [PATCH 2/2] feat: update proposal 12 data and deposit amount --- kiichain/proposals/{proposal_13.json => proposal_12.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename kiichain/proposals/{proposal_13.json => proposal_12.json} (96%) diff --git a/kiichain/proposals/proposal_13.json b/kiichain/proposals/proposal_12.json similarity index 96% rename from kiichain/proposals/proposal_13.json rename to kiichain/proposals/proposal_12.json index 396141d..e320da7 100644 --- a/kiichain/proposals/proposal_13.json +++ b/kiichain/proposals/proposal_12.json @@ -13,7 +13,7 @@ } ], "metadata": "ipfs://CID", - "deposit": "3500000000000000000000akii", + "deposit": "20000000000000000000000akii", "title": "Register Arachnid Deterministic Deployment Proxy", "summary": "Preinstall Arachnid's CREATE2 factory at the canonical address 0x4e59b44847b379578588920ca78fbf26c0b4956c.\n\nThis is the standard deterministic deployment proxy used across EVM networks. Registering it via governance enables CREATE2 deployments at the same addresses as Ethereum (including the canonical ERC-4337 EntryPoint v0.7).\n\nVerified on Plata (devnet) before this mainnet proposal.", "expedited": false