Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update gokey.ts
Browse files Browse the repository at this point in the history
adjusted format to please your runtime checkes?
  • Loading branch information
frog357 authored Dec 11, 2023
1 parent e2c912f commit f34d0ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tokens/gokey.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defaultFetcherOptions, SupplyFetcher } from "../types";
import { getAmountInAddresses, getBlockFrostInstance } from "../utils";

const GOKEY = "c7dcfa416c127f630b263c7e0fe0564430cfa9c56bba43e1a37c6915474f4b4559";
const GOKEY =
"c7dcfa416c127f630b263c7e0fe0564430cfa9c56bba43e1a37c6915474f4b4559";

const fetcher: SupplyFetcher = async (options = defaultFetcherOptions) => {
const blockFrost = getBlockFrostInstance(options);
Expand Down

0 comments on commit f34d0ab

Please sign in to comment.