diff --git a/src/tokens/fet.ts b/src/tokens/fet.ts index 0f034a77..8ae032f4 100644 --- a/src/tokens/fet.ts +++ b/src/tokens/fet.ts @@ -3,7 +3,6 @@ import { getAmountInAddresses, getBlockFrostInstance } from "../utils"; const FET = "815418a1b078a259e678ecccc9d7eac7648d10b88f6f75ce2db8a25a4672616374696f6e2045737461746520546f6b656e"; - const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => { const total = 200e6; const blockFrost = getBlockFrostInstance(options);