Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 authored and alsco77 committed Jul 13, 2021
1 parent 36b92a4 commit 4041af6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/ops.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ import {
} from "types/generated"
import { RewardsDistributorEth__factory } from "types/generated/factories/RewardsDistributorEth__factory"
import { simpleToExactAmount } from "@utils/math"
import { formatUnits } from "ethers/lib/utils"
import { MTA, PMTA, PmUSD, PWMATIC, tokens } from "./utils/tokens"
import { getSigner } from "./utils/defender-utils"
import { logTxDetails } from "./utils/deploy-utils"
import { getChain, getChainAddress } from "./utils/networkAddressFactory"
import { usdFormatter } from "./utils"
import { getAaveTokens, getBlock, getBlockRange, getCompTokens } from "./utils/snap-utils"
import { sign } from "crypto"
import { formatUnits } from "ethers/lib/utils"

task("eject-stakers", "Ejects expired stakers from Meta staking contract (vMTA)")
.addOptionalParam("speed", "Defender Relayer speed param: 'safeLow' | 'average' | 'fast' | 'fastest'", "average", types.string)
Expand Down

0 comments on commit 4041af6

Please sign in to comment.