Skip to content

Commit

Permalink
increase CUs buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
solanoepalacio committed Apr 2, 2024
1 parent 9bff707 commit 8e0ecee
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 @@ -408,7 +408,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 8e0ecee

Please sign in to comment.