Updated dist files.

This commit is contained in:
Richard Moore 2018-08-05 18:35:26 -04:00
parent a80a8a8ced
commit 9e0bfa733b
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
4 changed files with 8 additions and 4 deletions

4
dist/ethers.js vendored

@ -10634,7 +10634,9 @@ var BaseProvider = /** @class */ (function (_super) {
var tx = { var tx = {
to: transaction.to, to: transaction.to,
from: transaction.from, from: transaction.from,
data: transaction.data data: transaction.data,
gasPrice: transaction.gasPrice,
value: transaction.value
}; };
return this.ready.then(function () { return this.ready.then(function () {
return properties_1.resolveProperties(tx).then(function (tx) { return properties_1.resolveProperties(tx).then(function (tx) {

2
dist/ethers.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -720,7 +720,9 @@ var BaseProvider = /** @class */ (function (_super) {
var tx = { var tx = {
to: transaction.to, to: transaction.to,
from: transaction.from, from: transaction.from,
data: transaction.data data: transaction.data,
gasPrice: transaction.gasPrice,
value: transaction.value
}; };
return this.ready.then(function () { return this.ready.then(function () {
return properties_1.resolveProperties(tx).then(function (tx) { return properties_1.resolveProperties(tx).then(function (tx) {