mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-16 16:21:32 +03:00
Rename integrator to indexer (#207)
This commit is contained in:
@@ -68,7 +68,7 @@ type Payload =
|
||||
| ListAmountPayload
|
||||
| GetAmountByORNPayload;
|
||||
|
||||
class IntegratorService {
|
||||
class IndexerService {
|
||||
private readonly apiUrl: string;
|
||||
|
||||
private readonly chainId: number;
|
||||
@@ -222,4 +222,4 @@ class IntegratorService {
|
||||
}
|
||||
|
||||
export * as schemas from './schemas/index.js';
|
||||
export { IntegratorService };
|
||||
export { IndexerService };
|
||||
@@ -2,4 +2,4 @@ export * as aggregator from './Aggregator/index.js';
|
||||
export * as blockchainService from './BlockchainService/index.js';
|
||||
export * as priceFeed from './PriceFeed/index.js';
|
||||
export * as referralSystem from './ReferralSystem/index.js';
|
||||
export * as integrator from './Integrator/index.js';
|
||||
export * as indexer from './Indexer/index.js';
|
||||
|
||||
Reference in New Issue
Block a user