Skip to content

Commit

Permalink
chore: update agent images
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Mar 14, 2024
1 parent 9061c84 commit d8c8437
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const hyperlane: RootAgentConfig = {
docker: {
repo,
// Includes Cosmos block-by-block indexing.
tag: 'c2bf423-20240308-164604',
tag: 'ae0990a-20240313-215426',
},
gasPaymentEnforcement: [
// Temporary measure to ensure all inEVM warp route messages are delivered -
Expand Down Expand Up @@ -169,7 +169,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '9736164-20240307-131918',
tag: 'ae0990a-20240313-215426',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -178,7 +178,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '54aeb64-20240206-163119',
tag: 'ae0990a-20240313-215426',
},
},
};
Expand All @@ -192,7 +192,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '9736164-20240307-131918',
tag: 'ae0990a-20240313-215426',
},
whitelist: releaseCandidateHelloworldMatchingList,
gasPaymentEnforcement,
Expand All @@ -204,7 +204,7 @@ const releaseCandidate: RootAgentConfig = {
validators: {
docker: {
repo,
tag: '9736164-20240307-131918',
tag: 'ae0990a-20240313-215426',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.ReleaseCandidate),
Expand All @@ -229,7 +229,7 @@ const neutron: RootAgentConfig = {
docker: {
repo,
// Includes Cosmos block-by-block indexing.
tag: '9736164-20240307-131918',
tag: 'ae0990a-20240313-215426',
},
gasPaymentEnforcement: [
{
Expand Down
10 changes: 5 additions & 5 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '7d1f975-20240312-113101',
tag: 'ae0990a-20240313-215426',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down Expand Up @@ -127,15 +127,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '7d1f975-20240312-113101',
tag: 'ae0990a-20240313-215426',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '7d1f975-20240312-113101',
tag: 'ae0990a-20240313-215426',
},
},
};
Expand All @@ -149,7 +149,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '7d1f975-20240312-113101',
tag: 'ae0990a-20240313-215426',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
gasPaymentEnforcement,
Expand All @@ -159,7 +159,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '7d1f975-20240312-113101',
tag: 'ae0990a-20240313-215426',
},
chains: validatorChainConfig(Contexts.ReleaseCandidate),
},
Expand Down

0 comments on commit d8c8437

Please sign in to comment.