Skip to content

Commit

Permalink
Merge pull request #25 from terra-money/fix_es-lint-build
Browse files Browse the repository at this point in the history
fix: es lint build
  • Loading branch information
emidev98 authored Apr 21, 2022
2 parents a249da2 + 569c2fe commit 6560b45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import {
setCodeId,
setContractAddress,
} from '../config';
import * as fs from 'fs-extra';
import { cli } from 'cli-ux';
import { waitForInclusionInBlock } from '../lib/waitForInclusionBlock';
import * as YAML from "yaml";

type StoreCodeParams = {
conf: ContractConfig;
Expand Down

0 comments on commit 6560b45

Please sign in to comment.