fix(oneshot): remove gasLimit override in redeemPositions — let ethers auto-estimate gas for Polygon

This commit is contained in:
direkturcrypto
2026-02-24 15:52:12 +07:00
parent bac4e320f5
commit 0c1e9f114c
-1
View File
@@ -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}`);