Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Commit

Permalink
Re-order deps
Browse files Browse the repository at this point in the history
  • Loading branch information
snario committed Apr 27, 2019
1 parent 9a849f0 commit 5c10815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/node/src/models/app-instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import CounterfactualApp from "@counterfactual/contracts/build/CounterfactualApp
import {
AppIdentity,
AppInterface,
SolidityABIEncoderV2Type,
Interpreter
Interpreter,
SolidityABIEncoderV2Type
} from "@counterfactual/types";
import { Contract } from "ethers";
import { AddressZero, HashZero } from "ethers/constants";
Expand Down Expand Up @@ -40,7 +40,7 @@ export type AppInstanceJson = {
latestTimeout: number;
interpreter: Interpreter;
interpreterParams: any;
beneficiaries: [string, string]
beneficiaries: [string, string];
};

/**
Expand Down

0 comments on commit 5c10815

Please sign in to comment.