Open mavvverick opened 7 months ago
The PearlV2
protocol, derived from UniswapV3
, has been enhanced to accommodate rebase
and fee-on-transfer
tokens while retaining the core functionalities. Updating the symbols associated with Uniswap V3 isn't deemed necessary.
NFD-01C: Improper Generation of SVG
Description:
The SVG generated by the
NFTDescriptor::generateSVGImage
is meant to be a representation of symbols that are affiliated with Uniswap V3.Example:
Recommendation:
We advise either the
NFTSVG::generateSVG
or theNFTDescriptor::generateSVGImage
function to be updated, ensuring that the metadata yielded by the Pearl Finance V2NFTDescriptor
aligns with the protocol's own assets.