Hello
When trying to add my own metadata (using my-json-server for the moment)
found here: https://my-json-server.typicode.com/robbiekruszynski/devrel-721-metadata/tokens
I seem to be running into an issue on testnet.opeasea getting my information to show
here is my 2_deploy.js
const ERC721PresetMinterPauserAutoId = artifacts.require("ERC721PresetMinterPauserAutoId");
module.exports = function(deployer) {
deployer.deploy(ERC721PresetMinterPauserAutoId, "DevRel token","DEVREL", "https://my-json-server.typicode.com/robbiekruszynski/devrel-721-metadata/tokens/");
};
then on opeasea Iām seeing
yet https://twemoji.maxcdn.com/svg/2615.svg links to the wanted image just fine.