Skip to content

Commit

Permalink
Merge branch 'main' into eddy/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong authored Nov 28, 2023
2 parents 5e45d23 + 3222a02 commit 7c7cc7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1bee32a-20231121-121303',
tag: '48feaf4-20231122-200632',
},
gasPaymentEnforcement,
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '1bee32a-20231121-121303',
tag: '48feaf4-20231122-200632',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand Down

0 comments on commit 7c7cc7e

Please sign in to comment.