Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register MEEM marketcap #365

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import aadaFetcher from "./tokens/aada";

Check failure on line 1 in src/index.ts

View workflow job for this annotation

GitHub Actions / build-and-test

Run autofix to sort these imports!
import aceFetcher from "./tokens/ace";
import adyFetcher from "./tokens/ady";
import agcFetcher from "./tokens/agc";
Expand Down Expand Up @@ -33,6 +33,7 @@
import clayFetcher from "./tokens/clay";
import cnctFetcher from "./tokens/cnct";
import cnetaFetcher from "./tokens/cneta";
import meemFetcher from "./tokens/meem";
import copiFetcher from "./tokens/copi";
import cswapFetcher from "./tokens/cswap";
import ctvFetcher from "./tokens/ctv";
Expand Down Expand Up @@ -458,4 +459,6 @@
"81926a57a567c11f6dc502254c5ed2d11fdba4ed9f898916699c6f1753414645":
safeFetcher,
dce34158d07be7187401a756a3273b792f6476e2ea09c3f2ae7b229d63756c74: cultFetcher,
"05c4bcecccff054c9aefff8bdc310e1edb8baa0756d912b47ae45d694d65656d":
meemFetcher,
};
Loading