Skip to content

Commit

Permalink
Update config.ts (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Aug 8, 2024
1 parent 8a85167 commit eb1706f
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 @@ -20,7 +20,7 @@ type CoingeckoSupportedChainId =
| 42220
| 1088;

const CHAIN_DATA_VERSION = "76";
const CHAIN_DATA_VERSION = "75";

export type Token = {
code: string;
Expand Down

0 comments on commit eb1706f

Please sign in to comment.