Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr <[email protected]>
  • Loading branch information
deuszx and jalooc authored Oct 4, 2023
1 parent 32238c0 commit cee641d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"compile": "typechain-compiler --toolchain nightly-2023-08-10",
"compile:release": "typechain-compiler --release --toolchain nightly-2023-08-10",
"deploy:local": "source scripts/local_env && ts-node scripts/deploy.ts",
"createTokens:local": "source scripts/local_env && ts-node scripts/create_tokens.ts",
"addLiquidity:local": "source scripts/local_env && ts-node scripts/add_liquidity.ts",
"create-tokens-local": "source scripts/local_env && ts-node scripts/create_tokens.ts",
"add-liquidity-local": "source scripts/local_env && ts-node scripts/add_liquidity.ts",
"format": "prettier --write ."
},
"dependencies": {
Expand Down

0 comments on commit cee641d

Please sign in to comment.