Skip to content

Commit

Permalink
Update src/config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Sep 5, 2024
1 parent 07c5f20 commit d8febca
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 @@ -1487,7 +1487,7 @@ const CHAINS: Chain[] = [
.default("https://evm-rpc.sei-apis.com")
.parse(process.env.SEI_MAINNET_RPC_URL),
pricesFromTimestamp: Date.UTC(2024, 0, 1, 0, 0, 0),
maxGetLogsRange: 999,
maxGetLogsRange: 10000,
tokens: [
{
code: "SEI",
Expand Down

0 comments on commit d8febca

Please sign in to comment.