Skip to content

Commit

Permalink
chore: add undeliverable message to blacklist (#5066)
Browse files Browse the repository at this point in the history
### Description

<!--
What's included in this PR?
-->

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
daniel-savu authored Dec 22, 2024
1 parent d4cf968 commit ccba292
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,10 @@ const blacklistedMessageIds = [
// ETH/arbitrum-base-blast-bsc-ethereum-gnosis-lisk-mantle-mode-optimism-polygon-scroll-zeronetwork-zoramainnet
'0x229a832dfdfa23dfc27eb773e6b34e87f329067393f4f7b616251b3d7d52d294',
'0xcdfd5294e8b1253263908e1919d27675f80a2e9a3bb339b759810efdbb81faa5',

// txs between unenrolled routers of
// USDT/arbitrum-ethereum-mantle-mode-polygon-scroll-zeronetwork
'0x10159bf1b5b2142b882cb060d1da9f9123d82974ca265ba432138221e52c2a27',
];

// Blacklist matching list intended to be used by all contexts.
Expand Down

0 comments on commit ccba292

Please sign in to comment.