Skip to content

Commit

Permalink
rm export
Browse files Browse the repository at this point in the history
  • Loading branch information
lendihop committed Oct 20, 2023
1 parent 771d5e5 commit a0562c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib/metadata/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ export const fetchOneTokenMetadata = async (
return chainTokenMetadataToBase(metadataOnChain) || undefined;
};

export const fetchTokensMetadata = async (
rpcUrl: string,
slugs: string[]
): Promise<(TokenMetadataResponse | null)[]> => {
const fetchTokensMetadata = async (rpcUrl: string, slugs: string[]): Promise<(TokenMetadataResponse | null)[]> => {
if (slugs.length === 0) return [];

const tezos = new TezosToolkit(rpcUrl);
Expand Down

0 comments on commit a0562c3

Please sign in to comment.