Skip to content

Commit

Permalink
Merge pull request #574 from gitcoinco/increment-version
Browse files Browse the repository at this point in the history
update chain data version
  • Loading branch information
hussedev authored Jun 17, 2024
2 parents 02dcb57 + 1de8339 commit a614789
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 = "66";
const CHAIN_DATA_VERSION = "67";

export type Token = {
code: string;
Expand Down

0 comments on commit a614789

Please sign in to comment.