Fix integrator service

This commit is contained in:
Dmitry Leleko
2023-10-06 09:49:11 +02:00
parent 02764655a0
commit 4dd7245c78
4 changed files with 18 additions and 11 deletions

View File

@@ -2,3 +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';