updating folder location

This commit is contained in:
2025-11-14 14:36:56 -04:00
parent 1fa6d686f4
commit 1cb6c4852f

View File

@@ -16,7 +16,7 @@ if [ "$CHAIN_ID" = "31337" ]; then
METADATA_PATH=../lmsr-amm/liqp-deployments.json METADATA_PATH=../lmsr-amm/liqp-deployments.json
else else
ABI_PATH=../lmsr-amm/deployment/$CHAIN_ID/v1/out 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 fi
if [ ! -f "$ABI_PATH/IPartyPool.sol/IPartyPool.json" ]; then if [ ! -f "$ABI_PATH/IPartyPool.sol/IPartyPool.json" ]; then