Skip to content

Commit

Permalink
nit: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan committed Jul 11, 2024
1 parent 6656309 commit ace9374
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions subgraphs/zircuit-staking/src/mappings/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ import { SDK } from "../sdk/protocols/generic";
import { ProtocolConfig, TokenPricer } from "../sdk/protocols/config";
import { TokenInitializer, TokenParams } from "../sdk/protocols/generic/tokens";
import { bigIntToBigDecimal } from "../sdk/util/numbers";
import {
BIGINT_MINUS_ONE,
BIGINT_ZERO,
ETH_ADDRESS,
INT_ZERO,
ZERO_ADDRESS,
} from "../sdk/util/constants";
import { BIGINT_MINUS_ONE, ETH_ADDRESS, INT_ZERO } from "../sdk/util/constants";

import { Token } from "../../generated/schema";
import { Deposit, Withdraw } from "../../generated/ZtakingPool/ZtakingPool";
Expand Down

0 comments on commit ace9374

Please sign in to comment.