We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db14cde commit 8affbb5Copy full SHA for 8affbb5
apps/box/src/contracts/config.ts
@@ -135,10 +135,10 @@ export const GAS_SETTINGS: Record<SupportedChain, {
135
// Contract method gas limits
136
export const METHOD_GAS_LIMITS = {
137
joinPool: 200000,
138
- leavePool: 550000,
+ leavePool: 850000,
139
cancelJoinRequest: 100000,
140
voteJoinRequest: 120000,
141
- claimRewards: 850000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
+ claimRewards: 1100000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
142
createPool: 250000,
143
} as const;
144
0 commit comments