From a3a3f48f42240f1f70e450169726e47fe4e87c92 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 25 Oct 2024 17:49:21 +0100 Subject: [PATCH 1/3] feat: add TIA and stTIA ATA payer observability --- .../infra/scripts/funding/fund-keys-from-deployer.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts index d262e52c87..d0a9efb51b 100644 --- a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts +++ b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts @@ -138,6 +138,16 @@ const sealevelAccountsToTrack: ChainMap = { pubkey: new PublicKey('CijxTbPs9JZxTUfo8Hmz2imxzHtKnDFD3kZP3RPy34uJ'), walletName: 'SOL/eclipsemainnet-solanamainnet/ata-payer', }, + { + // stTIA warp route ATA payer + pubkey: new PublicKey('Bg3bAM3gEhdam5mbPqkiMi3mLZkoAieakMRdMHo6mbcn'), + walletName: 'stTIA/eclipsemainnet-stride/ata-payer', + }, + { + // stTIA warp route ATA payer + pubkey: new PublicKey('AZs4Rw6H6YwJBKoHBCfChCitHnHvQcVGgrJwGh4bKmAf'), + walletName: 'TIA/eclipsemainnet-stride/ata-payer', + }, ], }; From 25ae72793ef1b9289124d7e398bf1c32d22213d0 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 25 Oct 2024 17:49:56 +0100 Subject: [PATCH 2/3] nit --- typescript/infra/scripts/funding/fund-keys-from-deployer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts index d0a9efb51b..5eebaab1e5 100644 --- a/typescript/infra/scripts/funding/fund-keys-from-deployer.ts +++ b/typescript/infra/scripts/funding/fund-keys-from-deployer.ts @@ -144,7 +144,7 @@ const sealevelAccountsToTrack: ChainMap = { walletName: 'stTIA/eclipsemainnet-stride/ata-payer', }, { - // stTIA warp route ATA payer + // TIA warp route ATA payer pubkey: new PublicKey('AZs4Rw6H6YwJBKoHBCfChCitHnHvQcVGgrJwGh4bKmAf'), walletName: 'TIA/eclipsemainnet-stride/ata-payer', }, From 5f8853a45ee7cb0c542f399e29b602159a8d9805 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Mon, 28 Oct 2024 12:09:38 +0000 Subject: [PATCH 3/3] update image --- typescript/infra/config/environments/mainnet3/funding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/infra/config/environments/mainnet3/funding.ts b/typescript/infra/config/environments/mainnet3/funding.ts index e69298dc37..89e34339a9 100644 --- a/typescript/infra/config/environments/mainnet3/funding.ts +++ b/typescript/infra/config/environments/mainnet3/funding.ts @@ -10,7 +10,7 @@ export const keyFunderConfig: KeyFunderConfig< > = { docker: { repo: 'gcr.io/abacus-labs-dev/hyperlane-monorepo', - tag: '436988a-20241017-151047', + tag: '25ae727-20241025-165028', }, // We're currently using the same deployer/key funder key as mainnet2. // To minimize nonce clobbering we offset the key funder cron