Skip to content

Commit

Permalink
chore: update relayer image (#5091)
Browse files Browse the repository at this point in the history
### Description

- update image in config to the current relayer image tag
- add USDC/ethereum-inevm test tx to blacklist
https://explorer.hyperlane.xyz/message/0x998746dc822dc15332b8683fb8a29aec22ed3e2f2fb8245c40f56303c5cb6032
top

### 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
-->

Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji authored Dec 30, 2024
1 parent e3f5a0a commit b09f97e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,10 @@ const blacklistedMessageIds = [
// txs between unenrolled routers of
// USDT/arbitrum-ethereum-mantle-mode-polygon-scroll-zeronetwork
'0x10159bf1b5b2142b882cb060d1da9f9123d82974ca265ba432138221e52c2a27',

// test tx when route was first deployed, no merkle tree insertion
// USDC/ethereum-inevm
'0x998746dc822dc15332b8683fb8a29aec22ed3e2f2fb8245c40f56303c5cb6032',
];

// Blacklist matching list intended to be used by all contexts.
Expand All @@ -618,7 +622,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '234704d-20241226-192528',
tag: 'f73dcc3-20241229-154524',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand Down

0 comments on commit b09f97e

Please sign in to comment.