Skip to content

Commit

Permalink
reindex
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra authored Mar 4, 2024
1 parent a3454f9 commit e70a39e
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 @@ import os from "node:os";
type ChainId = number;
type CoingeckoSupportedChainId = 1 | 10 | 250 | 42161 | 43114;

const CHAIN_DATA_VERSION = "38";
const CHAIN_DATA_VERSION = "39";

export type Token = {
code: string;
Expand Down

0 comments on commit e70a39e

Please sign in to comment.