Skip to content

Commit

Permalink
Revert "bump chain data to v91" (#688)
Browse files Browse the repository at this point in the history
Revert "bump chain data to v91 (#687)"

This reverts commit f856b8d.
  • Loading branch information
thelostone-mc authored Oct 15, 2024
1 parent f856b8d commit 43ff8de
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 = "91";
const CHAIN_DATA_VERSION = "86";
const IPFS_DATA_VERSION = "1";
const PRICE_DATA_VERSION = "1";

Expand Down

0 comments on commit 43ff8de

Please sign in to comment.