Skip to content

Commit

Permalink
feat(funding): Update desiredBalancePerChain for mainnet chains (#5051)
Browse files Browse the repository at this point in the history
### Description

- update desiredBalancePerChain inline with adjusted high urgency alerts
that account for at least 2 days worth of transactions at current usage
  • Loading branch information
Mo-Hussain authored Dec 19, 2024
1 parent 0e83758 commit a51b50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions typescript/infra/config/environments/mainnet3/funding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit a51b50c

Please sign in to comment.