Skip to content

Commit ea3e70e

Browse files
committed
update scripts
1 parent cc738c5 commit ea3e70e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/warmup-prices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const defiLlama = new DefiLlamaClient(undefined, () => {
3737

3838
const REQUEST_GROUP_SIZE = 5
3939
const REQUEST_GROUP_DELAY_MS = 200
40-
const DEFI_LLAMA_TOKEN_BATCH = 10
40+
const DEFI_LLAMA_TOKEN_BATCH = 5
4141
const DEFI_LLAMA_TIMESTAMP_BATCH = 20
4242

4343
interface NormalizedVault {

wrangler.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "chrono-prices"
1+
name = "yearn-prices"
22
main = "src/index.ts"
33
compatibility_date = "2026-03-30"
44

0 commit comments

Comments
 (0)