Skip to content

Commit

Permalink
update agent + add rootstock
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Oct 4, 2024
1 parent f32a1b2 commit 1171157
Showing 1 changed file with 6 additions and 6 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 @@ -106,7 +106,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
rari: true,
real: true,
redstone: true,
rootstock: false,
rootstock: true,
sanko: true,
scroll: true,
sei: true,
Expand Down Expand Up @@ -177,7 +177,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
rari: true,
real: true,
redstone: true,
rootstock: false,
rootstock: true,
sanko: true,
scroll: true,
sei: true,
Expand Down Expand Up @@ -251,7 +251,7 @@ export const hyperlaneContextAgentChainConfig: AgentChainConfig<
rari: true,
real: true,
redstone: true,
rootstock: false,
rootstock: true,
sanko: true,
scroll: true,
// Out of caution around pointer contracts (https://www.docs.sei.io/dev-interoperability/pointer-contracts) not being compatible
Expand Down Expand Up @@ -414,7 +414,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'b25821a-20241003-164055',
tag: '508b469-20241004-112705',
},
gasPaymentEnforcement: gasPaymentEnforcement,
metricAppContexts,
Expand All @@ -423,7 +423,7 @@ const hyperlane: RootAgentConfig = {
validators: {
docker: {
repo,
tag: 'b25821a-20241003-164055',
tag: '508b469-20241004-112705',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -433,7 +433,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'b25821a-20241003-164055',
tag: '508b469-20241004-112705',
},
resources: scraperResources,
},
Expand Down

0 comments on commit 1171157

Please sign in to comment.