From 7e9995d15a21c4353abf6ab6322c1542c74c9a02 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Mon, 27 May 2024 23:35:56 -0700 Subject: [PATCH] chore: add faucet account to genesis.json --- geth-poa/genesis.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/geth-poa/genesis.json b/geth-poa/genesis.json index 46bdf1200988..6f1e6e230831 100644 --- a/geth-poa/genesis.json +++ b/geth-poa/genesis.json @@ -65,6 +65,9 @@ }, "0xa51f13769d1466e0b5483cb719e89add8d615052": { "balance": "10000000000000000000000000000" + }, + "0x9a5a8ebd13951c8500c728c1982317a503b3e8ce": { + "balance": "10000000000000000000000000000" } } }