Skip to content

Commit

Permalink
Update stacks.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pradel committed Oct 16, 2024
1 parent 7fe9e79 commit 80dac2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/lib/stacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const tokenMetadataClient = createClient({
baseUrl: "https://api.mainnet.hiro.so",
});

// TODO remove this type once https://github.com/hirosystems/token-metadata-api/issues/275 is fixed
export interface FtMetadataResponse {
decimals?: number;
name?: string;
Expand Down

0 comments on commit 80dac2e

Please sign in to comment.