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
Mintbase just updated our NFT metadata to make pulling the metadata easier stored off chain. Older contracts will stay the same. New ones will now have the full URL on the reference to fetch metadata, no longer needing to concatenate base_uri looks like...
We did this so a single contract can have multiple storage points (IPFS + Arweave + etc...)
Can test new contract with on mainnet...
near view grants.mintbase1.near nft_token '{"token_id": "1"}'
The old contracts stay the same and is currently working on NEAR Social. Please do not change this logic.
near view mintbase.mintbase1.near nft_token '{"token_id": "1"}'
The text was updated successfully, but these errors were encountered:
Mintbase just updated our NFT metadata to make pulling the metadata easier stored off chain. Older contracts will stay the same. New ones will now have the full URL on the reference to fetch metadata, no longer needing to concatenate base_uri looks like...
We did this so a single contract can have multiple storage points (IPFS + Arweave + etc...)
Can test new contract with on mainnet...
The old contracts stay the same and is currently working on NEAR Social. Please do not change this logic.
The text was updated successfully, but these errors were encountered: