admin: updated dist files
This commit is contained in:
parent
2488d20f9e
commit
c2a2edc9d8
4
dist/ethers.js
vendored
4
dist/ethers.js
vendored
@ -1,4 +1,4 @@
|
||||
const version = "6.0.0-beta-exports.12";
|
||||
const version = "6.0.0-beta-exports.13";
|
||||
|
||||
/**
|
||||
* Property helper functions.
|
||||
@ -16384,7 +16384,7 @@ class AbstractSigner {
|
||||
else if (feeData.gasPrice != null) {
|
||||
// Network doesn't support EIP-1559...
|
||||
// ...but they are trying to use EIP-1559 properties
|
||||
assert$1(hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
assert$1(!hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
operation: "populateTransaction"
|
||||
});
|
||||
// Populate missing fee data
|
||||
|
2
dist/ethers.js.map
vendored
2
dist/ethers.js.map
vendored
File diff suppressed because one or more lines are too long
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/wordlists-extra.js
vendored
2
dist/wordlists-extra.js
vendored
@ -145,7 +145,7 @@ const u64 = {
|
||||
add, add3L, add3H, add4L, add4H, add5H, add5L,
|
||||
};
|
||||
|
||||
const version = "6.0.0-beta-exports.12";
|
||||
const version = "6.0.0-beta-exports.13";
|
||||
|
||||
/**
|
||||
* Property helper functions.
|
||||
|
2
dist/wordlists-extra.js.map
vendored
2
dist/wordlists-extra.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/wordlists-extra.min.js
vendored
2
dist/wordlists-extra.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.version = void 0;
|
||||
exports.version = "6.0.0-beta-exports.12";
|
||||
exports.version = "6.0.0-beta-exports.13";
|
||||
//# sourceMappingURL=_version.js.map
|
@ -120,7 +120,7 @@ class AbstractSigner {
|
||||
else if (feeData.gasPrice != null) {
|
||||
// Network doesn't support EIP-1559...
|
||||
// ...but they are trying to use EIP-1559 properties
|
||||
(0, index_js_3.assert)(hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
(0, index_js_3.assert)(!hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
operation: "populateTransaction"
|
||||
});
|
||||
// Populate missing fee data
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,2 +1,2 @@
|
||||
export const version = "6.0.0-beta-exports.12";
|
||||
export const version = "6.0.0-beta-exports.13";
|
||||
//# sourceMappingURL=_version.js.map
|
@ -117,7 +117,7 @@ export class AbstractSigner {
|
||||
else if (feeData.gasPrice != null) {
|
||||
// Network doesn't support EIP-1559...
|
||||
// ...but they are trying to use EIP-1559 properties
|
||||
assert(hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
assert(!hasEip1559, "network does not support EIP-1559", "UNSUPPORTED_OPERATION", {
|
||||
operation: "populateTransaction"
|
||||
});
|
||||
// Populate missing fee data
|
||||
|
File diff suppressed because one or more lines are too long
@ -93,7 +93,7 @@
|
||||
"types": "./types/wordlistsindex.d.ts"
|
||||
}
|
||||
},
|
||||
"gitHead": "360835e301bec25d70aa4840b1df98c3fa3b616f",
|
||||
"gitHead": "2488d20f9e18e5489f0122b42fa01cc854e42015",
|
||||
"keywords": [
|
||||
"ethereum",
|
||||
"ethers",
|
||||
@ -133,5 +133,5 @@
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"types": "./types/index.d.ts",
|
||||
"version": "6.0.0-beta-exports.12"
|
||||
"version": "6.0.0-beta-exports.13"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
export const version: string = "6.0.0-beta-exports.12";
|
||||
export const version: string = "6.0.0-beta-exports.13";
|
||||
|
Loading…
Reference in New Issue
Block a user