Skip to content

Commit

Permalink
Up gas limit 10x
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 6, 2025
1 parent bb8cc92 commit bad1749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-js/src/CentrifugeBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ProxyType = string

const EVM_DISPATCH_PRECOMPILE = '0x0000000000000000000000000000000000000401'
const WEIGHT_PER_GAS = 25_000
const GAS_LIMIT_POV_SIZE_RATIO = 10
const GAS_LIMIT_POV_SIZE_RATIO = 40
const EVM_DISPATCH_OVERHEAD_GAS = 1_000_000

export type Config = {
Expand Down

0 comments on commit bad1749

Please sign in to comment.