mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
fix: fix for frontage config
This commit is contained in:
@@ -7,6 +7,7 @@ import type { SupportedChainId, DeepPartial, VerboseUnitConfig, KnownEnv, EnvCon
|
|||||||
import { isValidChainId } from '../utils/index.js';
|
import { isValidChainId } from '../utils/index.js';
|
||||||
import { simpleFetch } from 'simple-typed-fetch';
|
import { simpleFetch } from 'simple-typed-fetch';
|
||||||
import Bridge from './bridge/index.js';
|
import Bridge from './bridge/index.js';
|
||||||
|
import type { Frontage } from '../services/Frontage';
|
||||||
|
|
||||||
export default class Orion {
|
export default class Orion {
|
||||||
public readonly env?: string;
|
public readonly env?: string;
|
||||||
@@ -62,7 +63,7 @@ export default class Orion {
|
|||||||
api: networkConfig.api + networkConfig.services.indexer?.http,
|
api: networkConfig.api + networkConfig.services.indexer?.http,
|
||||||
},
|
},
|
||||||
frontage: {
|
frontage: {
|
||||||
api: networkConfig.api + networkConfig.services.frontage.http,
|
http: networkConfig.api + networkConfig.services.frontage.http,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user