From 2585873d8ab221dea64e38340ce2a9f021c72674 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 21 Nov 2025 18:34:11 -0400 Subject: [PATCH] bin/deploy doesn't generate contracts or need a chain id --- bin/deploy | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/deploy b/bin/deploy index dd767b4..a183ab2 100755 --- a/bin/deploy +++ b/bin/deploy @@ -7,15 +7,9 @@ else DEV=0 fi -CHAIN_ID=${1:-11155111} # Defaults to Sepolia PROJECT=liquidity-party REMOTE=git.dxod.org/dexorder/dexorder -if [ "$BUILD" != "1" ] && [ "$CHAIN_ID" = "31337" ]; then - echo bin/deploy must specify a production chain ID - exit 1 -fi - if [ "$BUILD" != "1" ]; then if [ "$DEV" = "1" ]; then TAG="dev$(date +%Y%m%d%H%M%S)" @@ -32,7 +26,6 @@ else echo Building fi -bin/generate-contracts "$CHAIN_ID" || exit 1 npm run build || exit 1 if [ "$BUILD" != "1" ]; then