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

Commit

Permalink
fix peepee token
Browse files Browse the repository at this point in the history
  • Loading branch information
ljttl3q04t committed Dec 10, 2024
1 parent 48f2977 commit 18cc6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/peepee.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defaultFetcherOptions, SupplyFetcher } from "../types";
import { getAmountInAddresses, getBlockFrostInstance } from "../utils";

const TOKEN = "07ccfad78099fef727bfc64de1cf2e684c0872aab3c3bb3bed5e1081";
const TOKEN = "07ccfad78099fef727bfc64de1cf2e684c0872aab3c3bb3bed5e1081706565706565";

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

0 comments on commit 18cc6a6

Please sign in to comment.