diff --git a/src/Orion/index.ts b/src/Orion/index.ts index 54cbbf8..b05cf36 100644 --- a/src/Orion/index.ts +++ b/src/Orion/index.ts @@ -7,7 +7,6 @@ import type { SupportedChainId, DeepPartial, VerboseUnitConfig, KnownEnv, EnvCon import { isValidChainId } from '../utils/index.js'; import { simpleFetch } from 'simple-typed-fetch'; import Bridge from './bridge/index.js'; -import type { Frontage } from '../services/Frontage'; export default class Orion { public readonly env?: string;