Updated dist files.
This commit is contained in:
parent
a80a8a8ced
commit
9e0bfa733b
4
dist/ethers.js
vendored
4
dist/ethers.js
vendored
@ -10634,7 +10634,9 @@ var BaseProvider = /** @class */ (function (_super) {
|
||||
var tx = {
|
||||
to: transaction.to,
|
||||
from: transaction.from,
|
||||
data: transaction.data
|
||||
data: transaction.data,
|
||||
gasPrice: transaction.gasPrice,
|
||||
value: transaction.value
|
||||
};
|
||||
return this.ready.then(function () {
|
||||
return properties_1.resolveProperties(tx).then(function (tx) {
|
||||
|
2
dist/ethers.min.js
vendored
2
dist/ethers.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/ethers.min.js.map
vendored
2
dist/ethers.min.js.map
vendored
File diff suppressed because one or more lines are too long
@ -720,7 +720,9 @@ var BaseProvider = /** @class */ (function (_super) {
|
||||
var tx = {
|
||||
to: transaction.to,
|
||||
from: transaction.from,
|
||||
data: transaction.data
|
||||
data: transaction.data,
|
||||
gasPrice: transaction.gasPrice,
|
||||
value: transaction.value
|
||||
};
|
||||
return this.ready.then(function () {
|
||||
return properties_1.resolveProperties(tx).then(function (tx) {
|
||||
|
Loading…
Reference in New Issue
Block a user