Skip to content

Commit

Permalink
Update squeak.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adakondacoin authored Jul 29, 2024
1 parent dc2cbc0 commit f13d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens/squeak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getAmountInAddresses, getBlockFrostInstance } from "../utils";

const Squeak = "097f37ef3f64a7967c645cb2a40b67594b0f6f4d187d654ff927403753717565616b";

const squeakFetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const blockFrost = getBlockFrostInstance(options);
const total = 1_000_000_000;

Expand All @@ -18,4 +18,4 @@ const squeakFetcher: SupplyFetcher = async (options = defaultFetcherOptions) =>
};
};

export default squeakFetcher;
export default fetcher;

0 comments on commit f13d59b

Please sign in to comment.