We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c331e commit 92bbdc6Copy full SHA for 92bbdc6
1 file changed
typescript/cli/src/tests/ethereum/commands/warp.ts
@@ -630,6 +630,8 @@ export function generateWarpConfigs(
630
TokenType.crossCollateral,
631
// Requires a real OFT contract, can't be generated randomly
632
TokenType.collateralOft,
633
+ // Requires destinationConfigs, can't be generated randomly
634
+ TokenType.collateralDepositAddress,
635
// Forward-compatibility placeholder, not deployable
636
TokenType.unknown,
637
]);
0 commit comments