We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2377e commit 248880cCopy full SHA for 248880c
src/config.ts
@@ -20,7 +20,7 @@ type CoingeckoSupportedChainId =
20
| 42220
21
| 1088;
22
23
-const CHAIN_DATA_VERSION = "71";
+const CHAIN_DATA_VERSION = "72";
24
25
export type Token = {
26
code: string;
0 commit comments