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