Skip to content

Commit

Permalink
feat(metadata): turn off opensea
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed May 24, 2024
1 parent b2d3912 commit 8ff3f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contracts/metadata/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const addMetadata = (address: string, forceRefetch = false) =>
addDefiLlamaMetadata(address),
// Turn off name tag as blockscan is returning 503 again.
// Etherscan.checkForMetadata(address, forceRefetch),
addOpenseaMetadataMaybe(address, forceRefetch),
// Turn off opensea metadata, our API key doesn't work anymore.
// addOpenseaMetadataMaybe(address, forceRefetch),
refreshWeb3Metadata(address, forceRefetch),
),
// Adding twitter metadata requires a handle, the previous steps attempt to uncover said handle.
Expand Down

0 comments on commit 8ff3f41

Please sign in to comment.