Skip to content

Commit 248880c

Browse files
Update config.ts (#618)
1 parent 3a2377e commit 248880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type CoingeckoSupportedChainId =
2020
| 42220
2121
| 1088;
2222

23-
const CHAIN_DATA_VERSION = "71";
23+
const CHAIN_DATA_VERSION = "72";
2424

2525
export type Token = {
2626
code: string;

0 commit comments

Comments
 (0)