Skip to content

Commit c9072f6

Browse files
authored
chore: Upgrade Relayers to latest (#7175)
Co-authored-by: Danil Nemirovsky <4614623+ameten@users.noreply.github.com>
1 parent ed05058 commit c9072f6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ const hyperlane: RootAgentConfig = {
863863
rpcConsensusType: RpcConsensusType.Fallback,
864864
docker: {
865865
repo,
866-
tag: '7940322-20251007-112427',
866+
tag: 'ed05058-20251008-172529',
867867
},
868868
blacklist,
869869
gasPaymentEnforcement: gasPaymentEnforcement,
@@ -909,7 +909,7 @@ const releaseCandidate: RootAgentConfig = {
909909
rpcConsensusType: RpcConsensusType.Fallback,
910910
docker: {
911911
repo,
912-
tag: '7940322-20251007-112427',
912+
tag: 'ed05058-20251008-172529',
913913
},
914914
blacklist,
915915
// We're temporarily (ab)using the RC relayer as a way to increase
@@ -953,7 +953,7 @@ const neutron: RootAgentConfig = {
953953
rpcConsensusType: RpcConsensusType.Fallback,
954954
docker: {
955955
repo,
956-
tag: '3d13493-20251007-100258',
956+
tag: 'ed05058-20251008-172529',
957957
},
958958
blacklist,
959959
gasPaymentEnforcement,

typescript/infra/config/environments/testnet4/agent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const hyperlane: RootAgentConfig = {
359359
rpcConsensusType: RpcConsensusType.Fallback,
360360
docker: {
361361
repo,
362-
tag: '3d13493-20251007-100258',
362+
tag: 'ed05058-20251008-172529',
363363
},
364364
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
365365
gasPaymentEnforcement,
@@ -404,7 +404,7 @@ const releaseCandidate: RootAgentConfig = {
404404
rpcConsensusType: RpcConsensusType.Fallback,
405405
docker: {
406406
repo,
407-
tag: '3d13493-20251007-100258',
407+
tag: 'ed05058-20251008-172529',
408408
},
409409
blacklist: relayBlacklist,
410410
gasPaymentEnforcement,

0 commit comments

Comments
 (0)