From 5a8a8dc800915d0ea724030b99d00e6bbb421691 Mon Sep 17 00:00:00 2001 From: NFTKri <166889251+NFTKri@users.noreply.github.com> Date: Sat, 6 Jul 2024 17:47:11 -0400 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b3d85f65..1ae4bba4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -123,7 +123,7 @@ import rjvFetcher from "./tokens/rjv"; import rsbtcFetcher from "./tokens/rsbtc"; import rsergFetcher from "./tokens/rserg"; import rsrsnFetcher from "./tokens/rsrsn"; -import scale from "./tokens/scale"; +import scaleFetcher from "./tokens/scale"; import shardsFetcher from "./tokens/shards"; import sharkyFetcher from "./tokens/sharky"; import sharlFetcher from "./tokens/sharl";