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

Commit

Permalink
Merge pull request #1 from NFTKri/patch-1
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
savvycodings authored Aug 11, 2024
2 parents ecf7651 + 70602df commit 2d533f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import catnipFetcher from "./tokens/catnip";
import aadaFetcher from "./tokens/aada";
import aceFetcher from "./tokens/ace";
import adyFetcher from "./tokens/ady";
Expand All @@ -21,6 +20,7 @@ import btnFetcher from "./tokens/btn";
import bubbleFetcher from "./tokens/bubble";
import c3Fetcher from "./tokens/c3";
import c4Fetcher from "./tokens/c4";
import catnipFetcher from "./tokens/catnip";
import catsFetcher from "./tokens/cats";
import catskyFetcher from "./tokens/catsky";
import cblpFetcher from "./tokens/cblp";
Expand Down Expand Up @@ -169,7 +169,9 @@ export * from "./types";

export const supplyFetchers: Record<string, SupplyFetcher> = {
"338c17dffaaefdb97ace91100724836178c3f9dd994a4798a66f546d4d414e4e59":
mannyFetcher,"633f2e2c5280417c6b76055eda54fc07de984c122c01573ea4a9e823": catnipFetcher,
mannyFetcher,
"633f2e2c5280417c6b76055eda54fc07de984c122c01573ea4a9e8234361746e6970":
catnipFetcher,
"29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e": minFetcher,
"577f0b1342f8f8f4aed3388b80a8535812950c7a892495c0ecdf0f1e0014df10464c4454":
fldtFetcher,
Expand Down

0 comments on commit 2d533f8

Please sign in to comment.