Skip to content

Commit 20272dc

Browse files
authored
chore: update mainnet & testnet images (#7193)
1 parent 281a6ea commit 20272dc

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 6 additions & 6 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: 'ed05058-20251008-172529',
866+
tag: '5847e5d-20251013-130711',
867867
},
868868
blacklist,
869869
gasPaymentEnforcement: gasPaymentEnforcement,
@@ -883,7 +883,7 @@ const hyperlane: RootAgentConfig = {
883883
validators: {
884884
docker: {
885885
repo,
886-
tag: '7940322-20251007-112427',
886+
tag: '5847e5d-20251013-130711',
887887
},
888888
rpcConsensusType: RpcConsensusType.Quorum,
889889
chains: validatorChainConfig(Contexts.Hyperlane),
@@ -894,7 +894,7 @@ const hyperlane: RootAgentConfig = {
894894
rpcConsensusType: RpcConsensusType.Fallback,
895895
docker: {
896896
repo,
897-
tag: '7940322-20251007-112427',
897+
tag: '5847e5d-20251013-130711',
898898
},
899899
resources: scraperResources,
900900
},
@@ -909,7 +909,7 @@ const releaseCandidate: RootAgentConfig = {
909909
rpcConsensusType: RpcConsensusType.Fallback,
910910
docker: {
911911
repo,
912-
tag: 'ed05058-20251008-172529',
912+
tag: '5847e5d-20251013-130711',
913913
},
914914
blacklist,
915915
// We're temporarily (ab)using the RC relayer as a way to increase
@@ -932,7 +932,7 @@ const releaseCandidate: RootAgentConfig = {
932932
validators: {
933933
docker: {
934934
repo,
935-
tag: '7940322-20251007-112427',
935+
tag: '5847e5d-20251013-130711',
936936
},
937937
rpcConsensusType: RpcConsensusType.Quorum,
938938
chains: validatorChainConfig(Contexts.ReleaseCandidate),
@@ -953,7 +953,7 @@ const neutron: RootAgentConfig = {
953953
rpcConsensusType: RpcConsensusType.Fallback,
954954
docker: {
955955
repo,
956-
tag: 'ed05058-20251008-172529',
956+
tag: '5847e5d-20251013-130711',
957957
},
958958
blacklist,
959959
gasPaymentEnforcement,

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

Lines changed: 7 additions & 7 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: 'ed05058-20251008-172529',
362+
tag: '5847e5d-20251013-130711',
363363
},
364364
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
365365
gasPaymentEnforcement,
@@ -380,7 +380,7 @@ const hyperlane: RootAgentConfig = {
380380
rpcConsensusType: RpcConsensusType.Fallback,
381381
docker: {
382382
repo,
383-
tag: '878301a-20250923-145330',
383+
tag: '5847e5d-20251013-130711',
384384
},
385385
chains: validatorChainConfig(Contexts.Hyperlane),
386386
resources: validatorResources,
@@ -389,7 +389,7 @@ const hyperlane: RootAgentConfig = {
389389
rpcConsensusType: RpcConsensusType.Fallback,
390390
docker: {
391391
repo,
392-
tag: '878301a-20250923-145330',
392+
tag: '5847e5d-20251013-130711',
393393
},
394394
resources: scraperResources,
395395
},
@@ -404,7 +404,7 @@ const releaseCandidate: RootAgentConfig = {
404404
rpcConsensusType: RpcConsensusType.Fallback,
405405
docker: {
406406
repo,
407-
tag: 'ed05058-20251008-172529',
407+
tag: '5847e5d-20251013-130711',
408408
},
409409
blacklist: relayBlacklist,
410410
gasPaymentEnforcement,
@@ -425,7 +425,7 @@ const releaseCandidate: RootAgentConfig = {
425425
rpcConsensusType: RpcConsensusType.Fallback,
426426
docker: {
427427
repo,
428-
tag: 'e5e9700-20250909-164323',
428+
tag: '5847e5d-20251013-130711',
429429
},
430430
chains: validatorChainConfig(Contexts.ReleaseCandidate),
431431
resources: validatorResources,
@@ -452,7 +452,7 @@ const neutron: RootAgentConfig = {
452452
rpcConsensusType: RpcConsensusType.Fallback,
453453
docker: {
454454
repo,
455-
tag: '62ec77a-20250827-085602',
455+
tag: '5847e5d-20251013-130711',
456456
},
457457
blacklist: relayBlacklist,
458458
gasPaymentEnforcement,
@@ -473,7 +473,7 @@ const neutron: RootAgentConfig = {
473473
rpcConsensusType: RpcConsensusType.Fallback,
474474
docker: {
475475
repo,
476-
tag: '62ec77a-20250827-085602',
476+
tag: '5847e5d-20251013-130711',
477477
},
478478
chains: validatorChainConfig(Contexts.ReleaseCandidate),
479479
resources: validatorResources,

0 commit comments

Comments
 (0)