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 3e1b46a commit 8e88fc5Copy full SHA for 8e88fc5
src/mappings/poktroll/suppliers.ts
@@ -317,7 +317,7 @@ async function _handleSupplierUnbondingEndEvent(
317
// but alpha has still events without this
318
logger.error(`[handleSupplierUnbondingEndEvent] unbonding_end_height not found`);
319
} else {
320
- supplier.unstakingEndBlockId = BigInt((unbondingHeight as unknown as string).replaceAll("\"", ""));
+ supplier.unstakingEndBlockId = unbondingHeight
321
}
322
323
if (!reason) {
0 commit comments