Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jun 18, 2024
1 parent d4d3b36 commit 80e113b
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 @@ -19,7 +19,7 @@ type CoingeckoSupportedChainId =
| 42
| 42220;

const CHAIN_DATA_VERSION = "68";
const CHAIN_DATA_VERSION = "69";

export type Token = {
code: string;
Expand Down

0 comments on commit 80e113b

Please sign in to comment.