Skip to content

Commit 3f590b9

Browse files
committed
add limit
1 parent 0dd37d7 commit 3f590b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kill_timeout = "5s"
1717
DEPLOYMENT_ENVIRONMENT = "production"
1818
ENABLE_RESOURCE_MONITOR = "false"
1919
ESTIMATES_LINEARQF_WORKER_POOL_SIZE = "10"
20-
INDEXED_CHAINS = "mainnet,optimism,fantom,arbitrum,polygon,sepolia,avalanche,avalanche-fuji,scroll,scroll-sepolia,base,zksync-era-mainnet,lukso-mainnet,lukso-testnet,celo-mainnet,celo-testnet,metisAndromeda,gnosis,sei-mainnet"
20+
INDEXED_CHAINS = "mainnet,optimism,fantom,arbitrum,polygon,sepolia,avalanche,avalanche-fuji,scroll,scroll-sepolia,base,zksync-era-mainnet,lukso-mainnet,lukso-testnet,celo-mainnet,celo-testnet,metisAndromeda,gnosis,sei-mainnet,hedera"
2121
LOG_LEVEL = "debug"
2222
NODE_OPTIONS = "--max-old-space-size=4096"
2323
PORT = "8080"

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,6 +1836,7 @@ const CHAINS: Chain[] = [
18361836
.default("https://mainnet.hashio.io/api")
18371837
.parse(process.env.HEDERA_RPC_URL),
18381838
pricesFromTimestamp: Date.UTC(2025, 1, 1, 0, 0, 0),
1839+
maxGetLogsRange: 9000,
18391840
tokens: [
18401841
{
18411842
code: "HBAR",

0 commit comments

Comments
 (0)