Skip to content

Commit

Permalink
add json logs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Oct 30, 2024
1 parent 4f390a1 commit 0004b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fi
export MEV_COMMIT_BLOCK_TRACKER_ADDR=$(echo "${contracts_json}" | jq -r '.BlockTracker')
export MEV_COMMIT_BIDDER_REGISTRY_ADDR=$(echo "${contracts_json}" | jq -r '.BidderRegistry')
export MEV_COMMIT_PRECONF_ADDR=$(echo "${contracts_json}" | jq -r '.PreconfManager')
export MEV_COMMIT_LOG_FMT="${MEV_COMMIT_LOG_FMT:-json}"

# Check if PRIVATE_KEY_BIDDER is set
if [ -z "${PRIVATE_KEY_BIDDER}" ]; then
Expand Down

0 comments on commit 0004b95

Please sign in to comment.