Skip to content

Commit

Permalink
fix: remove 'local' from config path
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 21, 2025
1 parent 0817094 commit d473cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kurtosis_package/deployers/eigenlayer.star
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ EL_DEPLOY_ARGS_v0_4_2 = {
EL_DEPLOY_ARGS_v0_5_3 = {
"ref": "v0.5.3",
"script": "script/deploy/local/Deploy_From_Scratch.s.sol:DeployFromScratch",
"input": {"script/configs/local/": CONFIG_ARTIFACT_PLACEHOLDER},
"input": {"script/configs/": CONFIG_ARTIFACT_PLACEHOLDER},
"output": {
"eigenlayer_addresses": {
"path": "script/output/devnet/local_from_scratch_deployment_data.json",
Expand Down

0 comments on commit d473cc5

Please sign in to comment.