From 3a07c02df8107e6633664d872a598463401bb36f Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Tue, 14 May 2024 22:49:07 -0700 Subject: [PATCH] chore: allocate funds to contract deployer keystore account --- geth-poa/genesis.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geth-poa/genesis.json b/geth-poa/genesis.json index 5e43c164e0..46bdf12009 100644 --- a/geth-poa/genesis.json +++ b/geth-poa/genesis.json @@ -62,6 +62,9 @@ }, "0x57508f0B0f3426758F1f3D63ad4935a7c9383620": { "balance": "10000000000000000000000000000" + }, + "0xa51f13769d1466e0b5483cb719e89add8d615052": { + "balance": "10000000000000000000000000000" } } }