Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Jul 17, 2024
1 parent f316787 commit 101399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config: ProcessorConfig = {
chain: process.env.CHAIN_ENDPOINT || 'wss://archive.matrix.blockchain.enjin.io',
},
blockRange: {
from: process.env.BLOCK_RANGE_FROM ? parseInt(process.env.BLOCK_RANGE_FROM, 10) : 3109930,
from: process.env.BLOCK_RANGE_FROM ? parseInt(process.env.BLOCK_RANGE_FROM, 10) : 3115200,
},
redisHost: process.env.REDIS_HOST || 'indexer_redis',
redisDb: process.env.REDIS_DB ? parseInt(process.env.REDIS_DB, 10) : 0,
Expand Down

0 comments on commit 101399b

Please sign in to comment.