Skip to content

Commit

Permalink
Update ace.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NFTKri authored Jun 17, 2024
1 parent cd67731 commit 0917df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens/ace.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 ACE = "7d9aabc78703947e931e28273a96cf7412039fbd2e54a90ffb17239c42616279506f726b65.";
const ACE = "7d9aabc78703947e931e28273a96cf7412039fbd2e54a90ffb17239c42616279506f726b65";

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

0 comments on commit 0917df7

Please sign in to comment.