@refinableco/refinable-sdk
Advanced tools
Comparing version 4.5.0-next.3 to 4.5.0-next.4
@@ -36,3 +36,3 @@ "use strict"; | ||
try { | ||
setApprovalForAllTx = yield nftTokenContract.contract.setApprovalForAll(operatorAddress, true); | ||
setApprovalForAllTx = yield nftTokenContract.sendTransaction("setApprovalForAll", [operatorAddress, true]); | ||
} | ||
@@ -43,3 +43,3 @@ catch (ex) { | ||
const fee = yield this.refinable.provider.getFeeData(); | ||
setApprovalForAllTx = yield nftTokenContract.contract.setApprovalForAll(operatorAddress, true, { | ||
setApprovalForAllTx = yield nftTokenContract.sendTransaction("setApprovalForAll", [operatorAddress, true], { | ||
gasLimit: gasLimit, | ||
@@ -46,0 +46,0 @@ gasPrice: fee.gasPrice, |
@@ -232,3 +232,2 @@ "use strict"; | ||
}); | ||
console.log(input); | ||
const response = yield this.refinable.graphqlClient.request(exports.OPENSEA_LIST_FOR_SALE, { | ||
@@ -235,0 +234,0 @@ input, |
{ | ||
"name": "@refinableco/refinable-sdk", | ||
"version": "4.5.0-next.3", | ||
"version": "4.5.0-next.4", | ||
"description": "The Refinable SDK allows you to easily interact with the Refinable Marketplace to mint, sell and buy NFTs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
813082
15083