Skip to content

Commit 93a3294

Browse files
authored
Merge pull request #1106 from input-output-hk/fix/LW-9732-submit-api-params
LW-9732 fix cardano-submit-api parameters typo
2 parents bdd3408 + 580ae98 commit 93a3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint:fix": "yarn lint --fix",
3838
"generate-migration": "typeorm-ts-node-commonjs migration:generate src/Projection/migrations/migrations -d src/migrationDataSource.ts",
3939
"mainnet:dev": "FILES='-f ../../compose/dev.yml -f dev.yml' yarn mainnet:up",
40-
"mainnet:up": "NETWORK=mainnet SUBMIT_API_ARGS=--mainnnet yarn compose:up",
40+
"mainnet:up": "NETWORK=mainnet SUBMIT_API_ARGS=--mainnet yarn compose:up",
4141
"mainnet:down": "NETWORK=mainnet yarn compose:down",
4242
"prepack": "yarn build",
4343
"preprod:dev": "FILES='-f ../../compose/dev.yml -f dev.yml' yarn preprod:up",

0 commit comments

Comments
 (0)