Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tnkrxyz committed Oct 17, 2022
1 parent 504c23b commit a3f29ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subgraphs/euler-finance/src/mappings/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
} from "../common/constants";
import { getEthPriceUsd, getUnderlyingPrice } from "../common/pricing";
import { amountToUsd } from "../common/conversions";
import { updateMarketDailyMetrics, updateMarketHourlyMetrics } from "../common/metrics";
import { getAssetTotalSupply } from "../common/tokens";

export function updateAsset(event: AssetStatus): void {
Expand Down

0 comments on commit a3f29ce

Please sign in to comment.