Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Feb 4, 2025
1 parent 14f1e25 commit 237a0d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/clm/operations.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { BigInt, ethereum } from "@graphprotocol/graph-ts"
import {
TVL as CLMStrategyTVLEvent,
} from "../../generated/templates/ClmStrategy/ClmStrategy"
import { TVL as CLMStrategyTVLEvent } from "../../generated/templates/ClmStrategy/ClmStrategy"
import { getClmStrategy, getCLM } from "./entity/clm"
import { getTransaction } from "../common/entity/transaction"
import { ClmStrategyTVLEvent } from "../../generated/schema"
import { getEventIdentifier } from "../common/utils/event"

export function handleClmStrategyTVL(event: CLMStrategyTVLEvent): void {

const strategy = getClmStrategy(event.address)
const clm = getCLM(strategy.clm)

Expand Down

0 comments on commit 237a0d5

Please sign in to comment.