@ethereansos/interfaces-core 0.4.139 → 0.4.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -64170,7 +64170,7 @@ function _tryRetrieveMetadata() {
64170
64170
 
64171
64171
  case 18:
64172
64172
  item.metadataLink = _context.t0;
64173
- item.id && (item.metadataLink = item.metadataLink.split('0x{id}').join(item.id));
64173
+ item.id && (item.metadataLink = decodeURI(item.metadataLink))(item.metadataLink = item.metadataLink.split('{id}').join(item.id))(item.metadataLink = item.metadataLink.split('0x{id}').join(web3Utils__default["default"].numberToHex(item.id)));
64174
64174
  item.metadataLink = metadatas && metadatas[item.address] || item.metadataLink;
64175
64175
 
64176
64176
  if (!(item.metadataLink !== '')) {