Skip to content

Commit

Permalink
changing additional script command
Browse files Browse the repository at this point in the history
  • Loading branch information
githubdoramon committed Sep 13, 2023
1 parent 327f350 commit ac7614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zksync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"verify": "hardhat run src/verify.ts",
"deploy-testnet-paymaster": "ts-node src/deployTestnetPaymaster.ts",
"deploy-force-deploy-upgrader": "ts-node src/deployForceDeployUpgrader.ts",
"publish-bridge-preimages": "hardhat run src/publish-bridge-preimages.ts",
"publish-bridge-preimages": "ts-node src/publish-bridge-preimages.ts",
"deploy-l2-weth": "ts-node src/deployL2Weth.ts",
"upgrade-l2-erc20-contract": "ts-node src/upgradeL2BridgeImpl.ts"
},
Expand Down

0 comments on commit ac7614c

Please sign in to comment.