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
optional field thumbnails
it has the following structure (example with full key set, it is possible that some keys will be absent due to small image size, or impossibility to upload original image):
field media_url, it contains url to image OR animation (if image is miising) media_url: "https://d3onnejkzwg1si.cloudfront.net/640x640/wolvesnfts/3/Images/1784.png"
optional field media_type it shows content type of media_url in the following format: "image/png" media_type: "image/png"
As we discussed, we will ignore the media_type and media_url fields for now. In the future, we expect to have in API response separate media-type properties for both image_url and animation_url.
Additionally, we consider the new CDN and Helia verified fetch features to be mutually exclusive. For the CDN to work, Helia fetch should be disabled by setting NEXT_PUBLIC_HELIA_VERIFIED_FETCH_ENABLED=false.
in token instance structure will be new
thumbnails
it has the following structure (example with full key set, it is possible that some keys will be absent due to small image size, or impossibility to upload original image):
media_url
, it contains url to image OR animation (if image is miising)media_url: "https://d3onnejkzwg1si.cloudfront.net/640x640/wolvesnfts/3/Images/1784.png"
media_type
it shows content type ofmedia_url
in the following format:"image/png"
media_type: "image/png"
Example:
https://eth-sepolia.k8s-dev.blockscout.com/api/v2/tokens/0x467f1c548E65bC5876b95b217dC6f0DDB801C83A/instances/2837
The text was updated successfully, but these errors were encountered: