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

Commit

Permalink
Update slap.ts
Browse files Browse the repository at this point in the history
Added proper policyID+assetname values
  • Loading branch information
cornl1 authored Dec 24, 2023
1 parent ee2b2d3 commit 89a7690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/slap.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 SLAP = "1e2ab14b6921c545b836525477921fe000e14a3502fa729f60e8de85";
const SLAP = "1e2ab14b6921c545b836525477921fe000e14a3502fa729f60e8de85534c4150";

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

0 comments on commit 89a7690

Please sign in to comment.