Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanchambras committed May 20, 2024
1 parent 55709e0 commit fa163e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/futures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import {
} from "../entities/AccountAsset"
import { getAsset } from "../entities/Asset"
import { getAssetAmount } from "../entities/AssetAmount"
import { getPoolLPToken } from "../entities/CurvePool"
import { createFactory, getCurveFactory } from "../entities/Factory"
import { updateFutureDailyStats } from "../entities/FutureDailyStats"
import {
Expand All @@ -58,7 +59,6 @@ import { AssetType, generateFeeClaimId } from "../utils"
import transactionType from "../utils/TransactionType"
// import { calculateLpVaultAPR } from "../utils/calculateAPR"
import { generateTransactionId } from "../utils/idGenerators"
import { getPoolLPToken } from "../entities/CurvePool";

export function handleRegistryChange(event: RegistryChange): void {
let factory = Factory.load(event.address.toHex())
Expand Down

0 comments on commit fa163e6

Please sign in to comment.