Skip to content

Commit

Permalink
chore: blacklist txs between unenrolled warp routers (#5058)
Browse files Browse the repository at this point in the history
### Description


### 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 20, 2024
1 parent 1f2945b commit 143b46e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,11 @@ const blacklistedMessageIds = [
// MAGIC/ethereum-treasure native funding txs
'0x9d51f4123be816cbaeef2e2b34a5760f633a7cb8a019fe16f88a3227cc22451e',
'0x663c221137028ceeeb102a98e48b362a7b48d626b93c88c7fdf1871a948b1223',

// txs between unenrolled routers of
// ETH/arbitrum-base-blast-bsc-ethereum-gnosis-lisk-mantle-mode-optimism-polygon-scroll-zeronetwork-zoramainnet
'0x229a832dfdfa23dfc27eb773e6b34e87f329067393f4f7b616251b3d7d52d294',
'0xcdfd5294e8b1253263908e1919d27675f80a2e9a3bb339b759810efdbb81faa5',
];

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

0 comments on commit 143b46e

Please sign in to comment.