Fix import from src (#1564)

pull/1554/head
Yorke Rhodes 2 years ago committed by GitHub
parent 562c0fef4f
commit 82acc39870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      typescript/sdk/src/deploy/HyperlaneAppChecker.ts

@ -1,5 +1,4 @@
import { Ownable } from '@hyperlane-xyz/core'; import { Ownable } from '@hyperlane-xyz/core';
import { objMap } from '@hyperlane-xyz/sdk/src/utils/objects';
import { utils } from '@hyperlane-xyz/utils'; import { utils } from '@hyperlane-xyz/utils';
import type { types } from '@hyperlane-xyz/utils'; import type { types } from '@hyperlane-xyz/utils';
@ -7,6 +6,7 @@ import { HyperlaneApp } from '../HyperlaneApp';
import { MultiProvider } from '../providers/MultiProvider'; import { MultiProvider } from '../providers/MultiProvider';
import { TransparentProxyAddresses } from '../proxy'; import { TransparentProxyAddresses } from '../proxy';
import { ChainMap, ChainName } from '../types'; import { ChainMap, ChainName } from '../types';
import { objMap } from '../utils/objects';
import { proxyAdmin, proxyImplementation, proxyViolation } from './proxy'; import { proxyAdmin, proxyImplementation, proxyViolation } from './proxy';
import { CheckerViolation, OwnerViolation, ViolationType } from './types'; import { CheckerViolation, OwnerViolation, ViolationType } from './types';

Loading…
Cancel
Save