Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Nov 15, 2024
1 parent 1466ba0 commit db16ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contract/src/test-utils/launch-test-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import { mergeDeepRight } from 'ramda';

import type { DeployContractOptions, DeployContractResult } from '../contract-factory';

export type DeployableContractFactory = {
interface DeployableContractFactory {
deploy(wallet: Account, options?: DeployContractOptions): Promise<DeployContractResult>;
};
}

export type DeployContractConfig =
| DeployableContractFactory
Expand Down

0 comments on commit db16ebc

Please sign in to comment.