Skip to content

Commit

Permalink
bump chain data to v91 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt authored Oct 15, 2024
1 parent e2e2d1b commit f856b8d
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 @@ -21,7 +21,7 @@ type CoingeckoSupportedChainId =
| 42220
| 1088;

const CHAIN_DATA_VERSION = "86";
const CHAIN_DATA_VERSION = "91";
const IPFS_DATA_VERSION = "1";
const PRICE_DATA_VERSION = "1";

Expand Down

0 comments on commit f856b8d

Please sign in to comment.