Skip to content

Commit

Permalink
update agents + keyfunder
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Dec 16, 2024
1 parent 05e90bc commit 5236070
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
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 @@ -546,7 +546,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'd1bb448-20241216-173547',
tag: '05e90bc-20241216-180035',
},
blacklist,
gasPaymentEnforcement: gasPaymentEnforcement,
Expand All @@ -556,7 +556,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: 'd1bb448-20241216-173547',
tag: '05e90bc-20241216-180035',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -566,7 +566,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'd1bb448-20241216-173547',
tag: '05e90bc-20241216-180035',
},
resources: scraperResources,
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet3/funding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const keyFunderConfig: KeyFunderConfig<
> = {
docker: {
repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo',
tag: 'd1bb448-20241216-173140',
tag: '05e90bc-20241216-180025',
},
// We're currently using the same deployer/key funder key as mainnet2.
// To minimize nonce clobbering we offset the key funder cron
Expand Down
20 changes: 10 additions & 10 deletions typescript/infra/config/environments/mainnet3/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1376,15 +1376,15 @@ export const validatorChainConfig = (
),
},

fractal: {
interval: 5,
reorgPeriod: getReorgPeriod('fractal'),
validators: validatorsConfig(
{
[Contexts.Hyperlane]: ['0x3476c9652d3371bb01bbb4962516fffee5e73754'],
},
'fractal',
),
},
// fractal: {
// interval: 5,
// reorgPeriod: getReorgPeriod('fractal'),
// validators: validatorsConfig(
// {
// [Contexts.Hyperlane]: ['0x3476c9652d3371bb01bbb4962516fffee5e73754'],
// },
// 'fractal',
// ),
// },
};
};

0 comments on commit 5236070

Please sign in to comment.