Skip to content

Commit

Permalink
feat: add TIA and stTIA ATA payer observability (#4763)
Browse files Browse the repository at this point in the history
Adds TIA and stTIA ATA payer observability

<!--
Are there any minor or drive-by changes also included?
-->

<!--
- Fixes #[issue number here]
-->

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored and paulbalaji committed Oct 29, 2024
1 parent 35f7b1f commit ba193fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions typescript/infra/scripts/funding/fund-keys-from-deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ const sealevelAccountsToTrack: ChainMap<SealevelAccount[]> = {
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',
},
{
// TIA warp route ATA payer
pubkey: new PublicKey('AZs4Rw6H6YwJBKoHBCfChCitHnHvQcVGgrJwGh4bKmAf'),
walletName: 'TIA/eclipsemainnet-stride/ata-payer',
},
],
};

Expand Down

0 comments on commit ba193fc

Please sign in to comment.