Remove self-referential import (#432)

* Test build

* Revert "Test build"

This reverts commit afd472bfc7.

* Remove monorepo packages from cache

* Import relatively

* Undo node modules removal
pull/434/head
Nam Chu Hoai 3 years ago committed by GitHub
parent c7038ab42a
commit cf1010a7de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      typescript/deploy/src/core/deploy.ts

@ -10,7 +10,6 @@ import {
Outbox__factory,
UpgradeBeaconController__factory,
} from '@abacus-network/core';
import { AbacusAppDeployer, ProxiedContract } from '@abacus-network/deploy';
import {
AbacusCore,
ChainMap,
@ -29,6 +28,9 @@ import {
} from '@abacus-network/sdk';
import { types } from '@abacus-network/utils';
import { AbacusAppDeployer } from '../deploy';
import { ProxiedContract } from '../proxy';
export type ValidatorManagerConfig = {
validators: Array<types.Address>;
threshold: number;

Loading…
Cancel
Save