We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5469e63 commit 56bf7a7Copy full SHA for 56bf7a7
packages/bridge-status-controller/src/utils/validators.ts
@@ -59,7 +59,7 @@ export const validateStatusResponse = (
59
status: string(),
60
bridge: optional(string()),
61
srcChain: SrcChainSchema,
62
- destChain: DestChainStatusSchema,
+ destChain: optional(DestChainStatusSchema),
63
isExpectedToken: optional(boolean()),
64
isUnrecognizedRouterAddress: optional(boolean()),
65
refuel: optional(RefuelStatusResponseSchema),
0 commit comments