Skip to content

Commit

Permalink
Update test/scripts/config_kurtosis_for_local_run.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Negovanović <[email protected]>
  • Loading branch information
joanestebanr and Stefan-Ethernal committed Jul 25, 2024
1 parent 19dab0c commit f499b7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/scripts/config_kurtosis_for_local_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,13 @@ cat << EOF
"--custom-network-file", "$DEST/local_config/genesis.json"
]
},
EOF
"type": "go",
"request": "launch",
"mode": "auto",
"program": "cmd/",
"args":["run","-cfg","$DEST/test.kurtosis.toml",
"--components", "sequence-sender",
"--custom-network-file", "$DEST/local_config/genesis.json"
]
},

0 comments on commit f499b7f

Please sign in to comment.