From f9cf391b7ffea8c9ded627d6c3616f8a3c449b3a Mon Sep 17 00:00:00 2001 From: aryansonid Date: Fri, 13 Mar 2026 13:26:40 +0530 Subject: [PATCH] feat: updated genesis.json --- genesis.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 genesis.json diff --git a/genesis.json b/genesis.json new file mode 100644 index 0000000000..9cd8227993 --- /dev/null +++ b/genesis.json @@ -0,0 +1,21 @@ +{ + "config": { + "chainId": 1234, + "homesteadBlock": 0, + "eip150Block": 0, + "eip155Block": 0, + "eip158Block": 0, + "byzantiumBlock": 0, + "constantinopleBlock": 0, + "petersburgBlock": 0, + "istanbulBlock": 0, + "ethash": {} + }, + "difficulty": "0x1", + "gasLimit": "0x7a1200", + "alloc": { + "ca6b49ee60cdd276ab503fbd6fb80a3cfbc06ffc": { "balance": "100000000000000000000" }, + "ab52b2c71f61cd9447a932c0cb55d1752571dab8": { "balance": "100000000000000000000" }, + "7e8F7263f8888dBA66E3474BAE72d51b545de0a2": { "balance": "100000000000000000000" } + } + } \ No newline at end of file