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 ba8bb75 commit d7f9a7dCopy full SHA for d7f9a7d
src/mappings/helpers/helpers.ts
@@ -419,6 +419,8 @@ export function createOrLoadDelegatedStakeForProvision(
419
delegatedStake.unstakedTokens = BigInt.fromI32(0)
420
delegatedStake.lockedTokens = BigInt.fromI32(0)
421
delegatedStake.lockedUntil = 0
422
+ delegatedStake.legacyLockedTokens = BigInt.fromI32(0)
423
+ delegatedStake.legacyLockedUntil = 0
424
delegatedStake.shareAmount = BigInt.fromI32(0)
425
delegatedStake.personalExchangeRate = BigDecimal.fromString('1')
426
delegatedStake.realizedRewards = BigDecimal.fromString('0')
0 commit comments