From 6ded41195c552c26e024e537c7f7d6d1fa9e30cc Mon Sep 17 00:00:00 2001 From: rouzwelt Date: Mon, 6 May 2024 17:54:07 +0000 Subject: [PATCH] update --- .github/workflows/rain-ci.yml | 2 +- .../route-processor/test/DataFetcher.test.ts | 40 +------------------ 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/.github/workflows/rain-ci.yml b/.github/workflows/rain-ci.yml index a48c3f80cc..5378474897 100644 --- a/.github/workflows/rain-ci.yml +++ b/.github/workflows/rain-ci.yml @@ -24,4 +24,4 @@ jobs: - name: Test ./packages/sushi run: nix develop -c pnpm exec turbo run test --filter=./packages/sushi - pnpm exec turbo run test --filter=./protocols/route-processor \ No newline at end of file + / pnpm exec turbo run test --filter=./protocols/route-processor \ No newline at end of file diff --git a/protocols/route-processor/test/DataFetcher.test.ts b/protocols/route-processor/test/DataFetcher.test.ts index 35441d5453..ed7d524af5 100644 --- a/protocols/route-processor/test/DataFetcher.test.ts +++ b/protocols/route-processor/test/DataFetcher.test.ts @@ -27,45 +27,7 @@ async function testDF( }) } -const chainIds = [ - ChainId.ARBITRUM_NOVA, - ChainId.ARBITRUM, - ChainId.AVALANCHE, - ChainId.BOBA, - ChainId.BOBA_AVAX, - ChainId.BOBA_BNB, - ChainId.BSC, - ChainId.BTTC, - ChainId.CELO, - ChainId.ETHEREUM, - ChainId.FANTOM, - ChainId.FUSE, - ChainId.GNOSIS, - ChainId.HARMONY, - ChainId.KAVA, - ChainId.METIS, - ChainId.MOONBEAM, - ChainId.MOONRIVER, - ChainId.OPTIMISM, - ChainId.POLYGON, - ChainId.FLARE, - ChainId.BASE, - ChainId.HECO, - ChainId.OKEX, - ChainId.PALM, - ChainId.TELOS, - ChainId.POLYGON_ZKEVM, - ChainId.THUNDERCORE, - ChainId.FILECOIN, - ChainId.HAQQ, - ChainId.CORE, - ChainId.ZKSYNC_ERA, - ChainId.LINEA, - ChainId.SCROLL, - ChainId.ZETACHAIN, - ChainId.CRONOS, - ChainId.BLAST, -] +const chainIds = Object.values(ChainId) async function runTest() { describe.only('DataFetcher Pools/Time check', async () => {