Skip to content

Commit

Permalink
chore(tezos): nft metadata fetching fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 10, 2024
1 parent 71f18ca commit 00fce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function listenEvents(
tokenId: ev.tokenId,
transactionHash: ev.transactionHash,
lockTxChain: chain.chainIdent,
imgUri: imgUri,
imgUri: imgUri.substring(imgUri.indexOf("https://")),
};
log.trace(inft);

Expand Down

0 comments on commit 00fce06

Please sign in to comment.