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
extImageUrl is arbitrary and hard-coded: DAB should accept a method for EXT tokens to reveal their URIs.
showURL(tokenIdentifier) Text {
// returns the URL as a text.
// EXT does not define what is in the metadata, so it can be anything.
// The easiest way to get the asset URI is not to hardcode, but to ask the canisters for it.
}
Just like there is a method for canisters to show their logo_url.
extImageUrl is arbitrary and hard-coded: DAB should accept a method for EXT tokens to reveal their URIs.
Just like there is a method for canisters to show their logo_url.
DAB-js/src/standard_wrappers/nft_standards/ext.ts
Line 23 in d4e5758
The text was updated successfully, but these errors were encountered: