Skip to content

Commit 92bbdc6

Browse files
authored
fix(cli): exclude collateralDepositAddress from warp e2e tests (#8536)
1 parent 95c331e commit 92bbdc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • typescript/cli/src/tests/ethereum/commands

typescript/cli/src/tests/ethereum/commands/warp.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,8 @@ export function generateWarpConfigs(
630630
TokenType.crossCollateral,
631631
// Requires a real OFT contract, can't be generated randomly
632632
TokenType.collateralOft,
633+
// Requires destinationConfigs, can't be generated randomly
634+
TokenType.collateralDepositAddress,
633635
// Forward-compatibility placeholder, not deployable
634636
TokenType.unknown,
635637
]);

0 commit comments

Comments
 (0)