Skip to content

Commit ae9e7de

Browse files
committed
chore: update agent images
1 parent 20c24dc commit ae9e7de

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
@@ -861,7 +861,7 @@ const hyperlane: RootAgentConfig = {
861861
rpcConsensusType: RpcConsensusType.Fallback,
862862
docker: {
863863
repo,
864-
tag: 'ba380c5-20251105-151141',
864+
tag: '20c24dc-20251106-222459',
865865
},
866866
blacklist,
867867
gasPaymentEnforcement: gasPaymentEnforcement,
@@ -881,7 +881,7 @@ const hyperlane: RootAgentConfig = {
881881
validators: {
882882
docker: {
883883
repo,
884-
tag: '3472d11-20251013-154821',
884+
tag: '20c24dc-20251106-222459',
885885
},
886886
rpcConsensusType: RpcConsensusType.Quorum,
887887
chains: validatorChainConfig(Contexts.Hyperlane),
@@ -892,7 +892,7 @@ const hyperlane: RootAgentConfig = {
892892
rpcConsensusType: RpcConsensusType.Fallback,
893893
docker: {
894894
repo,
895-
tag: 'f33549f-20251031-143100',
895+
tag: '20c24dc-20251106-222459',
896896
},
897897
resources: scraperResources,
898898
},
@@ -907,7 +907,7 @@ const releaseCandidate: RootAgentConfig = {
907907
rpcConsensusType: RpcConsensusType.Fallback,
908908
docker: {
909909
repo,
910-
tag: '85f3091-20251031-223623',
910+
tag: '20c24dc-20251106-222459',
911911
},
912912
blacklist,
913913
// We're temporarily (ab)using the RC relayer as a way to increase
@@ -930,7 +930,7 @@ const releaseCandidate: RootAgentConfig = {
930930
validators: {
931931
docker: {
932932
repo,
933-
tag: '3472d11-20251013-154821',
933+
tag: '20c24dc-20251106-222459',
934934
},
935935
rpcConsensusType: RpcConsensusType.Quorum,
936936
chains: validatorChainConfig(Contexts.ReleaseCandidate),
@@ -951,7 +951,7 @@ const neutron: RootAgentConfig = {
951951
rpcConsensusType: RpcConsensusType.Fallback,
952952
docker: {
953953
repo,
954-
tag: '3472d11-20251013-154821',
954+
tag: '20c24dc-20251106-222459',
955955
},
956956
blacklist,
957957
gasPaymentEnforcement,

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ const hyperlane: RootAgentConfig = {
356356
rpcConsensusType: RpcConsensusType.Fallback,
357357
docker: {
358358
repo,
359-
tag: 'ba380c5-20251105-151141',
359+
tag: '20c24dc-20251106-222459',
360360
},
361361
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
362362
gasPaymentEnforcement,
@@ -377,7 +377,7 @@ const hyperlane: RootAgentConfig = {
377377
rpcConsensusType: RpcConsensusType.Fallback,
378378
docker: {
379379
repo,
380-
tag: '3472d11-20251013-154821',
380+
tag: '20c24dc-20251106-222459',
381381
},
382382
chains: validatorChainConfig(Contexts.Hyperlane),
383383
resources: validatorResources,
@@ -386,7 +386,7 @@ const hyperlane: RootAgentConfig = {
386386
rpcConsensusType: RpcConsensusType.Fallback,
387387
docker: {
388388
repo,
389-
tag: 'f33549f-20251031-143100',
389+
tag: '20c24dc-20251106-222459',
390390
},
391391
resources: scraperResources,
392392
},
@@ -401,7 +401,7 @@ const releaseCandidate: RootAgentConfig = {
401401
rpcConsensusType: RpcConsensusType.Fallback,
402402
docker: {
403403
repo,
404-
tag: '448e701-20251030-214127',
404+
tag: '20c24dc-20251106-222459',
405405
},
406406
blacklist: relayBlacklist,
407407
gasPaymentEnforcement,
@@ -422,7 +422,7 @@ const releaseCandidate: RootAgentConfig = {
422422
rpcConsensusType: RpcConsensusType.Fallback,
423423
docker: {
424424
repo,
425-
tag: '3472d11-20251013-154821',
425+
tag: '20c24dc-20251106-222459',
426426
},
427427
chains: validatorChainConfig(Contexts.ReleaseCandidate),
428428
resources: validatorResources,
@@ -449,7 +449,7 @@ const neutron: RootAgentConfig = {
449449
rpcConsensusType: RpcConsensusType.Fallback,
450450
docker: {
451451
repo,
452-
tag: '448e701-20251030-214127',
452+
tag: '20c24dc-20251106-222459',
453453
},
454454
blacklist: relayBlacklist,
455455
gasPaymentEnforcement,
@@ -470,7 +470,7 @@ const neutron: RootAgentConfig = {
470470
rpcConsensusType: RpcConsensusType.Fallback,
471471
docker: {
472472
repo,
473-
tag: '3472d11-20251013-154821',
473+
tag: '20c24dc-20251106-222459',
474474
},
475475
chains: validatorChainConfig(Contexts.ReleaseCandidate),
476476
resources: validatorResources,

0 commit comments

Comments
 (0)