From 45dd49426f26921afd2ad2423c50b41a41961fa9 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Fri, 20 Mar 2020 12:33:21 +0100 Subject: [PATCH] Update helpers after rebase --- packages/cli/examples/helpers.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/cli/examples/helpers.ts b/packages/cli/examples/helpers.ts index 38fec5be..9db4aed9 100644 --- a/packages/cli/examples/helpers.ts +++ b/packages/cli/examples/helpers.ts @@ -1,8 +1,3 @@ -/* eslint-disable @typescript-eslint/camelcase */ -import { FeeTable } from "@cosmwasm/sdk/types/signingcosmwasmclient"; -import axios from "axios"; -import * as fs from "fs"; - interface Options { httpUrl: string; networkId: string;