Skip to content

Commit 70f210b

Browse files
authored
chore: update agent images (#7636)
1 parent cd94774 commit 70f210b

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
@@ -879,7 +879,7 @@ const hyperlane: RootAgentConfig = {
879879
rpcConsensusType: RpcConsensusType.Fallback,
880880
docker: {
881881
repo,
882-
tag: '26d9ace-20251216-085234',
882+
tag: 'cd94774-20251217-100437',
883883
},
884884
blacklist,
885885
gasPaymentEnforcement: gasPaymentEnforcement,
@@ -899,7 +899,7 @@ const hyperlane: RootAgentConfig = {
899899
validators: {
900900
docker: {
901901
repo,
902-
tag: '8e48387-20251216-085310',
902+
tag: 'cd94774-20251217-100437',
903903
},
904904
rpcConsensusType: RpcConsensusType.Quorum,
905905
chains: validatorChainConfig(Contexts.Hyperlane),
@@ -910,7 +910,7 @@ const hyperlane: RootAgentConfig = {
910910
rpcConsensusType: RpcConsensusType.Fallback,
911911
docker: {
912912
repo,
913-
tag: '26d9ace-20251216-085234',
913+
tag: 'cd94774-20251217-100437',
914914
},
915915
resources: scraperResources,
916916
},
@@ -925,7 +925,7 @@ const releaseCandidate: RootAgentConfig = {
925925
rpcConsensusType: RpcConsensusType.Fallback,
926926
docker: {
927927
repo,
928-
tag: '8e48387-20251216-085310',
928+
tag: 'cd94774-20251217-100437',
929929
},
930930
blacklist,
931931
// We're temporarily (ab)using the RC relayer as a way to increase
@@ -948,7 +948,7 @@ const releaseCandidate: RootAgentConfig = {
948948
validators: {
949949
docker: {
950950
repo,
951-
tag: '8e48387-20251216-085310',
951+
tag: 'cd94774-20251217-100437',
952952
},
953953
rpcConsensusType: RpcConsensusType.Quorum,
954954
chains: validatorChainConfig(Contexts.ReleaseCandidate),
@@ -969,7 +969,7 @@ const neutron: RootAgentConfig = {
969969
rpcConsensusType: RpcConsensusType.Fallback,
970970
docker: {
971971
repo,
972-
tag: '8e48387-20251216-085310',
972+
tag: 'cd94774-20251217-100437',
973973
},
974974
blacklist,
975975
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: '26d9ace-20251216-085234',
362+
tag: 'cd94774-20251217-100437',
363363
},
364364
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
365365
gasPaymentEnforcement,
@@ -380,7 +380,7 @@ const hyperlane: RootAgentConfig = {
380380
rpcConsensusType: RpcConsensusType.Fallback,
381381
docker: {
382382
repo,
383-
tag: 'b876079-20251210-171259',
383+
tag: 'cd94774-20251217-100437',
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: '26d9ace-20251216-085234',
392+
tag: 'cd94774-20251217-100437',
393393
},
394394
resources: scraperResources,
395395
},
@@ -404,7 +404,7 @@ const releaseCandidate: RootAgentConfig = {
404404
rpcConsensusType: RpcConsensusType.Fallback,
405405
docker: {
406406
repo,
407-
tag: 'fb1c63e-20251211-132905',
407+
tag: 'cd94774-20251217-100437',
408408
},
409409
blacklist: relayBlacklist,
410410
gasPaymentEnforcement,
@@ -425,7 +425,7 @@ const releaseCandidate: RootAgentConfig = {
425425
rpcConsensusType: RpcConsensusType.Fallback,
426426
docker: {
427427
repo,
428-
tag: '20c24dc-20251106-222459',
428+
tag: 'cd94774-20251217-100437',
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: '20c24dc-20251106-222459',
455+
tag: 'cd94774-20251217-100437',
456456
},
457457
blacklist: relayBlacklist,
458458
gasPaymentEnforcement,
@@ -473,7 +473,7 @@ const neutron: RootAgentConfig = {
473473
rpcConsensusType: RpcConsensusType.Fallback,
474474
docker: {
475475
repo,
476-
tag: '20c24dc-20251106-222459',
476+
tag: 'cd94774-20251217-100437',
477477
},
478478
chains: validatorChainConfig(Contexts.ReleaseCandidate),
479479
resources: validatorResources,

0 commit comments

Comments
 (0)