Skip to content

Commit

Permalink
test: introduce use l1 gas token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Sep 17, 2024
1 parent 4c105a0 commit b6274f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/kurtosis_prepare_params_yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ mkdir -p $(dirname $DEST_KURTOSIS_PARAMS_YML)
cp $KURTOSIS_FOLDER/params.yml $DEST_KURTOSIS_PARAMS_YML
yq -Y --in-place ".args.cdk_node_image = \"cdk\"" $DEST_KURTOSIS_PARAMS_YML
yq -Y --in-place ".args.data_availability_mode = \"$DATA_AVAILABILITY_MODE\"" $DEST_KURTOSIS_PARAMS_YML
yq -Y --in-place ".args.zkevm_use_gas_token_contract" = true $USE_L1_GAS_TOKEN_CONTRACT

0 comments on commit b6274f2

Please sign in to comment.