Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
correcting format
  • Loading branch information
NFTKri authored Jul 7, 2024
1 parent c9708ce commit 5fde51d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import shardsFetcher from "./tokens/shards";
import sharkyFetcher from "./tokens/sharky";
import sharlFetcher from "./tokens/sharl";
import shenFetcher from "./tokens/shen";
import slopFetcher from ".tokens/slop";
import slopFetcher from "./tokens/slop";
import smokeFetcher from "./tokens/smoke";
import snekFetcher from "./tokens/snek";
import snepeFetcher from "./tokens/snepe";
Expand Down Expand Up @@ -442,5 +442,6 @@ export const supplyFetchers: Record<string, SupplyFetcher> = {
fleshFetcher,
"1f01188ffed79a9296d824c49eec851c21ea860e7c4f88324de50f2c7363616c65":
scaleFetcher,
ea02c99c0668891d6b7cdc49e075cbddf9cd5b89404e5a8a8e5d7016534c4f5020436f696e: slopFetcher,
ea02c99c0668891d6b7cdc49e075cbddf9cd5b89404e5a8a8e5d7016534c4f5020436f696e:
slopFetcher,
};

0 comments on commit 5fde51d

Please sign in to comment.