Skip to content

Commit

Permalink
fix: wrong import for L2
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Jul 1, 2024
1 parent 94da393 commit 1f49e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/staking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
AllocationClosed,
AllocationClosed1,
RebateClaimed,
RebateCollected,
SetOperator,
StakeDelegated,
StakeDelegatedLocked,
Expand Down Expand Up @@ -50,7 +51,6 @@ import {
getCounter,
BIGINT_ONE,
} from './helpers'
import { RebateCollected } from '../types/L1Staking/L1Staking'

export function handleDelegationParametersUpdated(event: DelegationParametersUpdated): void {
let eventId = event.transaction.hash.toHexString().concat('-').concat(event.logIndex.toString())
Expand Down

0 comments on commit 1f49e51

Please sign in to comment.