Skip to content

Commit

Permalink
chore: treasure fix relayer images (#5003)
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 13, 2024
1 parent e3bd8bc commit 7ceb81d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c351026-20241212-172408',
tag: 'e6fdcc4-20241213-124201',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand Down Expand Up @@ -538,7 +538,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '4cb2c9a-20241205-142854',
tag: 'e6fdcc4-20241213-124201',
},
blacklist,
// We're temporarily (ab)using the RC relayer as a way to increase
Expand Down
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'bb4e82b-20241107-190434',
tag: 'e6fdcc4-20241213-124201',
},
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
gasPaymentEnforcement,
Expand Down Expand Up @@ -265,7 +265,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '5a0d68b-20240916-144115',
tag: 'e6fdcc4-20241213-124201',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
blacklist: relayBlacklist,
Expand Down

0 comments on commit 7ceb81d

Please sign in to comment.