Skip to content

Commit

Permalink
deploy kf+agents
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji committed Nov 6, 2024
1 parent b8add3c commit 0cf7b2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 @@ -215,7 +215,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'aabb26d-20241106-134038',
tag: 'b8add3c-20241106-190246',
},
blacklist: [...releaseCandidateHelloworldMatchingList, ...relayBlacklist],
gasPaymentEnforcement,
Expand All @@ -237,7 +237,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'aabb26d-20241106-134038',
tag: 'b8add3c-20241106-190246',
},
chains: validatorChainConfig(Contexts.Hyperlane),
resources: validatorResources,
Expand All @@ -246,7 +246,7 @@ const hyperlane: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: 'aabb26d-20241106-134038',
tag: 'b8add3c-20241106-190246',
},
resources: scraperResources,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"holesky": {
"validators": ["0x7ab28ad88bb45867137ea823af88e2cb02359c03"]
},
"inksepolia": {
"validators": ["0xe61c846aee275070207fcbf43674eb254f06097a"]
},
"odysseytestnet": {
"validators": ["0xcc0a6e2d6aa8560b45b384ced7aa049870b66ea3"]
},
Expand Down Expand Up @@ -90,8 +93,5 @@
},
"unichaintestnet": {
"validators": ["0x5e99961cf71918308c3b17ef21b5f515a4f86fe5"]
},
"inksepolia": {
"validators": ["0xe61c846aee275070207fcbf43674eb254f06097a"]
}
}
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/testnet4/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: 'aabb26d-20241106-134029',
tag: 'b8add3c-20241106-190239',
},
// We're currently using the same deployer key as testnet2.
// To minimize nonce clobbering we offset the key funder cron
Expand Down

0 comments on commit 0cf7b2e

Please sign in to comment.