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 3ccca38 commit 4ef2bc6Copy full SHA for 4ef2bc6
packages/bridge-controller/src/utils/validators.ts
@@ -196,7 +196,7 @@ const RefuelDataSchema = StepSchema;
196
const DigitStringOrNumberSchema = union([TruthyDigitStringSchema, number()]);
197
198
// Intent support (e.g., CoW Swap EIP-712 order signing)
199
-const IntentProtocolSchema = enums(['cowswap']);
+const IntentProtocolSchema = string;
200
201
export const IntentOrderSchema = type({
202
// EIP-712 Order fields (subset required for signing/submission)
0 commit comments