Skip to content

Commit

Permalink
Merge pull request #15 from graphprotocol/juanmardefago/add-rebate-co…
Browse files Browse the repository at this point in the history
…llected

fix: wrong import for L2
  • Loading branch information
juanmardefago authored Jul 1, 2024
2 parents 3d96d79 + 1f49e51 commit bb88cdc
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 bb88cdc

Please sign in to comment.