Skip to content

Commit

Permalink
Deployments (#76)
Browse files Browse the repository at this point in the history
* mt-04

* mt-05

* prettier

* prettier again

* even prettier

* prettier

* new treasuries

* extend lookup table script

* create-treasuries ts version

* adds delegate treasuries script

* minor name improvement

* fix prettier

* increase CUs buffer

---------

Co-authored-by: matias martinez <matias@xlabs.xyz>
Co-authored-by: Brian Monroy <brian.gmonroy98@gmail.com>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent 0fe0bf0 commit 46c7aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/claim_sdk/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export class TokenDispenserProvider {
const cusPerPdaDerivation = 1500
return (maxBump - bump) * cusPerPdaDerivation
}
const safetyMargin = 1000
const safetyMargin = 10000
const ataCreationCost = 20460
//determined experimentally:
const ecosystemCUs = {
Expand Down

0 comments on commit 46c7aa0

Please sign in to comment.