Skip to content

Commit

Permalink
New agent release
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Nov 30, 2023
1 parent f44589e commit 74a069e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 @@ -43,14 +43,14 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
gasPaymentEnforcement,
},
validators: {
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -59,7 +59,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
},
};
Expand All @@ -72,7 +72,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
// whitelist: releaseCandidateHelloworldMatchingList,
gasPaymentEnforcement,
Expand All @@ -84,7 +84,7 @@ const releaseCandidate: RootAgentConfig = {
validators: {
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.ReleaseCandidate),
Expand All @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
gasPaymentEnforcement: [
{
Expand Down
12 changes: 6 additions & 6 deletions typescript/infra/config/environments/testnet4/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand All @@ -67,15 +67,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
},
};
Expand All @@ -88,7 +88,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
gasPaymentEnforcement,
Expand All @@ -101,7 +101,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
chains: validatorChainConfig(Contexts.ReleaseCandidate),
},
Expand All @@ -120,7 +120,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'c2288eb-20231129-115257',
tag: 'f44589e-20231130-114734',
},
gasPaymentEnforcement,
transactionGasLimit: 750000,
Expand Down

0 comments on commit 74a069e

Please sign in to comment.