Skip to content

Commit 56bf7a7

Browse files
chore: validators
1 parent 5469e63 commit 56bf7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridge-status-controller/src/utils/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const validateStatusResponse = (
5959
status: string(),
6060
bridge: optional(string()),
6161
srcChain: SrcChainSchema,
62-
destChain: DestChainStatusSchema,
62+
destChain: optional(DestChainStatusSchema),
6363
isExpectedToken: optional(boolean()),
6464
isUnrecognizedRouterAddress: optional(boolean()),
6565
refuel: optional(RefuelStatusResponseSchema),

0 commit comments

Comments
 (0)