Skip to content

Commit

Permalink
fix: "Exception: Missing environment variable EL_PREMINE_ADDRS" (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <rafael@skyle.net>
  • Loading branch information
skylenet authored Oct 28, 2024
1 parent f8bdc46 commit 822c5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export SAMPLES_PER_SLOT="${SAMPLES_PER_SLOT:-8}"
export CUSTODY_REQUIREMENT="${CUSTODY_REQUIREMENT:-4}"
export DATA_COLUMN_SIDECAR_SUBNET_COUNT="${DATA_COLUMN_SIDECAR_SUBNET_COUNT:-128}"
export MAX_BLOBS_PER_BLOCK="${MAX_BLOBS_PER_BLOCK:-6}"
export EL_PREMINE_ADDRS="${EL_PREMINE_ADDRS:-"{}"}"
export ADDITIONAL_PRELOADED_CONTRACTS="${ADDITIONAL_PRELOADED_CONTRACTS:-"{}"}" # '{"0x123463a4B065722E99115D6c222f267d9cABb524": {"balance": "1ETH","code": "0x123465","storage": {},"nonce": 0,"secretKey": "0x"}}'
export EL_PREMINE_ADDRS="${EL_PREMINE_ADDRS:-{}}"
export ADDITIONAL_PRELOADED_CONTRACTS="${ADDITIONAL_PRELOADED_CONTRACTS:-{}}" # '{"0x123463a4B065722E99115D6c222f267d9cABb524": {"balance": "1ETH","code": "0x123465","storage": {},"nonce": 0,"secretKey": "0x"}}'

0 comments on commit 822c5b9

Please sign in to comment.