update getEnvironment schema

This commit is contained in:
TheJuze
2023-11-10 14:01:35 +03:00
parent 37bd1d98a2
commit 84f09223f9
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ const environmentResponseSchema = z.object({
OrionV3Factory: evmAddressSchema,
OrionV2Factory: evmAddressSchema,
OrionV3NFTManager: evmAddressSchema,
SwapRouter: evmAddressSchema,
SwapRouterV3: evmAddressSchema,
OrionFarmV3: evmAddressSchema,
OrionFarmV2: evmAddressSchema,
OrionVoting: evmAddressSchema,