Skip to content

Commit

Permalink
Deploy relayer balance metrics (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu authored Dec 5, 2023
1 parent 36de5bc commit e791336
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: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
gasPaymentEnforcement,
},
validators: {
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.Hyperlane),
Expand All @@ -59,7 +59,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
},
};
Expand All @@ -72,7 +72,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
// whitelist: releaseCandidateHelloworldMatchingList,
gasPaymentEnforcement,
Expand All @@ -84,7 +84,7 @@ const releaseCandidate: RootAgentConfig = {
validators: {
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
rpcConsensusType: RpcConsensusType.Quorum,
chains: validatorChainConfig(Contexts.ReleaseCandidate),
Expand All @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
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: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
blacklist: [
...releaseCandidateHelloworldMatchingList,
Expand All @@ -67,15 +67,15 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
chains: validatorChainConfig(Contexts.Hyperlane),
},
scraper: {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
},
};
Expand All @@ -88,7 +88,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
whitelist: [...releaseCandidateHelloworldMatchingList],
gasPaymentEnforcement,
Expand All @@ -101,7 +101,7 @@ const releaseCandidate: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
chains: validatorChainConfig(Contexts.ReleaseCandidate),
},
Expand All @@ -120,7 +120,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'f44589e-20231130-114734',
tag: '36de5bc-20231205-145629',
},
gasPaymentEnforcement,
transactionGasLimit: 750000,
Expand Down

0 comments on commit e791336

Please sign in to comment.