Moralis metadata of the NFT isn’t updating for some reason, How do I fix it? I want to resync 4 contracts with 500 NFTs each.
It returns this metadata (https://gateway.moralisipfs.com/ipfs/QmaDNdLLUAW41YK6YNgVxZ3HvHWxj9JvNN6Kb8CoC7JBa7/kergom.json):
{
"name": "Mysterious Mace",
"description": "A Mysterious Mace has been found! It's identity will uncover itself soon!",
"image": "ipfs://QmSCar92romEm5CkJQpgosW2Rj6VUHvD2WeepJN4944yET/kergom.gif",
"attributes": [
{
"trait_type": "Mace",
"value": "Mystery"
}
]
}
But it should be like this (https://gateway.pinata.cloud/ipfs/QmThvqeg5AX2e5tuCzCwCoREWequf4TjvsHatWHoSuE2H1/20.json):
{
"name": "Kërgom",
"description": "The Kërgom was developed around the time the Granvalden Kingdom began to fracture. As far as we know, it was the first, and remains the only mace that both bludgeons and cleaves in the Upper Lands. While considered to be unseemly by most it has become a pillar among the suits of Reinboldt.",
"image": "ipfs://QmbaMGjwwzxvPFpNGngmFvdbVMqjkyg6Br4BiN2eNBpbVu/1.png",
"animation_url": "ipfs://QmSY9pQqe3EVK3uDWGbDpNnVKq2SU7F3JvMw8KQbknz7ko/1.glb",
"attributes": [
{
"trait_type": "House",
"value": "Reinboldt"
},
{
"trait_type": "Type",
"value": "Mace"
},
{
"trait_type": "Rarity",
"value": "Standard"
},
{
"trait_type": "Edition",
"value": "First Edition"
}
]
}