From de3ff446517b87f3ac0ad322af3a2edc382bf13a Mon Sep 17 00:00:00 2001 From: Shawn <44221603+shaspitz@users.noreply.github.com> Date: Wed, 7 Feb 2024 17:55:46 -0800 Subject: [PATCH] fund 5 bridge emulator accounts on local l1 genesis --- geth-poa/local-l1/genesis.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/geth-poa/local-l1/genesis.json b/geth-poa/local-l1/genesis.json index db080da8ad..0776b89e60 100644 --- a/geth-poa/local-l1/genesis.json +++ b/geth-poa/local-l1/genesis.json @@ -44,6 +44,21 @@ }, "0x3fab184622dc19b6109349b94811493bf2a45362": { "balance": "10000000000000000000000" + }, + "0x0b1f1268f138aEEb12F54142B2359944904aaf6e": { + "balance": "10000000000000000000000" + }, + "0x9D58dB6c050E0E708b06c8e40aE803b5c0a793B0": { + "balance": "10000000000000000000000" + }, + "0x911FA3b5D45c1A5E6316830dd5B3fCcce1b421FF": { + "balance": "10000000000000000000000" + }, + "0xAA7E52aF3c86Aa8b617670347024e86C3b26bcd8": { + "balance": "10000000000000000000000" + }, + "0x72F17F6a137645B774c3a115530410732019fE84": { + "balance": "10000000000000000000000" } } }