From a51b50c3c5fe8f2659ae9180539a922f578189f8 Mon Sep 17 00:00:00 2001 From: Mohammed Hussan Date: Thu, 19 Dec 2024 17:46:46 +0000 Subject: [PATCH] feat(funding): Update desiredBalancePerChain for mainnet chains (#5051) ### Description - update desiredBalancePerChain inline with adjusted high urgency alerts that account for at least 2 days worth of transactions at current usage --- typescript/infra/config/environments/mainnet3/funding.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/infra/config/environments/mainnet3/funding.ts b/typescript/infra/config/environments/mainnet3/funding.ts index 81d1251723..e16bb07c90 100644 --- a/typescript/infra/config/environments/mainnet3/funding.ts +++ b/typescript/infra/config/environments/mainnet3/funding.ts @@ -46,7 +46,7 @@ export const keyFunderConfig: KeyFunderConfig< boba: '0.05', bsc: '5', bsquared: '0.002', - celo: '3', + celo: '4', cheesechain: '50', chilizmainnet: '200', conflux: '100', @@ -97,7 +97,7 @@ export const keyFunderConfig: KeyFunderConfig< polygon: '40', polygonzkevm: '0.5', polynomialfi: '0.05', - prom: '5', + prom: '18', proofofplay: '0.05', rarichain: '0.05', real: '0.1', @@ -119,7 +119,7 @@ export const keyFunderConfig: KeyFunderConfig< taiko: '0.2', tangle: '2', telos: '100', - treasure: '800', + treasure: '900', unichain: '0.05', // temporarily low until we're able to fund more vana: '0.001',