admin: update dist files

This commit is contained in:
Richard Moore 2022-05-24 11:52:15 -04:00
parent a27ef82577
commit a71f518255
176 changed files with 11243 additions and 7587 deletions

@ -4,6 +4,11 @@ Changelog
This change log is managed by `admin/cmds/update-versions` but may be manually updated. This change log is managed by `admin/cmds/update-versions` but may be manually updated.
ethers/v5.6.8 (2022-05-24 11:50)
--------------------------------
- Update BN.js for hexstring bug fix. ([#3017](https://github.com/ethers-io/ethers.js/issues/3017); [30b716b](https://github.com/ethers-io/ethers.js/commit/30b716bf2cfd67ca38f76e344a26c0c2d5b75935), [a27ef82](https://github.com/ethers-io/ethers.js/commit/a27ef825772f72071439c51e51180b6fcc64f03c))
ethers/v5.6.7 (2022-05-20 19:11) ethers/v5.6.7 (2022-05-20 19:11)
-------------------------------- --------------------------------

52
package-lock.json generated

@ -1274,9 +1274,9 @@
"dev": true "dev": true
}, },
"bn.js": { "bn.js": {
"version": "4.12.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
}, },
"body-parser": { "body-parser": {
"version": "1.20.0", "version": "1.20.0",
@ -1441,9 +1441,9 @@
"dev": true "dev": true
}, },
"caniuse-lite": { "caniuse-lite": {
"version": "1.0.30001341", "version": "1.0.30001342",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001341.tgz", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001342.tgz",
"integrity": "sha512-2SodVrFFtvGENGCv0ChVJIDQ0KPaS1cg7/qtfMaICgeMolDdo/Z2OD32F0Aq9yl6F4YFwGPBS5AaPqNYiW4PoA==", "integrity": "sha512-bn6sOCu7L7jcbBbyNhLg0qzXdJ/PMbybZTH/BA6Roet9wxYRm6Tr9D0s0uhLkOZ6MSG+QU6txUgdpr3MXIVqjA==",
"dev": true "dev": true
}, },
"caseless": { "caseless": {
@ -1806,6 +1806,13 @@
"inherits": "^2.0.4", "inherits": "^2.0.4",
"minimalistic-assert": "^1.0.1", "minimalistic-assert": "^1.0.1",
"minimalistic-crypto-utils": "^1.0.1" "minimalistic-crypto-utils": "^1.0.1"
},
"dependencies": {
"bn.js": {
"version": "4.12.0",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
}
} }
}, },
"emoji-regex": { "emoji-regex": {
@ -3119,16 +3126,16 @@
} }
}, },
"log4js": { "log4js": {
"version": "6.4.7", "version": "6.5.1",
"resolved": "https://registry.npmjs.org/log4js/-/log4js-6.4.7.tgz", "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.5.1.tgz",
"integrity": "sha512-q/9Eyw/hkvQ4e9DNHLbK2AfuDDm5QnNnmF022aamyw4nUnVLQRhvGoryccN5aEI4J/UcA4W36xttBCrlrdzt2g==", "integrity": "sha512-z1hRRe5DDPzsP73PgN/GYmeSbIAl/g9kX3GLjABCpcU1ojns8S4cyjpJ21jU1P7z1wWkm69PjyMcEGqYYdDqaA==",
"dev": true, "dev": true,
"requires": { "requires": {
"date-format": "^4.0.10", "date-format": "^4.0.10",
"debug": "^4.3.4", "debug": "^4.3.4",
"flatted": "^3.2.5", "flatted": "^3.2.5",
"rfdc": "^1.3.0", "rfdc": "^1.3.0",
"streamroller": "^3.0.9" "streamroller": "^3.1.1"
}, },
"dependencies": { "dependencies": {
"debug": { "debug": {
@ -3543,9 +3550,9 @@
} }
}, },
"node-releases": { "node-releases": {
"version": "2.0.4", "version": "2.0.5",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.5.tgz",
"integrity": "sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==", "integrity": "sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==",
"dev": true "dev": true
}, },
"nomnom": { "nomnom": {
@ -3944,9 +3951,9 @@
"dev": true "dev": true
}, },
"object-inspect": { "object-inspect": {
"version": "1.12.0", "version": "1.12.1",
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.1.tgz",
"integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", "integrity": "sha512-Y/jF6vnvEtOPGiKD1+q+X0CiUYRQtEHp89MLLUJ7TUivtH8Ugn2+3A7Rynqk7BRsAoqeOQWnFnjpDrKSxDgIGA==",
"dev": true "dev": true
}, },
"on-finished": { "on-finished": {
@ -4405,13 +4412,6 @@
"integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==", "integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==",
"requires": { "requires": {
"bn.js": "^5.2.0" "bn.js": "^5.2.0"
},
"dependencies": {
"bn.js": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz",
"integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw=="
}
} }
}, },
"rollup": { "rollup": {
@ -4832,9 +4832,9 @@
"dev": true "dev": true
}, },
"streamroller": { "streamroller": {
"version": "3.0.9", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.0.9.tgz", "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.1.tgz",
"integrity": "sha512-Y46Aq/ftqFP6Wb6sK79hgnZeRfEVz2F0nquBy4lMftUuJoTiwKa6Y96AWAUGV1F3CjhFark9sQmzL9eDpltkRw==", "integrity": "sha512-iPhtd9unZ6zKdWgMeYGfSBuqCngyJy1B/GPi/lTpwGpa3bajuX30GjUVd0/Tn/Xhg0mr4DOSENozz9Y06qyonQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"date-format": "^4.0.10", "date-format": "^4.0.10",

@ -92,7 +92,7 @@
"@types/mocha": "^5.2.0", "@types/mocha": "^5.2.0",
"aes-js": "3.0.0", "aes-js": "3.0.0",
"bech32": "1.1.4", "bech32": "1.1.4",
"bn.js": "^4.11.9", "bn.js": "^5.2.1",
"elliptic": "6.5.4", "elliptic": "6.5.4",
"hash.js": "1.1.7", "hash.js": "1.1.7",
"js-sha3": "0.8.0", "js-sha3": "0.8.0",

@ -1,2 +1,2 @@
export declare const version = "abi/5.6.2"; export declare const version = "abi/5.6.3";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "abi/5.6.2"; export const version = "abi/5.6.3";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "abi/5.6.2"; export declare const version = "abi/5.6.3";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "abi/5.6.2"; exports.version = "abi/5.6.3";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "abi/5.6.2"; export const version = "abi/5.6.3";

@ -1,2 +1,2 @@
export declare const version = "abstract-provider/5.6.0"; export declare const version = "abstract-provider/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "abstract-provider/5.6.0"; export const version = "abstract-provider/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "abstract-provider/5.6.0"; export declare const version = "abstract-provider/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "abstract-provider/5.6.0"; exports.version = "abstract-provider/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "abstract-provider/5.6.0"; export const version = "abstract-provider/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "abstract-signer/5.6.1"; export declare const version = "abstract-signer/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "abstract-signer/5.6.1"; export const version = "abstract-signer/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "abstract-signer/5.6.1"; export declare const version = "abstract-signer/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "abstract-signer/5.6.1"; exports.version = "abstract-signer/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "abstract-signer/5.6.1"; export const version = "abstract-signer/5.6.2";

@ -1,2 +1,2 @@
export declare const version = "address/5.6.0"; export declare const version = "address/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "address/5.6.0"; export const version = "address/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "address/5.6.0"; export declare const version = "address/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "address/5.6.0"; exports.version = "address/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "address/5.6.0"; export const version = "address/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "asm/5.6.0"; export declare const version = "asm/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "asm/5.6.0"; export const version = "asm/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "asm/5.6.0"; export declare const version = "asm/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "asm/5.6.0"; exports.version = "asm/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "asm/5.6.0"; export const version = "asm/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "base64/5.6.0"; export declare const version = "base64/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "base64/5.6.0"; export const version = "base64/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "base64/5.6.0"; export declare const version = "base64/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "base64/5.6.0"; exports.version = "base64/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "base64/5.6.0"; export const version = "base64/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "basex/5.6.0"; export declare const version = "basex/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "basex/5.6.0"; export const version = "basex/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "basex/5.6.0"; export declare const version = "basex/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "basex/5.6.0"; exports.version = "basex/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "basex/5.6.0"; export const version = "basex/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "bignumber/5.6.1"; export declare const version = "bignumber/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "bignumber/5.6.1"; export const version = "bignumber/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "bignumber/5.6.1"; export declare const version = "bignumber/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "bignumber/5.6.1"; exports.version = "bignumber/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "bignumber/5.6.1"; export const version = "bignumber/5.6.2";

@ -1,2 +1,2 @@
export declare const version = "cli/5.6.0"; export declare const version = "cli/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "cli/5.6.0"; export const version = "cli/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "cli/5.6.0"; export declare const version = "cli/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "cli/5.6.0"; exports.version = "cli/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "cli/5.6.0"; export const version = "cli/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "constants/5.6.0"; export declare const version = "constants/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "constants/5.6.0"; export const version = "constants/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "constants/5.6.0"; export declare const version = "constants/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "constants/5.6.0"; exports.version = "constants/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "constants/5.6.0"; export const version = "constants/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "contracts/5.6.1"; export declare const version = "contracts/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "contracts/5.6.1"; export const version = "contracts/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "contracts/5.6.1"; export declare const version = "contracts/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "contracts/5.6.1"; exports.version = "contracts/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "contracts/5.6.1"; export const version = "contracts/5.6.2";

@ -160,7 +160,7 @@ var bn = createCommonjsModule(function (module) {
number = -number; number = -number;
} }
if (number < 0x4000000) { if (number < 0x4000000) {
this.words = [ number & 0x3ffffff ]; this.words = [number & 0x3ffffff];
this.length = 1; this.length = 1;
} else if (number < 0x10000000000000) { } else if (number < 0x10000000000000) {
this.words = [ this.words = [
@ -188,7 +188,7 @@ var bn = createCommonjsModule(function (module) {
// Perhaps a Uint8Array // Perhaps a Uint8Array
assert(typeof number.length === 'number'); assert(typeof number.length === 'number');
if (number.length <= 0) { if (number.length <= 0) {
this.words = [ 0 ]; this.words = [0];
this.length = 1; this.length = 1;
return this; return this;
} }
@ -224,20 +224,22 @@ var bn = createCommonjsModule(function (module) {
} }
} }
} }
return this.strip(); return this._strip();
}; };
function parseHex4Bits (string, index) { function parseHex4Bits (string, index) {
var c = string.charCodeAt(index); var c = string.charCodeAt(index);
// '0' - '9'
if (c >= 48 && c <= 57) {
return c - 48;
// 'A' - 'F' // 'A' - 'F'
if (c >= 65 && c <= 70) { } else if (c >= 65 && c <= 70) {
return c - 55; return c - 55;
// 'a' - 'f' // 'a' - 'f'
} else if (c >= 97 && c <= 102) { } else if (c >= 97 && c <= 102) {
return c - 87; return c - 87;
// '0' - '9'
} else { } else {
return (c - 48) & 0xf; assert(false, 'Invalid character in ' + string);
} }
} }
@ -289,11 +291,12 @@ var bn = createCommonjsModule(function (module) {
} }
} }
this.strip(); this._strip();
}; };
function parseBase (str, start, end, mul) { function parseBase (str, start, end, mul) {
var r = 0; var r = 0;
var b = 0;
var len = Math.min(str.length, end); var len = Math.min(str.length, end);
for (var i = start; i < len; i++) { for (var i = start; i < len; i++) {
var c = str.charCodeAt(i) - 48; var c = str.charCodeAt(i) - 48;
@ -302,23 +305,25 @@ var bn = createCommonjsModule(function (module) {
// 'a' // 'a'
if (c >= 49) { if (c >= 49) {
r += c - 49 + 0xa; b = c - 49 + 0xa;
// 'A' // 'A'
} else if (c >= 17) { } else if (c >= 17) {
r += c - 17 + 0xa; b = c - 17 + 0xa;
// '0' - '9' // '0' - '9'
} else { } else {
r += c; b = c;
} }
assert(c >= 0 && b < mul, 'Invalid character');
r += b;
} }
return r; return r;
} }
BN.prototype._parseBase = function _parseBase (number, base, start) { BN.prototype._parseBase = function _parseBase (number, base, start) {
// Initialize as zero // Initialize as zero
this.words = [ 0 ]; this.words = [0];
this.length = 1; this.length = 1;
// Find length of limb in base // Find length of limb in base
@ -360,7 +365,7 @@ var bn = createCommonjsModule(function (module) {
} }
} }
this.strip(); this._strip();
}; };
BN.prototype.copy = function copy (dest) { BN.prototype.copy = function copy (dest) {
@ -373,6 +378,17 @@ var bn = createCommonjsModule(function (module) {
dest.red = this.red; dest.red = this.red;
}; };
function move (dest, src) {
dest.words = src.words;
dest.length = src.length;
dest.negative = src.negative;
dest.red = src.red;
}
BN.prototype._move = function _move (dest) {
move(dest, this);
};
BN.prototype.clone = function clone () { BN.prototype.clone = function clone () {
var r = new BN(null); var r = new BN(null);
this.copy(r); this.copy(r);
@ -387,7 +403,7 @@ var bn = createCommonjsModule(function (module) {
}; };
// Remove leading `0` from `this` // Remove leading `0` from `this`
BN.prototype.strip = function strip () { BN.prototype._strip = function strip () {
while (this.length > 1 && this.words[this.length - 1] === 0) { while (this.length > 1 && this.words[this.length - 1] === 0) {
this.length--; this.length--;
} }
@ -402,9 +418,21 @@ var bn = createCommonjsModule(function (module) {
return this; return this;
}; };
BN.prototype.inspect = function inspect () { // Check Symbol.for because not everywhere where Symbol defined
// See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Browser_compatibility
if (typeof Symbol !== 'undefined' && typeof Symbol.for === 'function') {
try {
BN.prototype[Symbol.for('nodejs.util.inspect.custom')] = inspect;
} catch (e) {
BN.prototype.inspect = inspect;
}
} else {
BN.prototype.inspect = inspect;
}
function inspect () {
return (this.red ? '<BN-R: ' : '<BN: ') + this.toString(16) + '>'; return (this.red ? '<BN-R: ' : '<BN: ') + this.toString(16) + '>';
}; }
/* /*
@ -496,16 +524,16 @@ var bn = createCommonjsModule(function (module) {
var w = this.words[i]; var w = this.words[i];
var word = (((w << off) | carry) & 0xffffff).toString(16); var word = (((w << off) | carry) & 0xffffff).toString(16);
carry = (w >>> (24 - off)) & 0xffffff; carry = (w >>> (24 - off)) & 0xffffff;
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
off += 2; off += 2;
if (off >= 26) { if (off >= 26) {
off -= 26; off -= 26;
i--; i--;
} }
if (carry !== 0 || i !== this.length - 1) {
out = zeros[6 - word.length] + word + out;
} else {
out = word + out;
}
} }
if (carry !== 0) { if (carry !== 0) {
out = carry.toString(16) + out; out = carry.toString(16) + out;
@ -528,7 +556,7 @@ var bn = createCommonjsModule(function (module) {
var c = this.clone(); var c = this.clone();
c.negative = 0; c.negative = 0;
while (!c.isZero()) { while (!c.isZero()) {
var r = c.modn(groupBase).toString(base); var r = c.modrn(groupBase).toString(base);
c = c.idivn(groupBase); c = c.idivn(groupBase);
if (!c.isZero()) { if (!c.isZero()) {
@ -566,56 +594,110 @@ var bn = createCommonjsModule(function (module) {
}; };
BN.prototype.toJSON = function toJSON () { BN.prototype.toJSON = function toJSON () {
return this.toString(16); return this.toString(16, 2);
}; };
BN.prototype.toBuffer = function toBuffer (endian, length) { if (Buffer) {
assert(typeof Buffer !== 'undefined'); BN.prototype.toBuffer = function toBuffer (endian, length) {
return this.toArrayLike(Buffer, endian, length); return this.toArrayLike(Buffer, endian, length);
}; };
}
BN.prototype.toArray = function toArray (endian, length) { BN.prototype.toArray = function toArray (endian, length) {
return this.toArrayLike(Array, endian, length); return this.toArrayLike(Array, endian, length);
}; };
var allocate = function allocate (ArrayType, size) {
if (ArrayType.allocUnsafe) {
return ArrayType.allocUnsafe(size);
}
return new ArrayType(size);
};
BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) { BN.prototype.toArrayLike = function toArrayLike (ArrayType, endian, length) {
this._strip();
var byteLength = this.byteLength(); var byteLength = this.byteLength();
var reqLength = length || Math.max(1, byteLength); var reqLength = length || Math.max(1, byteLength);
assert(byteLength <= reqLength, 'byte array longer than desired length'); assert(byteLength <= reqLength, 'byte array longer than desired length');
assert(reqLength > 0, 'Requested array length <= 0'); assert(reqLength > 0, 'Requested array length <= 0');
this.strip(); var res = allocate(ArrayType, reqLength);
var littleEndian = endian === 'le'; var postfix = endian === 'le' ? 'LE' : 'BE';
var res = new ArrayType(reqLength); this['_toArrayLike' + postfix](res, byteLength);
return res;
};
var b, i; BN.prototype._toArrayLikeLE = function _toArrayLikeLE (res, byteLength) {
var q = this.clone(); var position = 0;
if (!littleEndian) { var carry = 0;
// Assume big-endian
for (i = 0; i < reqLength - byteLength; i++) { for (var i = 0, shift = 0; i < this.length; i++) {
res[i] = 0; var word = (this.words[i] << shift) | carry;
res[position++] = word & 0xff;
if (position < res.length) {
res[position++] = (word >> 8) & 0xff;
}
if (position < res.length) {
res[position++] = (word >> 16) & 0xff;
} }
for (i = 0; !q.isZero(); i++) { if (shift === 6) {
b = q.andln(0xff); if (position < res.length) {
q.iushrn(8); res[position++] = (word >> 24) & 0xff;
}
res[reqLength - i - 1] = b; carry = 0;
} shift = 0;
} else { } else {
for (i = 0; !q.isZero(); i++) { carry = word >>> 24;
b = q.andln(0xff); shift += 2;
q.iushrn(8);
res[i] = b;
}
for (; i < reqLength; i++) {
res[i] = 0;
} }
} }
return res; if (position < res.length) {
res[position++] = carry;
while (position < res.length) {
res[position++] = 0;
}
}
};
BN.prototype._toArrayLikeBE = function _toArrayLikeBE (res, byteLength) {
var position = res.length - 1;
var carry = 0;
for (var i = 0, shift = 0; i < this.length; i++) {
var word = (this.words[i] << shift) | carry;
res[position--] = word & 0xff;
if (position >= 0) {
res[position--] = (word >> 8) & 0xff;
}
if (position >= 0) {
res[position--] = (word >> 16) & 0xff;
}
if (shift === 6) {
if (position >= 0) {
res[position--] = (word >> 24) & 0xff;
}
carry = 0;
shift = 0;
} else {
carry = word >>> 24;
shift += 2;
}
}
if (position >= 0) {
res[position--] = carry;
while (position >= 0) {
res[position--] = 0;
}
}
}; };
if (Math.clz32) { if (Math.clz32) {
@ -688,7 +770,7 @@ var bn = createCommonjsModule(function (module) {
var off = (bit / 26) | 0; var off = (bit / 26) | 0;
var wbit = bit % 26; var wbit = bit % 26;
w[bit] = (num.words[off] & (1 << wbit)) >>> wbit; w[bit] = (num.words[off] >>> wbit) & 0x01;
} }
return w; return w;
@ -752,7 +834,7 @@ var bn = createCommonjsModule(function (module) {
this.words[i] = this.words[i] | num.words[i]; this.words[i] = this.words[i] | num.words[i];
} }
return this.strip(); return this._strip();
}; };
BN.prototype.ior = function ior (num) { BN.prototype.ior = function ior (num) {
@ -787,7 +869,7 @@ var bn = createCommonjsModule(function (module) {
this.length = b.length; this.length = b.length;
return this.strip(); return this._strip();
}; };
BN.prototype.iand = function iand (num) { BN.prototype.iand = function iand (num) {
@ -831,7 +913,7 @@ var bn = createCommonjsModule(function (module) {
this.length = a.length; this.length = a.length;
return this.strip(); return this._strip();
}; };
BN.prototype.ixor = function ixor (num) { BN.prototype.ixor = function ixor (num) {
@ -875,7 +957,7 @@ var bn = createCommonjsModule(function (module) {
} }
// And remove leading zeroes // And remove leading zeroes
return this.strip(); return this._strip();
}; };
BN.prototype.notn = function notn (width) { BN.prototype.notn = function notn (width) {
@ -897,7 +979,7 @@ var bn = createCommonjsModule(function (module) {
this.words[off] = this.words[off] & ~(1 << wbit); this.words[off] = this.words[off] & ~(1 << wbit);
} }
return this.strip(); return this._strip();
}; };
// Add `num` to `this` in-place // Add `num` to `this` in-place
@ -1038,7 +1120,7 @@ var bn = createCommonjsModule(function (module) {
this.negative = 1; this.negative = 1;
} }
return this.strip(); return this._strip();
}; };
// Subtract `num` from `this` // Subtract `num` from `this`
@ -1084,7 +1166,7 @@ var bn = createCommonjsModule(function (module) {
out.length--; out.length--;
} }
return out.strip(); return out._strip();
} }
// TODO(indutny): it may be reasonable to omit it for users who don't need // TODO(indutny): it may be reasonable to omit it for users who don't need
@ -1706,12 +1788,14 @@ var bn = createCommonjsModule(function (module) {
out.length--; out.length--;
} }
return out.strip(); return out._strip();
} }
function jumboMulTo (self, num, out) { function jumboMulTo (self, num, out) {
var fftm = new FFTM(); // Temporary disable, see https://github.com/indutny/bn.js/issues/211
return fftm.mulp(self, num, out); // var fftm = new FFTM();
// return fftm.mulp(self, num, out);
return bigMulTo(self, num, out);
} }
BN.prototype.mulTo = function mulTo (num, out) { BN.prototype.mulTo = function mulTo (num, out) {
@ -1923,7 +2007,7 @@ var bn = createCommonjsModule(function (module) {
out.negative = x.negative ^ y.negative; out.negative = x.negative ^ y.negative;
out.length = x.length + y.length; out.length = x.length + y.length;
return out.strip(); return out._strip();
}; };
// Multiply `this` by `num` // Multiply `this` by `num`
@ -1946,6 +2030,9 @@ var bn = createCommonjsModule(function (module) {
}; };
BN.prototype.imuln = function imuln (num) { BN.prototype.imuln = function imuln (num) {
var isNegNum = num < 0;
if (isNegNum) num = -num;
assert(typeof num === 'number'); assert(typeof num === 'number');
assert(num < 0x4000000); assert(num < 0x4000000);
@ -1966,7 +2053,7 @@ var bn = createCommonjsModule(function (module) {
this.length++; this.length++;
} }
return this; return isNegNum ? this.ineg() : this;
}; };
BN.prototype.muln = function muln (num) { BN.prototype.muln = function muln (num) {
@ -2041,7 +2128,7 @@ var bn = createCommonjsModule(function (module) {
this.length += s; this.length += s;
} }
return this.strip(); return this._strip();
}; };
BN.prototype.ishln = function ishln (bits) { BN.prototype.ishln = function ishln (bits) {
@ -2107,7 +2194,7 @@ var bn = createCommonjsModule(function (module) {
this.length = 1; this.length = 1;
} }
return this.strip(); return this._strip();
}; };
BN.prototype.ishrn = function ishrn (bits, hint, extended) { BN.prototype.ishrn = function ishrn (bits, hint, extended) {
@ -2172,7 +2259,7 @@ var bn = createCommonjsModule(function (module) {
this.words[this.length - 1] &= mask; this.words[this.length - 1] &= mask;
} }
return this.strip(); return this._strip();
}; };
// Return only lowers bits of number // Return only lowers bits of number
@ -2188,7 +2275,7 @@ var bn = createCommonjsModule(function (module) {
// Possible sign change // Possible sign change
if (this.negative !== 0) { if (this.negative !== 0) {
if (this.length === 1 && (this.words[0] | 0) < num) { if (this.length === 1 && (this.words[0] | 0) <= num) {
this.words[0] = num - (this.words[0] | 0); this.words[0] = num - (this.words[0] | 0);
this.negative = 0; this.negative = 0;
return this; return this;
@ -2247,7 +2334,7 @@ var bn = createCommonjsModule(function (module) {
} }
} }
return this.strip(); return this._strip();
}; };
BN.prototype.addn = function addn (num) { BN.prototype.addn = function addn (num) {
@ -2289,7 +2376,7 @@ var bn = createCommonjsModule(function (module) {
this.words[i + shift] = w & 0x3ffffff; this.words[i + shift] = w & 0x3ffffff;
} }
if (carry === 0) return this.strip(); if (carry === 0) return this._strip();
// Subtraction overflow // Subtraction overflow
assert(carry === -1); assert(carry === -1);
@ -2301,7 +2388,7 @@ var bn = createCommonjsModule(function (module) {
} }
this.negative = 1; this.negative = 1;
return this.strip(); return this._strip();
}; };
BN.prototype._wordDiv = function _wordDiv (num, mode) { BN.prototype._wordDiv = function _wordDiv (num, mode) {
@ -2363,9 +2450,9 @@ var bn = createCommonjsModule(function (module) {
} }
} }
if (q) { if (q) {
q.strip(); q._strip();
} }
a.strip(); a._strip();
// Denormalize // Denormalize
if (mode !== 'div' && shift !== 0) { if (mode !== 'div' && shift !== 0) {
@ -2464,13 +2551,13 @@ var bn = createCommonjsModule(function (module) {
if (mode === 'mod') { if (mode === 'mod') {
return { return {
div: null, div: null,
mod: new BN(this.modn(num.words[0])) mod: new BN(this.modrn(num.words[0]))
}; };
} }
return { return {
div: this.divn(num.words[0]), div: this.divn(num.words[0]),
mod: new BN(this.modn(num.words[0])) mod: new BN(this.modrn(num.words[0]))
}; };
} }
@ -2505,13 +2592,16 @@ var bn = createCommonjsModule(function (module) {
var cmp = mod.cmp(half); var cmp = mod.cmp(half);
// Round down // Round down
if (cmp < 0 || r2 === 1 && cmp === 0) return dm.div; if (cmp < 0 || (r2 === 1 && cmp === 0)) return dm.div;
// Round up // Round up
return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1); return dm.div.negative !== 0 ? dm.div.isubn(1) : dm.div.iaddn(1);
}; };
BN.prototype.modn = function modn (num) { BN.prototype.modrn = function modrn (num) {
var isNegNum = num < 0;
if (isNegNum) num = -num;
assert(num <= 0x3ffffff); assert(num <= 0x3ffffff);
var p = (1 << 26) % num; var p = (1 << 26) % num;
@ -2520,11 +2610,19 @@ var bn = createCommonjsModule(function (module) {
acc = (p * acc + (this.words[i] | 0)) % num; acc = (p * acc + (this.words[i] | 0)) % num;
} }
return acc; return isNegNum ? -acc : acc;
};
// WARNING: DEPRECATED
BN.prototype.modn = function modn (num) {
return this.modrn(num);
}; };
// In-place division by number // In-place division by number
BN.prototype.idivn = function idivn (num) { BN.prototype.idivn = function idivn (num) {
var isNegNum = num < 0;
if (isNegNum) num = -num;
assert(num <= 0x3ffffff); assert(num <= 0x3ffffff);
var carry = 0; var carry = 0;
@ -2534,7 +2632,8 @@ var bn = createCommonjsModule(function (module) {
carry = w % num; carry = w % num;
} }
return this.strip(); this._strip();
return isNegNum ? this.ineg() : this;
}; };
BN.prototype.divn = function divn (num) { BN.prototype.divn = function divn (num) {
@ -2786,7 +2885,7 @@ var bn = createCommonjsModule(function (module) {
if (this.negative !== 0 && !negative) return -1; if (this.negative !== 0 && !negative) return -1;
if (this.negative === 0 && negative) return 1; if (this.negative === 0 && negative) return 1;
this.strip(); this._strip();
var res; var res;
if (this.length > 1) { if (this.length > 1) {
@ -3030,10 +3129,10 @@ var bn = createCommonjsModule(function (module) {
r.isub(this.p); r.isub(this.p);
} else { } else {
if (r.strip !== undefined) { if (r.strip !== undefined) {
// r is BN v4 instance // r is a BN v4 instance
r.strip(); r.strip();
} else { } else {
// r is BN v5 instance // r is a BN v5 instance
r._strip(); r._strip();
} }
} }
@ -3208,7 +3307,9 @@ var bn = createCommonjsModule(function (module) {
Red.prototype.imod = function imod (a) { Red.prototype.imod = function imod (a) {
if (this.prime) return this.prime.ireduce(a)._forceRed(this); if (this.prime) return this.prime.ireduce(a)._forceRed(this);
return a.umod(this.m)._forceRed(this);
move(a, a.umod(this.m)._forceRed(this));
return a;
}; };
Red.prototype.neg = function neg (a) { Red.prototype.neg = function neg (a) {
@ -4250,7 +4351,7 @@ function joinSignature(signature) {
])); ]));
} }
const version$2 = "bignumber/5.6.1"; const version$2 = "bignumber/5.6.2";
"use strict"; "use strict";
var BN = bn.BN; var BN = bn.BN;
@ -5029,7 +5130,7 @@ class Description {
} }
} }
const version$4 = "abi/5.6.2"; const version$4 = "abi/5.6.3";
"use strict"; "use strict";
const logger$4 = new Logger(version$4); const logger$4 = new Logger(version$4);
@ -6688,7 +6789,7 @@ function keccak256(data) {
return '0x' + sha3.keccak_256(arrayify(data)); return '0x' + sha3.keccak_256(arrayify(data));
} }
const version$5 = "rlp/5.6.0"; const version$5 = "rlp/5.6.1";
"use strict"; "use strict";
const logger$6 = new Logger(version$5); const logger$6 = new Logger(version$5);
@ -6812,7 +6913,7 @@ var index = /*#__PURE__*/Object.freeze({
decode: decode decode: decode
}); });
const version$6 = "address/5.6.0"; const version$6 = "address/5.6.1";
"use strict"; "use strict";
const logger$7 = new Logger(version$6); const logger$7 = new Logger(version$6);
@ -7345,7 +7446,7 @@ class NumberCoder extends Coder {
} }
} }
const version$7 = "strings/5.6.0"; const version$7 = "strings/5.6.1";
"use strict"; "use strict";
const logger$9 = new Logger(version$7); const logger$9 = new Logger(version$7);
@ -7965,7 +8066,7 @@ function id(text) {
return keccak256(toUtf8Bytes(text)); return keccak256(toUtf8Bytes(text));
} }
const version$8 = "hash/5.6.0"; const version$8 = "hash/5.6.1";
const logger$b = new Logger(version$8); const logger$b = new Logger(version$8);
const Zeros = new Uint8Array(32); const Zeros = new Uint8Array(32);
@ -9053,7 +9154,7 @@ class Interface {
"use strict"; "use strict";
const version$9 = "abstract-provider/5.6.0"; const version$9 = "abstract-provider/5.6.1";
"use strict"; "use strict";
var __awaiter$2 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter$2 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
@ -9160,7 +9261,7 @@ class Provider {
} }
} }
const version$a = "abstract-signer/5.6.1"; const version$a = "abstract-signer/5.6.2";
"use strict"; "use strict";
var __awaiter$3 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter$3 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
@ -13266,7 +13367,7 @@ elliptic.eddsa = /*RicMoo:ethers:require(./elliptic/eddsa)*/(null);
var EC$1 = elliptic_1.ec; var EC$1 = elliptic_1.ec;
const version$b = "signing-key/5.6.1"; const version$b = "signing-key/5.6.2";
"use strict"; "use strict";
const logger$g = new Logger(version$b); const logger$g = new Logger(version$b);
@ -13345,7 +13446,7 @@ function computePublicKey(key, compressed) {
return logger$g.throwArgumentError("invalid public or private key", "key", "[REDACTED]"); return logger$g.throwArgumentError("invalid public or private key", "key", "[REDACTED]");
} }
const version$c = "transactions/5.6.1"; const version$c = "transactions/5.6.2";
"use strict"; "use strict";
const logger$h = new Logger(version$c); const logger$h = new Logger(version$c);
@ -13722,7 +13823,7 @@ function parse(rawTransaction) {
}); });
} }
const version$d = "contracts/5.6.1"; const version$d = "contracts/5.6.2";
"use strict"; "use strict";
var __awaiter$4 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter$4 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
@ -14865,7 +14966,7 @@ var SupportedAlgorithm;
})(SupportedAlgorithm || (SupportedAlgorithm = {})); })(SupportedAlgorithm || (SupportedAlgorithm = {}));
; ;
const version$e = "sha2/5.6.0"; const version$e = "sha2/5.6.1";
"use strict"; "use strict";
const logger$j = new Logger(version$e); const logger$j = new Logger(version$e);
@ -14930,7 +15031,7 @@ function pbkdf2(password, salt, iterations, keylen, hashAlgorithm) {
return hexlify(DK); return hexlify(DK);
} }
const version$f = "wordlists/5.6.0"; const version$f = "wordlists/5.6.1";
"use strict"; "use strict";
// This gets overridden by rollup // This gets overridden by rollup
@ -15018,7 +15119,7 @@ const wordlists = {
"use strict"; "use strict";
const version$g = "hdnode/5.6.1"; const version$g = "hdnode/5.6.2";
"use strict"; "use strict";
const logger$l = new Logger(version$g); const logger$l = new Logger(version$g);
@ -15338,7 +15439,7 @@ function getAccountPath(index) {
return `m/44'/60'/${index}'/0/0`; return `m/44'/60'/${index}'/0/0`;
} }
const version$h = "random/5.6.0"; const version$h = "random/5.6.1";
"use strict"; "use strict";
const logger$m = new Logger(version$h); const logger$m = new Logger(version$h);
@ -16195,7 +16296,7 @@ var aesJs = createCommonjsModule(function (module, exports) {
})(commonjsGlobal); })(commonjsGlobal);
}); });
const version$i = "json-wallets/5.6.0"; const version$i = "json-wallets/5.6.1";
"use strict"; "use strict";
function looseArrayify(hexString) { function looseArrayify(hexString) {
@ -17165,7 +17266,7 @@ function decryptJsonWalletSync(json, password) {
throw new Error("invalid JSON wallet"); throw new Error("invalid JSON wallet");
} }
const version$j = "wallet/5.6.1"; const version$j = "wallet/5.6.2";
"use strict"; "use strict";
var __awaiter$6 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter$6 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
@ -17593,7 +17694,7 @@ var index$2 = /*#__PURE__*/Object.freeze({
encode: encode$1 encode: encode$1
}); });
const version$l = "web/5.6.0"; const version$l = "web/5.6.1";
"use strict"; "use strict";
var __awaiter$7 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter$7 = (commonjsGlobal && commonjsGlobal.__awaiter) || function (thisArg, _arguments, P, generator) {
@ -18217,7 +18318,7 @@ var bech32 = {
fromWords: fromWords fromWords: fromWords
}; };
const version$m = "providers/5.6.7"; const version$m = "providers/5.6.8";
"use strict"; "use strict";
const logger$s = new Logger(version$m); const logger$s = new Logger(version$m);
@ -23361,7 +23462,7 @@ var index$3 = /*#__PURE__*/Object.freeze({
Formatter: Formatter Formatter: Formatter
}); });
const version$n = "solidity/5.6.0"; const version$n = "solidity/5.6.1";
"use strict"; "use strict";
const regexBytes = new RegExp("^bytes([0-9]+)$"); const regexBytes = new RegExp("^bytes([0-9]+)$");
@ -23447,7 +23548,7 @@ function sha256$2(types, values) {
return sha256$1(pack$1(types, values)); return sha256$1(pack$1(types, values));
} }
const version$o = "units/5.6.0"; const version$o = "units/5.6.1";
"use strict"; "use strict";
const logger$I = new Logger(version$o); const logger$I = new Logger(version$o);
@ -23635,7 +23736,7 @@ var utils$1 = /*#__PURE__*/Object.freeze({
Indexed: Indexed Indexed: Indexed
}); });
const version$p = "ethers/5.6.7"; const version$p = "ethers/5.6.8";
"use strict"; "use strict";
const logger$J = new Logger(version$p); const logger$J = new Logger(version$p);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,2 +1,2 @@
export declare const version = "ethers/5.6.7"; export declare const version = "ethers/5.6.8";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "ethers/5.6.7"; export const version = "ethers/5.6.8";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "ethers/5.6.7"; export declare const version = "ethers/5.6.8";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "ethers/5.6.7"; exports.version = "ethers/5.6.8";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "ethers/5.6.7"; export const version = "ethers/5.6.8";

@ -1,2 +1,2 @@
export declare const version = "experimental/5.6.1"; export declare const version = "experimental/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "experimental/5.6.1"; export const version = "experimental/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "experimental/5.6.1"; export declare const version = "experimental/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "experimental/5.6.1"; exports.version = "experimental/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "experimental/5.6.1"; export const version = "experimental/5.6.2";

@ -1,2 +1,2 @@
export declare const version = "hardware-wallets/5.6.0"; export declare const version = "hardware-wallets/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "hardware-wallets/5.6.0"; export const version = "hardware-wallets/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "hardware-wallets/5.6.0"; export declare const version = "hardware-wallets/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "hardware-wallets/5.6.0"; exports.version = "hardware-wallets/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "hardware-wallets/5.6.0"; export const version = "hardware-wallets/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "hash/5.6.0"; export declare const version = "hash/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "hash/5.6.0"; export const version = "hash/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "hash/5.6.0"; export declare const version = "hash/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "hash/5.6.0"; exports.version = "hash/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "hash/5.6.0"; export const version = "hash/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "hdnode/5.6.1"; export declare const version = "hdnode/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "hdnode/5.6.1"; export const version = "hdnode/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "hdnode/5.6.1"; export declare const version = "hdnode/5.6.2";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "hdnode/5.6.1"; exports.version = "hdnode/5.6.2";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "hdnode/5.6.1"; export const version = "hdnode/5.6.2";

@ -1,2 +1,2 @@
export declare const version = "json-wallets/5.6.0"; export declare const version = "json-wallets/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "json-wallets/5.6.0"; export const version = "json-wallets/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "json-wallets/5.6.0"; export declare const version = "json-wallets/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "json-wallets/5.6.0"; exports.version = "json-wallets/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1 +1 @@
export const version = "json-wallets/5.6.0"; export const version = "json-wallets/5.6.1";

@ -1,2 +1,2 @@
export declare const version = "keccak256/5.6.0"; export declare const version = "keccak256/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,2 +1,2 @@
export const version = "keccak256/5.6.0"; export const version = "keccak256/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

@ -1,2 +1,2 @@
export declare const version = "keccak256/5.6.0"; export declare const version = "keccak256/5.6.1";
//# sourceMappingURL=_version.d.ts.map //# sourceMappingURL=_version.d.ts.map

@ -1,5 +1,5 @@
"use strict"; "use strict";
Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0; exports.version = void 0;
exports.version = "keccak256/5.6.0"; exports.version = "keccak256/5.6.1";
//# sourceMappingURL=_version.js.map //# sourceMappingURL=_version.js.map

Some files were not shown because too many files have changed in this diff Show More