Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 13, 2024
1 parent 457b416 commit 78262bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/contract-deploy/create-cdk-erigon-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ echo_ts() {
echo -e "$green$timestamp$end_color $1" >&2
}

echo_ts "Creating cdk-erigon configuration files..."

# 1. Create cdk-erigon allocs file.
echo_ts "Creating dynamic-kurtosis-allocs.json..."

# Use jq to transform the genesis file into an allocs file for cdk-erigon.
jq_script='
.genesis | map({
Expand All @@ -38,7 +37,6 @@ echo_ts "- dynamic-kurtosis-allocs.json generated"


# 2. Create cdk-erigon config file.
echo_ts "Creating dynamic-kurtosis-conf.json..."
jq \
--null-input \
--slurpfile genesis /opt/zkevm/genesis.json \
Expand Down

0 comments on commit 78262bd

Please sign in to comment.