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

Commit

Permalink
added catnip
Browse files Browse the repository at this point in the history
  • Loading branch information
savvycodings committed Aug 7, 2024
1 parent 8675bda commit 0697147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import catnipFetcher from "./tokens/catnip";
import aadaFetcher from "./tokens/aada";
import aceFetcher from "./tokens/ace";
import adyFetcher from "./tokens/ady";
Expand Down Expand Up @@ -168,7 +169,7 @@ export * from "./types";

export const supplyFetchers: Record<string, SupplyFetcher> = {
"338c17dffaaefdb97ace91100724836178c3f9dd994a4798a66f546d4d414e4e59":
mannyFetcher,
mannyFetcher,"633f2e2c5280417c6b76055eda54fc07de984c122c01573ea4a9e823": catnipFetcher,
"29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c64d494e": minFetcher,
"577f0b1342f8f8f4aed3388b80a8535812950c7a892495c0ecdf0f1e0014df10464c4454":
fldtFetcher,
Expand Down
Empty file added src/tokens/catnip.ts
Empty file.

0 comments on commit 0697147

Please sign in to comment.