Skip to content

Commit

Permalink
chore: removed package json script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonCase committed Sep 8, 2024
1 parent 2e95188 commit ebf971f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"solhint": "solhint -w 0 'src/**/*.sol'",
"slither": "slither src",
"prepare": "husky",
"deploy-createx-l1": "forge script script/DeployCustomCreatex.s.sol --rpc-url $L1_RPC_URL --private-key $PRIVATE_KEY --slow --no-metadata",
"deploy-createx-l2": "forge script script/DeployCustomCreatex.s.sol --rpc-url $L2_RPC_URL --private-key $PRIVATE_KEY --slow --no-metadata",
"deploy-l1": "forge script script/deploy/deployAll.s.sol -f $L1_RPC_URL --private-key=$PRIVATE_KEY --slow",
"deploy-l2": "forge script script/deploy/deployAll.s.sol -f $L2_RPC_URL --private-key=$PRIVATE_KEY --slow",
"check-configs": "bun lzConfigCheck.cjs"
},
"devDependencies": {
"@layerzerolabs/lz-definitions": "^2.3.25",
Expand Down

0 comments on commit ebf971f

Please sign in to comment.