Skip to content

Commit ea7171a

Browse files
committed
increased gas
1 parent eb03481 commit ea7171a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/box/src/contracts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const METHOD_GAS_LIMITS = {
138138
leavePool: 150000,
139139
cancelJoinRequest: 100000,
140140
voteJoinRequest: 120000,
141-
claimRewards: 180000,
141+
claimRewards: 500000, // Increased from 180000 to handle token transfers
142142
createPool: 250000,
143143
} as const;
144144

0 commit comments

Comments
 (0)