Skip to content

Commit

Permalink
remove isExpensiveAdapter flag from multiple aggregators
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Jan 14, 2025
1 parent da13869 commit 1931379
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion aggregators/magpie/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const fetch = async (_t: number, _: ChainBlocks, {chain, startOfDay}: FetchOptio
start: 1662595200,
},
},
// isExpensiveAdapter: true,
};

export default adapter;
1 change: 0 additions & 1 deletion aggregators/unizen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const adapter: SimpleAdapter = {
};
}, {}),
},
isExpensiveAdapter: true,
};

export default adapter;
1 change: 0 additions & 1 deletion fees/ntm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const fetchFeesAndRevenues = async (options: FetchOptions) => {

const adapter: any = {
version: 2,
isExpensiveAdapter: true,
adapter: [CHAIN.ETHEREUM, CHAIN.BSC, CHAIN.AVAX, CHAIN.SOLANA, CHAIN.TRON, CHAIN.TON].reduce((all, chain) => ({
...all,
[chain]: {
Expand Down

0 comments on commit 1931379

Please sign in to comment.