Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecot committed Jan 14, 2025
1 parent 070a629 commit 5573d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IpRpcEndpointsData, type ChainEndpoint } from './IpRpcEndpointsData';
import { StatsService } from './StatsService';

export class IpRpcEndpointsIndexResource extends RedisResourceBase<ChainEndpoint[], {}> {
protected readonly redisKey = 'ip-rpc-endpoints-index-v2';
protected readonly redisKey = 'ip-rpc-endpoints-index-v1';
protected readonly cacheExpirySeconds = 3600;

protected async fetchFromSource(): Promise<ChainEndpoint[]> {
Expand Down

0 comments on commit 5573d42

Please sign in to comment.