@white-matrix/amethyst-protocol-v2-sdk
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -49,3 +49,3 @@ "use strict"; | ||
} | ||
return this.erc721.tokenURI(tokenId, config); | ||
return this.erc721.tokenURI(tokenId, { ...config }); | ||
} | ||
@@ -56,3 +56,3 @@ totalSupply(config) { | ||
} | ||
return this.erc721.totalSupply(config); | ||
return this.erc721.totalSupply({ ...config }); | ||
} | ||
@@ -63,3 +63,3 @@ tokenOfOwnerByIndex(owner, index, config) { | ||
} | ||
return this.erc721.tokenOfOwnerByIndex(owner, index, config); | ||
return this.erc721.tokenOfOwnerByIndex(owner, index, { ...config }); | ||
} | ||
@@ -70,3 +70,3 @@ tokenByIndex(index, config) { | ||
} | ||
return this.erc721.tokenByIndex(index, config); | ||
return this.erc721.tokenByIndex(index, { ...config }); | ||
} | ||
@@ -73,0 +73,0 @@ async transferFrom(from, to, tokenId, config) { |
{ | ||
"name": "@white-matrix/amethyst-protocol-v2-sdk", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "dist/sdk/src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/sdk/src/index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
596486