From 11e3dcad822c9ab04fa0bd7867f0a25cd7db8f1a Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 4 Oct 2023 12:00:39 +0300 Subject: [PATCH] lint --- tasks/faucet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/faucet.ts b/tasks/faucet.ts index dd3d2316..6b41ff57 100644 --- a/tasks/faucet.ts +++ b/tasks/faucet.ts @@ -1,7 +1,7 @@ import { drip } from "@zetachain/faucet-cli/dist/commands/drip"; import * as dotenv from "dotenv"; -import { task } from "hardhat/config"; import { ethers } from "ethers"; +import { task } from "hardhat/config"; import { walletError } from "./balances";