fix(oneshot): remove gasLimit override in redeemPositions — let ethers auto-estimate gas for Polygon
This commit is contained in:
@@ -273,7 +273,6 @@ export class RedeemEngine {
|
||||
ethers.constants.HashZero, // parentCollectionId = 0x000...
|
||||
item.conditionId,
|
||||
[1, 2], // indexSets: claim both outcomes (CTF discards the losing side)
|
||||
{ gasLimit: 300_000 },
|
||||
);
|
||||
|
||||
logger.info(`RedeemEngine: tx submitted | hash=${tx.hash}`);
|
||||
|
||||
Reference in New Issue
Block a user