From 840fdbe0db1ba6147c2af0b2a521e5eb12abcbca Mon Sep 17 00:00:00 2001 From: Seth Feibus Date: Fri, 29 Apr 2022 14:28:20 -0400 Subject: [PATCH] Allow sales on rinkeby --- sale.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale.schema.json b/sale.schema.json index 0eb325d..9ba62bb 100644 --- a/sale.schema.json +++ b/sale.schema.json @@ -5,7 +5,7 @@ "properties": { "chainId": { "type": "number", - "enum": [1, 3, 31337] + "enum": [1, 3, 4, 31337] }, "saleId": { "type": "string",