From 1cb6c4852f67b10580172af782ab138ea3b1c756 Mon Sep 17 00:00:00 2001 From: surbhi Date: Fri, 14 Nov 2025 14:36:56 -0400 Subject: [PATCH] updating folder location --- bin/generate-contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-contracts b/bin/generate-contracts index d8fc7b8..1052ee6 100755 --- a/bin/generate-contracts +++ b/bin/generate-contracts @@ -16,7 +16,7 @@ if [ "$CHAIN_ID" = "31337" ]; then METADATA_PATH=../lmsr-amm/liqp-deployments.json else ABI_PATH=../lmsr-amm/deployment/$CHAIN_ID/v1/out - METADATA_PATH=../lmsr-amm/deployment/liqp-deployments.json + METADATA_PATH=../lmsr-amm/deployment/11155111/liqp-deployments.json fi if [ ! -f "$ABI_PATH/IPartyPool.sol/IPartyPool.json" ]; then