Skip to content

Commit

Permalink
Merge branch 'main' into changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes authored Nov 22, 2023
2 parents 8e5a8da + 8db8fcd commit fd3ff05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion rust/config/mainnet3_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,8 @@
"mailbox": "0x2f2aFaE1139Ce54feFC03593FeE8AB2aDF4a85A7",
"validatorAnnounce": "0xd83A4F747fE80Ed98839e05079B1B7Fe037b1638",
"index": {
"from": 426670
"from": 426670,
"chunk": 999
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '2e1db12-20231025-013013',
tag: '1bee32a-20231121-121303',
},
gasPaymentEnforcement,
},
validators: {
docker: {
repo,
tag: '2e1db12-20231025-013013',
tag: '1bee32a-20231121-121303',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -58,7 +58,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '2e1db12-20231025-013013',
tag: '1bee32a-20231121-121303',
},
},
};
Expand Down
6 changes: 3 additions & 3 deletions 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: 'fd890d2-20231024-132022',
tag: '1bee32a-20231121-121303',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand All @@ -66,15 +66,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'fd890d2-20231024-132022',
tag: '1bee32a-20231121-121303',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'fd890d2-20231024-132022',
tag: '1bee32a-20231121-121303',
},
},
};
Expand Down

0 comments on commit fd3ff05

Please sign in to comment.