Update helpers after rebase

This commit is contained in:
Ethan Frey 2020-03-20 12:33:21 +01:00
parent 228a6c69fa
commit 45dd49426f

View File

@ -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;