We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ba19e commit e0be35cCopy full SHA for e0be35c
src/utils.js
@@ -232,13 +232,7 @@ const clipboardCopy = text => {
232
if (collection === '4ggk4-mqaaa-aaaae-qad6q-cai' && fullSize == false) {
233
// return 'https://dexpm-6aaaa-aaaal-qbgrq-cai.raw.icp0.io/?type=thumbnail&index=' + index;
234
235
- return (
236
- 'https://images.entrepot.app/t/dexpm-6aaaa-aaaal-qbgrq-cai/' +
237
- extjs.encodeTokenId('dexpm-6aaaa-aaaal-qbgrq-cai', index) +
238
- ref +
239
- '&cache=' +
240
- cachePriority
241
- );
+ return 'https://4ggk4-mqaaa-aaaae-qad6q-cai.raw.icp0.io/?type=thumbnail&tokenid=' + id;
242
}
243
244
if (collection === 'jeghr-iaaaa-aaaah-qco7q-cai')
0 commit comments