You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wertercatt@RGBeast flipper]$ cat .env
IPFS="http://127.0.0.1:8080/ipfs/"
RPC="https://mainnet.infura.io/v3/[secret-removed]"
CONTRACT="0x3b3ee1931dc30c1957379fac9aba94d1c48a5405"
# Optional for automatic uploading of metadata (requires pinFileToIPFS perm)
PINATA_JWT=""
When given the tokenURI 'https://ipfs.foundation.app/ipfs/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N/metadata.json' the script saves the contents of '$IPFS/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N' to the token JSON file (resulting in it just containing the HTML directory page) instead saving the contents of "$IPFS/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N/metadata.json' to the file as it should.
The text was updated successfully, but these errors were encountered:
When given the tokenURI 'https://ipfs.foundation.app/ipfs/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N/metadata.json' the script saves the contents of '$IPFS/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N' to the token JSON file (resulting in it just containing the HTML directory page) instead saving the contents of "$IPFS/QmXBC4K9SiZaqbRMEpCaDu8322gVLj5fKRiDTvbziJh62N/metadata.json' to the file as it should.
The text was updated successfully, but these errors were encountered: