Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Mar 7, 2024
1 parent 95cfffe commit 2550080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/infra/config/environments/mainnet2/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const hyperlane: RootAgentConfig = {
connectionType: AgentConnectionType.HttpFallback,
docker: {
repo,
tag: '42d50c6-20240221-113013',
tag: 'e5defad-20240307-100803',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down Expand Up @@ -171,7 +171,7 @@ const releaseCandidate: RootAgentConfig = {
connectionType: AgentConnectionType.HttpFallback,
docker: {
repo,
tag: '35fdc74-20230913-104940',
tag: 'e5defad-20240307-100803',
},
whitelist: releaseCandidateHelloworldMatchingList,
gasPaymentEnforcement,
Expand Down

0 comments on commit 2550080

Please sign in to comment.