Skip to content

Commit

Permalink
chore: changed chain data version to 00001
Browse files Browse the repository at this point in the history
  • Loading branch information
hussedev committed Jul 18, 2024
1 parent 7b8524a commit b929ce3
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 = "MACI_1";
const CHAIN_DATA_VERSION = "00001";

export type Token = {
code: string;
Expand Down

0 comments on commit b929ce3

Please sign in to comment.