Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt committed Jan 15, 2025
1 parent ff98e6e commit 6307b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sushi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"dev": "tsc -w",
"generate": "tsx ./scripts/generate.ts",
"prepublishOnly": "pnpm build",
"test": "vitest run -c ./test/vitest.config.ts",
"test": "vitest run -c ./test/vitest.config.ts --test-timeout 600000",
"test:debug": "vitest --inspect-brk --no-threads run -c ./test/vitest.config.ts",
"test:watch": "vitest dev -c ./test/vitest.config.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sushi/src/router/rain/rain-data-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class RainDataFetcher extends DataFetcher {
if (typeof options.blockNumber !== 'bigint') {
options.blockNumber = await this.web3Client.getBlockNumber()
}
super.fetchPoolsForToken(currency0, currency1, excludePools, options)
await super.fetchPoolsForToken(currency0, currency1, excludePools, options)
}

// updates the pool data of all dexes by enevts until the given block
Expand Down

0 comments on commit 6307b58

Please sign in to comment.