apollo-link-ethereum-mutations-ethersjs
Advanced tools
Comparing version 0.1.3 to 0.1.5
@@ -83,3 +83,3 @@ (function (global, factory) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
var provider, abiMapping, cache, address, contractName, contractAddress, method, args, gasLimit, value, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2; | ||
var provider, abiMapping, cache, address, contractName, contractAddress, method, gasLimit, value, args, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2; | ||
var _a; | ||
@@ -95,3 +95,4 @@ return __generator(this, function (_b) { | ||
address = void 0; | ||
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, args = variables.args, gasLimit = variables.gasLimit, value = variables.value; | ||
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, gasLimit = variables.gasLimit, value = variables.value; | ||
args = variables.args || []; | ||
return [4 /*yield*/, provider.getNetwork()]; | ||
@@ -98,0 +99,0 @@ case 2: |
@@ -56,3 +56,3 @@ var __assign = (this && this.__assign) || function () { | ||
return __awaiter(this, void 0, void 0, function () { | ||
var provider, abiMapping, cache, address, contractName, contractAddress, method, args, gasLimit, value, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2; | ||
var provider, abiMapping, cache, address, contractName, contractAddress, method, gasLimit, value, args, network, networkId, signer, abi, contract, methodFxn, data, query, txId, newArgs, actualValue, newTx, id_1, readTx_1, estimatedGasLimit, error_1, defaultGasLimit, transactionData, selectedGasLimit, unsignedTransaction, from, error_2; | ||
var _a; | ||
@@ -68,3 +68,4 @@ return __generator(this, function (_b) { | ||
address = void 0; | ||
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, args = variables.args, gasLimit = variables.gasLimit, value = variables.value; | ||
contractName = variables.contractName, contractAddress = variables.contractAddress, method = variables.method, gasLimit = variables.gasLimit, value = variables.value; | ||
args = variables.args || []; | ||
return [4 /*yield*/, provider.getNetwork()]; | ||
@@ -71,0 +72,0 @@ case 2: |
{ | ||
"name": "apollo-link-ethereum-mutations-ethersjs", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"main": "./dist/bundle.umd.js", | ||
@@ -34,3 +34,3 @@ "modules": "./lib/index.js", | ||
}, | ||
"gitHead": "a69c13796e3426609ab2826b6744738e141bd9fe" | ||
"gitHead": "c3eb4eefb67fdc3c1af5aac8f7bec4eedf151979" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
466550
566