From 877d9a7c06fb31156ecdcb68d52aaa5da10d8945 Mon Sep 17 00:00:00 2001 From: Olga Kanishcheva Date: Fri, 11 Oct 2024 10:34:18 +0400 Subject: [PATCH] OP-5918: edit blockchain info schema --- src/services/BlockchainService/schemas/infoSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/BlockchainService/schemas/infoSchema.ts b/src/services/BlockchainService/schemas/infoSchema.ts index 0294e8a..fada799 100644 --- a/src/services/BlockchainService/schemas/infoSchema.ts +++ b/src/services/BlockchainService/schemas/infoSchema.ts @@ -13,7 +13,7 @@ const infoSchema = z.object({ swapExecutorContractAddress: z.string(), libValidatorContractAddress: z.string().optional(), exchangeContractAddress: z.string(), - spvContractAddress: z.string(), + spvContractAddress: z.string().optional(), oracleContractAddress: z.string(), matcherAddress: z.string(), orderFeePercent: z.number(),