Skip to content

Commit

Permalink
fix test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Oct 28, 2023
1 parent b7b82d7 commit 2c26f46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/middlelayers/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export async function loadPortfolios(config: CexConfig & TokenConfig): Promise<W
}

async function loadPortfoliosByConfig(config: CexConfig & TokenConfig): Promise<WalletCoin[]> {
// const anas = [ERC20Analyzer, CexAnalyzer, SOLAnalyzer, OthersAnalyzer, BTCAnalyzer, DOGEAnalyzer]
const anas = [OthersAnalyzer]
const anas = [ERC20Analyzer, CexAnalyzer, SOLAnalyzer, OthersAnalyzer, BTCAnalyzer, DOGEAnalyzer]
const coinLists = await bluebird.map(anas, async ana => {

const a = new ana(config)
Expand Down

0 comments on commit 2c26f46

Please sign in to comment.