Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
CGI total supply and circulation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
similiken authored Nov 8, 2023
1 parent 60ee2d7 commit ac27ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import bubbleFetcher from "./tokens/bubble";
import c3Fetcher from "./tokens/c3";
import cblpFetcher from "./tokens/cblp";
import cbtcFetcher from "./tokens/cbtc";
import cgiFetcher from "./tokens/cgi";
import chryFetcher from "./tokens/chry";
import clapFetcher from "./tokens/clap";
import clayFetcher from "./tokens/clay";
Expand Down Expand Up @@ -223,4 +224,5 @@ export const supplyFetchers: Record<string, SupplyFetcher> = {
"51a5e236c4de3af2b8020442e2a26f454fda3b04cb621c1294a0ef34424f4f4b":
bookFetcher,
"961f2cac0bb1967d74691af179350c1e1062c7298d1f7be1e4696e31": derpFetcher,
"2d587111358801114f04df83dc0015de0a740b462b75cce5170fc935434749": cgiFetcher,
};

0 comments on commit ac27ea3

Please sign in to comment.