Skip to content

Commit

Permalink
add base mainnet genesis file
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Sep 19, 2024
1 parent e1b9aef commit e5bc92a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ public enum NetworkName {
CLASSIC("/classic.json", BigInteger.valueOf(1)),
/** Mordor network name. */
MORDOR("/mordor.json", BigInteger.valueOf(7)),
/** Optimims Mainnet network name. */

/** Optimism Mainnet network name. */
OP_MAINNET("/optimism-mainnet.json", BigInteger.valueOf(10L)),
/** Base Mainnet network name. */
BASE_MAINNET("/base-mainnet.json", BigInteger.valueOf(8453L)),
/** Optimism sepolia network name. */
OP_SEPOLIA("/optimism-sepolia.json", BigInteger.valueOf(11155420L));

Expand Down
1 change: 1 addition & 0 deletions config/src/main/resources/base-mainnet.json

Large diffs are not rendered by default.

0 comments on commit e5bc92a

Please sign in to comment.