Skip to content

Commit 154a727

Browse files
authored
fix: add CARR warp route blacklist messages (#7203)
1 parent 38569f8 commit 154a727

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

typescript/infra/config/environments/mainnet3/customBlacklist.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,10 @@ export const blacklistedMessageIds = [
179179
// 09/09/2025
180180
// Our own message on SVM that references our own relayer address
181181
'0x337d60f17842a6b152f52f41ead0fc6c5f944543a7f15b1c7d31e35dcb943309',
182+
183+
// CARR/carrchain
184+
// warp messages with 32 byte recipients and EVM destination domains
185+
'0x877abbed278c80fc9a343a0614ab253237d065846bc18a94863b0b9232ddcdde',
186+
'0xb583224a1cf26a7538d1c9ab411d7943462854a90e7d4d04503f77ff7666957e',
187+
'0x15a8a6a62dd4e2e7e4375726ffdb267f4c33a429f6cc94de40b32c9fe34b42ff',
182188
];

0 commit comments

Comments
 (0)