Skip to content

Commit 122bca1

Browse files
committed
fix: cctp hook type random
1 parent 15d9e19 commit 122bca1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/mean-papayas-dance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@hyperlane-xyz/sdk": minor
33
---
44

5-
Added cctp hook type
5+
Added CCTP hook type

typescript/sdk/src/test/testUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ export const hookTypesToFilter: HookType[] = [
135135
HookType.CUSTOM,
136136
HookType.PREDICATE,
137137
HookType.CCIP,
138+
HookType.CCTP,
138139
HookType.UNKNOWN,
139140
];
140141
export const DEFAULT_TOKEN_DECIMALS = 18;

0 commit comments

Comments
 (0)