fix: fix for frontage config

This commit is contained in:
Mikhail Gladchenko
2024-03-29 13:47:13 +00:00
parent acdd78820d
commit 14035cfcc3

View File

@@ -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;