Skip to content

Commit

Permalink
chore: bump version to 79 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev authored Aug 14, 2024
1 parent 1325e23 commit b9ee1ca
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 = "75";
const CHAIN_DATA_VERSION = "79";

export type Token = {
code: string;
Expand Down

0 comments on commit b9ee1ca

Please sign in to comment.