Updated packages with version lock and moved types.
This commit is contained in:
parent
019c1fc708
commit
85b4db7d6d
@ -7,15 +7,15 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/hash": ">5.0.0-beta.0",
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0"
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -31,5 +31,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x48cbad8938a128d8f52b87e30c92a1ad2b28af9aee2d1faf1a4c23d60a14b2d3"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xe4021eb72e5aed6edb4b6cf5fa70f01afa6f1ae200e40bea8861b60a59759b4a"
|
||||||
}
|
}
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/networks": ">5.0.0-beta.0",
|
"@ethersproject/networks": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/web": ">5.0.0-beta.0"
|
"@ethersproject/web": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -29,5 +29,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x478d4364ced856f3b5ee51da258a5ae239b97a5d1a58f25dd25b8e81f692683c"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x3a2082bb4e5d5f15beb057d863d32cf55a086c6065f05202df62a520f717deea"
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0"
|
"@ethersproject/properties": ">=5.0.0-beta.131"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xc1853f4ac83975080e51babe4f0613122ce5b1b5d68287c84d44a5663cf5546c"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xfe7d31b31b069c4f4600f1f7eea2a9f271a6f8f919e0c17fc578acae251237db"
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/rlp": ">5.0.0-beta.0",
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
||||||
"bn.js": "^4.4.0"
|
"bn.js": "^4.4.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -28,5 +28,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x3f3fd1c8422ddd05719dfb37df8292d27e93ae1ce0d0d48e5cdc263082e35a78"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x4cf2a1710526cbee72754e01d0819087d80c4e6f95393dfc9037aeec5ed9cde2"
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0"
|
"@ethersproject/bytes": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -24,5 +24,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x390db88947a298518774fc7b8d5f9b36191df44152bca2370a890d44d44e731f"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xaf339d29758af1140ec01b737ab3241b28f376a6ff66c85e75d6f8a9b29886f2"
|
||||||
}
|
}
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0"
|
"@ethersproject/properties": ">=5.0.0-beta.131"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -24,5 +24,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x6375a21ec47208aa3a867f26061dbd56afcb7eb51f70c6955b99718fe3ebc32a"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x229d72d84c96d355704e5ee6947554004006ce117a2e18fe46d9fdf3a7697c97"
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"bn.js": "^4.4.0"
|
"bn.js": "^4.4.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x3b0c080f96f262333cb2191f8160e1aef0d93f9af107c1aa0876d007817c9e76"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x9a95bbb76aa2acea22c52711473585eef5196d7400f9144d6d1322e890fb3264"
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -25,5 +25,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x4b7f4f6a34bc4d5c4fe15a01b7c698e8250f828933bb6202248a660d0fb5edfb"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x11da50922c3e91c2fa195a580699ba92774bc3275a1154309ffcff8dee314c8d"
|
||||||
}
|
}
|
||||||
|
@ -482,6 +482,10 @@ class SetControllerPlugin extends AddressAccountPlugin {
|
|||||||
});
|
});
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield _super.run.call(this);
|
yield _super.run.call(this);
|
||||||
|
this.dump("Set Subnode: " + this.name, {
|
||||||
|
"Nodehash": this.nodehash,
|
||||||
|
"Owner": this.address
|
||||||
|
});
|
||||||
this.getEns().setOwner(this.nodehash, this.address);
|
this.getEns().setOwner(this.nodehash, this.address);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -514,8 +518,9 @@ class SetSubnodePlugin extends AddressAccountPlugin {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield _super.run.call(this);
|
yield _super.run.call(this);
|
||||||
this.dump("Set Subnode: " + this.name, {
|
this.dump("Set Subnode: " + this.name, {
|
||||||
Label: this.label,
|
"Label": this.label,
|
||||||
Node: this.node
|
"Node": this.node,
|
||||||
|
"Owner": this.address
|
||||||
});
|
});
|
||||||
yield this.getEns().setSubnodeOwner(ethers.utils.namehash(this.node), ethers.utils.id(this.label), this.address);
|
yield this.getEns().setSubnodeOwner(ethers.utils.namehash(this.node), ethers.utils.id(this.label), this.address);
|
||||||
});
|
});
|
||||||
@ -539,8 +544,8 @@ class SetResolverPlugin extends AddressAccountPlugin {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield _super.run.call(this);
|
yield _super.run.call(this);
|
||||||
this.dump("Set Resolver: " + this.name, {
|
this.dump("Set Resolver: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Resolver: this.address
|
"Resolver": this.address
|
||||||
});
|
});
|
||||||
yield this.getEns().setResolver(this.nodehash, this.address);
|
yield this.getEns().setResolver(this.nodehash, this.address);
|
||||||
});
|
});
|
||||||
@ -561,8 +566,8 @@ class SetAddrPlugin extends AddressAccountPlugin {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield _super.run.call(this);
|
yield _super.run.call(this);
|
||||||
this.dump("Set Addr: " + this.name, {
|
this.dump("Set Addr: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Address: this.address
|
"Address": this.address
|
||||||
});
|
});
|
||||||
let resolver = yield this.getResolver(this.nodehash);
|
let resolver = yield this.getResolver(this.nodehash);
|
||||||
yield resolver.setAddr(this.nodehash, this.address);
|
yield resolver.setAddr(this.nodehash, this.address);
|
||||||
@ -804,7 +809,7 @@ class ReclaimPlugin extends AddressAccountPlugin {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
yield _super.run.call(this);
|
yield _super.run.call(this);
|
||||||
this.dump("Reclaim: " + this.name, {
|
this.dump("Reclaim: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
"Address": this.address,
|
"Address": this.address,
|
||||||
});
|
});
|
||||||
let registrar = yield this.getEthRegistrar();
|
let registrar = yield this.getEthRegistrar();
|
||||||
|
@ -187,7 +187,7 @@ class WrappedSigner extends ethers.Signer {
|
|||||||
}
|
}
|
||||||
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) {
|
if (tx.nonce != null) {
|
||||||
info["None"] = tx.nonce;
|
info["Nonce"] = tx.nonce;
|
||||||
}
|
}
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
@ -224,7 +224,7 @@ class WrappedSigner extends ethers.Signer {
|
|||||||
}
|
}
|
||||||
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) {
|
if (tx.nonce != null) {
|
||||||
info["None"] = tx.nonce;
|
info["Nonce"] = tx.nonce;
|
||||||
}
|
}
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
|
@ -750,6 +750,10 @@ var SetControllerPlugin = /** @class */ (function (_super) {
|
|||||||
case 0: return [4 /*yield*/, _super.prototype.run.call(this)];
|
case 0: return [4 /*yield*/, _super.prototype.run.call(this)];
|
||||||
case 1:
|
case 1:
|
||||||
_a.sent();
|
_a.sent();
|
||||||
|
this.dump("Set Subnode: " + this.name, {
|
||||||
|
"Nodehash": this.nodehash,
|
||||||
|
"Owner": this.address
|
||||||
|
});
|
||||||
this.getEns().setOwner(this.nodehash, this.address);
|
this.getEns().setOwner(this.nodehash, this.address);
|
||||||
return [2 /*return*/];
|
return [2 /*return*/];
|
||||||
}
|
}
|
||||||
@ -801,8 +805,9 @@ var SetSubnodePlugin = /** @class */ (function (_super) {
|
|||||||
case 1:
|
case 1:
|
||||||
_a.sent();
|
_a.sent();
|
||||||
this.dump("Set Subnode: " + this.name, {
|
this.dump("Set Subnode: " + this.name, {
|
||||||
Label: this.label,
|
"Label": this.label,
|
||||||
Node: this.node
|
"Node": this.node,
|
||||||
|
"Owner": this.address
|
||||||
});
|
});
|
||||||
return [4 /*yield*/, this.getEns().setSubnodeOwner(ethers_1.ethers.utils.namehash(this.node), ethers_1.ethers.utils.id(this.label), this.address)];
|
return [4 /*yield*/, this.getEns().setSubnodeOwner(ethers_1.ethers.utils.namehash(this.node), ethers_1.ethers.utils.id(this.label), this.address)];
|
||||||
case 2:
|
case 2:
|
||||||
@ -837,8 +842,8 @@ var SetResolverPlugin = /** @class */ (function (_super) {
|
|||||||
case 1:
|
case 1:
|
||||||
_a.sent();
|
_a.sent();
|
||||||
this.dump("Set Resolver: " + this.name, {
|
this.dump("Set Resolver: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Resolver: this.address
|
"Resolver": this.address
|
||||||
});
|
});
|
||||||
return [4 /*yield*/, this.getEns().setResolver(this.nodehash, this.address)];
|
return [4 /*yield*/, this.getEns().setResolver(this.nodehash, this.address)];
|
||||||
case 2:
|
case 2:
|
||||||
@ -871,8 +876,8 @@ var SetAddrPlugin = /** @class */ (function (_super) {
|
|||||||
case 1:
|
case 1:
|
||||||
_a.sent();
|
_a.sent();
|
||||||
this.dump("Set Addr: " + this.name, {
|
this.dump("Set Addr: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Address: this.address
|
"Address": this.address
|
||||||
});
|
});
|
||||||
return [4 /*yield*/, this.getResolver(this.nodehash)];
|
return [4 /*yield*/, this.getResolver(this.nodehash)];
|
||||||
case 2:
|
case 2:
|
||||||
@ -1256,7 +1261,7 @@ var ReclaimPlugin = /** @class */ (function (_super) {
|
|||||||
case 1:
|
case 1:
|
||||||
_a.sent();
|
_a.sent();
|
||||||
this.dump("Reclaim: " + this.name, {
|
this.dump("Reclaim: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
"Address": this.address,
|
"Address": this.address,
|
||||||
});
|
});
|
||||||
return [4 /*yield*/, this.getEthRegistrar()];
|
return [4 /*yield*/, this.getEthRegistrar()];
|
||||||
|
@ -287,7 +287,7 @@ var WrappedSigner = /** @class */ (function (_super) {
|
|||||||
}
|
}
|
||||||
info["Value"] = (ethers_1.ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers_1.ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) {
|
if (tx.nonce != null) {
|
||||||
info["None"] = tx.nonce;
|
info["Nonce"] = tx.nonce;
|
||||||
}
|
}
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers_1.ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers_1.ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
@ -341,7 +341,7 @@ var WrappedSigner = /** @class */ (function (_super) {
|
|||||||
}
|
}
|
||||||
info["Value"] = (ethers_1.ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers_1.ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) {
|
if (tx.nonce != null) {
|
||||||
info["None"] = tx.nonce;
|
info["Nonce"] = tx.nonce;
|
||||||
}
|
}
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers_1.ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers_1.ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "10.3.2",
|
"@types/node": "10.3.2",
|
||||||
"@ethersproject/basex": ">=5.0.0-beta.126",
|
"@ethersproject/basex": ">=5.0.0-beta.127",
|
||||||
"ethers": ">5.0.0-beta.0",
|
"ethers": ">=5.0.0-beta.156",
|
||||||
"mime-types": "2.1.11",
|
"mime-types": "2.1.11",
|
||||||
"scrypt-js": "2.0.4",
|
"scrypt-js": "2.0.4",
|
||||||
"solc": "0.5.10",
|
"solc": "0.5.10",
|
||||||
@ -35,5 +35,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x047aa677370e57a4c356aa7ca5d3e692038f4863413141cd1f325526c59a4096"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x045c7d61113b060ecb79426c442a9bcc28c3ed5baebd6c324b8c5ccdd83aa39c"
|
||||||
}
|
}
|
||||||
|
@ -493,6 +493,11 @@ class SetControllerPlugin extends AddressAccountPlugin {
|
|||||||
async run(): Promise<void> {
|
async run(): Promise<void> {
|
||||||
await super.run();
|
await super.run();
|
||||||
|
|
||||||
|
this.dump("Set Subnode: " + this.name, {
|
||||||
|
"Nodehash": this.nodehash,
|
||||||
|
"Owner": this.address
|
||||||
|
});
|
||||||
|
|
||||||
this.getEns().setOwner(this.nodehash, this.address);
|
this.getEns().setOwner(this.nodehash, this.address);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -522,8 +527,9 @@ class SetSubnodePlugin extends AddressAccountPlugin {
|
|||||||
await super.run();
|
await super.run();
|
||||||
|
|
||||||
this.dump("Set Subnode: " + this.name, {
|
this.dump("Set Subnode: " + this.name, {
|
||||||
Label: this.label,
|
"Label": this.label,
|
||||||
Node: this.node
|
"Node": this.node,
|
||||||
|
"Owner": this.address
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.getEns().setSubnodeOwner(ethers.utils.namehash(this.node), ethers.utils.id(this.label), this.address);
|
await this.getEns().setSubnodeOwner(ethers.utils.namehash(this.node), ethers.utils.id(this.label), this.address);
|
||||||
@ -547,8 +553,8 @@ class SetResolverPlugin extends AddressAccountPlugin {
|
|||||||
await super.run();
|
await super.run();
|
||||||
|
|
||||||
this.dump("Set Resolver: " + this.name, {
|
this.dump("Set Resolver: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Resolver: this.address
|
"Resolver": this.address
|
||||||
});
|
});
|
||||||
|
|
||||||
await this.getEns().setResolver(this.nodehash, this.address);
|
await this.getEns().setResolver(this.nodehash, this.address);
|
||||||
@ -569,8 +575,8 @@ class SetAddrPlugin extends AddressAccountPlugin {
|
|||||||
await super.run();
|
await super.run();
|
||||||
|
|
||||||
this.dump("Set Addr: " + this.name, {
|
this.dump("Set Addr: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
Address: this.address
|
"Address": this.address
|
||||||
});
|
});
|
||||||
|
|
||||||
let resolver = await this.getResolver(this.nodehash);
|
let resolver = await this.getResolver(this.nodehash);
|
||||||
@ -830,7 +836,7 @@ class ReclaimPlugin extends AddressAccountPlugin {
|
|||||||
await super.run();
|
await super.run();
|
||||||
|
|
||||||
this.dump("Reclaim: " + this.name, {
|
this.dump("Reclaim: " + this.name, {
|
||||||
Nodehash: this.nodehash,
|
"Nodehash": this.nodehash,
|
||||||
"Address": this.address,
|
"Address": this.address,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -196,7 +196,7 @@ class WrappedSigner extends ethers.Signer {
|
|||||||
if (tx.to != null) { info["To"] = tx.to; }
|
if (tx.to != null) { info["To"] = tx.to; }
|
||||||
if (tx.from != null) { info["From"] = tx.from; }
|
if (tx.from != null) { info["From"] = tx.from; }
|
||||||
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) { info["None"] = tx.nonce; }
|
if (tx.nonce != null) { info["Nonce"] = tx.nonce; }
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
info["Gas Price"] = (ethers.utils.formatUnits(tx.gasPrice || 0, "gwei") + " gwei"),
|
info["Gas Price"] = (ethers.utils.formatUnits(tx.gasPrice || 0, "gwei") + " gwei"),
|
||||||
@ -234,7 +234,7 @@ class WrappedSigner extends ethers.Signer {
|
|||||||
if (tx.to != null) { info["To"] = tx.to; }
|
if (tx.to != null) { info["To"] = tx.to; }
|
||||||
if (tx.from != null) { info["From"] = tx.from; }
|
if (tx.from != null) { info["From"] = tx.from; }
|
||||||
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
info["Value"] = (ethers.utils.formatEther(tx.value || 0) + " ether");
|
||||||
if (tx.nonce != null) { info["None"] = tx.nonce; }
|
if (tx.nonce != null) { info["Nonce"] = tx.nonce; }
|
||||||
info["Data"] = tx.data;
|
info["Data"] = tx.data;
|
||||||
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
info["Gas Limit"] = ethers.BigNumber.from(tx.gasLimit || 0).toString();
|
||||||
info["Gas Price"] = (ethers.utils.formatUnits(tx.gasPrice || 0, "gwei") + " gwei"),
|
info["Gas Price"] = (ethers.utils.formatUnits(tx.gasPrice || 0, "gwei") + " gwei"),
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0"
|
"@ethersproject/bignumber": ">=5.0.0-beta.130"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -23,5 +23,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x29b69bfc747774d3debf9874b27f05d4c8ea232d709ce955d931d18624a7b0d3"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xaeb8888de915b16261b73a42af366ff0cb997714c625dd1d01ad7efb06193ada"
|
||||||
}
|
}
|
||||||
|
@ -7,16 +7,16 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abi": ">5.0.0-beta.0",
|
"@ethersproject/abi": ">=5.0.0-beta.137",
|
||||||
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0"
|
"@ethersproject/transactions": ">=5.0.0-beta.128"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -32,5 +32,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xd9caa174a4d078052aef924411d3175358bd4539b192b625b3ee3a7a9ba9d653"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x3506d2a5a71c8d884650f4c345468885f236c3bb8446ef6d192f370f78cc402c"
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x7acbc055896e553d4aa8a18f61197c58d726ef6f44d01a403c323f28ce41330d"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xa4090df9190530d90a5a187fe1a831fc1e7178285bdfc561791daa8a1095be43"
|
||||||
}
|
}
|
||||||
|
10
packages/ethers/dist/ethers.esm.js
vendored
10
packages/ethers/dist/ethers.esm.js
vendored
@ -12701,7 +12701,7 @@ class HDNode {
|
|||||||
result = result._derive(index);
|
result = result._derive(index);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new Error("invlaid path component - " + component);
|
throw new Error("invalid path component - " + component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
@ -18672,9 +18672,6 @@ var utils$1 = /*#__PURE__*/Object.freeze({
|
|||||||
Indexed: Indexed
|
Indexed: Indexed
|
||||||
});
|
});
|
||||||
|
|
||||||
"use strict";
|
|
||||||
const platform = "node";
|
|
||||||
|
|
||||||
const version$l = "ethers/5.0.0-beta.155";
|
const version$l = "ethers/5.0.0-beta.155";
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
@ -18697,7 +18694,6 @@ function getDefaultProvider(network, options) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var ethers = /*#__PURE__*/Object.freeze({
|
var ethers = /*#__PURE__*/Object.freeze({
|
||||||
version: version$l,
|
|
||||||
Signer: Signer,
|
Signer: Signer,
|
||||||
Wallet: Wallet,
|
Wallet: Wallet,
|
||||||
VoidSigner: VoidSigner,
|
VoidSigner: VoidSigner,
|
||||||
@ -18712,10 +18708,10 @@ var ethers = /*#__PURE__*/Object.freeze({
|
|||||||
logger: logger$z,
|
logger: logger$z,
|
||||||
utils: utils$1,
|
utils: utils$1,
|
||||||
wordlists: browser_2$1,
|
wordlists: browser_2$1,
|
||||||
platform: platform,
|
version: version$l,
|
||||||
Wordlist: browser_1$2
|
Wordlist: browser_1$2
|
||||||
});
|
});
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
export { BigNumber, Contract, ContractFactory, FixedNumber, Signer, VoidSigner, Wallet, browser_1$2 as Wordlist, index$1 as constants, errors, ethers, getDefaultProvider, logger$z as logger, platform, providers, utils$1 as utils, version$l as version, browser_2$1 as wordlists };
|
export { BigNumber, Contract, ContractFactory, FixedNumber, Signer, VoidSigner, Wallet, browser_1$2 as Wordlist, index$1 as constants, errors, ethers, getDefaultProvider, logger$z as logger, providers, utils$1 as utils, version$l as version, browser_2$1 as wordlists };
|
||||||
|
2
packages/ethers/dist/ethers.esm.min.js
vendored
2
packages/ethers/dist/ethers.esm.min.js
vendored
File diff suppressed because one or more lines are too long
21
packages/ethers/dist/ethers.umd.js
vendored
21
packages/ethers/dist/ethers.umd.js
vendored
@ -13767,7 +13767,7 @@
|
|||||||
result = result._derive(index);
|
result = result._derive(index);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new Error("invlaid path component - " + component);
|
throw new Error("invalid path component - " + component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
@ -20607,15 +20607,6 @@
|
|||||||
var utils_75 = utils$3.SupportedAlgorithms;
|
var utils_75 = utils$3.SupportedAlgorithms;
|
||||||
var utils_76 = utils$3.UnicodeNormalizationForm;
|
var utils_76 = utils$3.UnicodeNormalizationForm;
|
||||||
|
|
||||||
var platform = createCommonjsModule(function (module, exports) {
|
|
||||||
"use strict";
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
||||||
exports.platform = "node";
|
|
||||||
});
|
|
||||||
|
|
||||||
var platform$1 = unwrapExports(platform);
|
|
||||||
var platform_1 = platform.platform;
|
|
||||||
|
|
||||||
var _version$K = createCommonjsModule(function (module, exports) {
|
var _version$K = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
@ -20660,9 +20651,6 @@
|
|||||||
exports.errors = errors;
|
exports.errors = errors;
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
// This is empty in node, and used by browserify to inject extra goodies
|
|
||||||
|
|
||||||
exports.platform = platform.platform;
|
|
||||||
// This is generated by "npm run dist"
|
// This is generated by "npm run dist"
|
||||||
|
|
||||||
exports.version = _version$K.version;
|
exports.version = _version$K.version;
|
||||||
@ -20700,10 +20688,9 @@
|
|||||||
var ethers_11 = ethers.wordlists;
|
var ethers_11 = ethers.wordlists;
|
||||||
var ethers_12 = ethers.utils;
|
var ethers_12 = ethers.utils;
|
||||||
var ethers_13 = ethers.errors;
|
var ethers_13 = ethers.errors;
|
||||||
var ethers_14 = ethers.platform;
|
var ethers_14 = ethers.version;
|
||||||
var ethers_15 = ethers.version;
|
var ethers_15 = ethers.logger;
|
||||||
var ethers_16 = ethers.logger;
|
var ethers_16 = ethers.getDefaultProvider;
|
||||||
var ethers_17 = ethers.getDefaultProvider;
|
|
||||||
|
|
||||||
var lib$p = createCommonjsModule(function (module, exports) {
|
var lib$p = createCommonjsModule(function (module, exports) {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
2
packages/ethers/dist/ethers.umd.min.js
vendored
2
packages/ethers/dist/ethers.umd.min.js
vendored
File diff suppressed because one or more lines are too long
3
packages/ethers/lib.esm/ethers.d.ts
vendored
3
packages/ethers/lib.esm/ethers.d.ts
vendored
@ -12,9 +12,8 @@ declare const errors: {
|
|||||||
import { BigNumberish } from "@ethersproject/bignumber";
|
import { BigNumberish } from "@ethersproject/bignumber";
|
||||||
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
|
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
|
||||||
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
|
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
|
||||||
import { platform } from "./platform";
|
|
||||||
import { version } from "./_version";
|
import { version } from "./_version";
|
||||||
declare const logger: utils.Logger;
|
declare const logger: utils.Logger;
|
||||||
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface } from "@ethersproject/contracts";
|
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface } from "@ethersproject/contracts";
|
||||||
declare function getDefaultProvider(network?: providers.Network | string, options?: any): providers.BaseProvider;
|
declare function getDefaultProvider(network?: providers.Network | string, options?: any): providers.BaseProvider;
|
||||||
export { version, Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, platform, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist };
|
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist };
|
||||||
|
@ -11,8 +11,6 @@ import { Logger } from "@ethersproject/logger";
|
|||||||
const errors = Logger.errors;
|
const errors = Logger.errors;
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
// This is empty in node, and used by browserify to inject extra goodies
|
|
||||||
import { platform } from "./platform";
|
|
||||||
// This is generated by "npm run dist"
|
// This is generated by "npm run dist"
|
||||||
import { version } from "./_version";
|
import { version } from "./_version";
|
||||||
const logger = new Logger(version);
|
const logger = new Logger(version);
|
||||||
@ -33,7 +31,7 @@ function getDefaultProvider(network, options) {
|
|||||||
}
|
}
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Exports
|
// Exports
|
||||||
export { version, Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists,
|
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists,
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
platform, Wordlist };
|
version, Wordlist };
|
||||||
|
3
packages/ethers/lib/ethers.d.ts
vendored
3
packages/ethers/lib/ethers.d.ts
vendored
@ -12,9 +12,8 @@ declare const errors: {
|
|||||||
import { BigNumberish } from "@ethersproject/bignumber";
|
import { BigNumberish } from "@ethersproject/bignumber";
|
||||||
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
|
import { Bytes, BytesLike, Signature } from "@ethersproject/bytes";
|
||||||
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
|
import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
|
||||||
import { platform } from "./platform";
|
|
||||||
import { version } from "./_version";
|
import { version } from "./_version";
|
||||||
declare const logger: utils.Logger;
|
declare const logger: utils.Logger;
|
||||||
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface } from "@ethersproject/contracts";
|
import { ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface } from "@ethersproject/contracts";
|
||||||
declare function getDefaultProvider(network?: providers.Network | string, options?: any): providers.BaseProvider;
|
declare function getDefaultProvider(network?: providers.Network | string, options?: any): providers.BaseProvider;
|
||||||
export { version, Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, platform, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist };
|
export { Signer, Wallet, VoidSigner, getDefaultProvider, providers, Contract, ContractFactory, BigNumber, FixedNumber, constants, errors, logger, utils, wordlists, version, ContractFunction, ContractReceipt, ContractTransaction, Event, EventFilter, Overrides, PayableOverrides, CallOverrides, ContractInterface, BigNumberish, Bytes, BytesLike, Signature, Transaction, UnsignedTransaction, Wordlist };
|
||||||
|
@ -32,9 +32,6 @@ var errors = logger_1.Logger.errors;
|
|||||||
exports.errors = errors;
|
exports.errors = errors;
|
||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
// This is empty in node, and used by browserify to inject extra goodies
|
|
||||||
var platform_1 = require("./platform");
|
|
||||||
exports.platform = platform_1.platform;
|
|
||||||
// This is generated by "npm run dist"
|
// This is generated by "npm run dist"
|
||||||
var _version_1 = require("./_version");
|
var _version_1 = require("./_version");
|
||||||
exports.version = _version_1.version;
|
exports.version = _version_1.version;
|
||||||
|
@ -4,49 +4,40 @@
|
|||||||
"description": "Umbrella package for most common Ethers libraries.",
|
"description": "Umbrella package for most common Ethers libraries.",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dist": "npm run dist-browser && npm run dist-minified",
|
|
||||||
"dist-browser": "browserify -s ethers -g ./scripts/transform index.js -o ./dist/ethers.js",
|
|
||||||
"dist-minified": "uglifyjs --compress --mangle --output ./dist/ethers.min.js -- ./dist/ethers.js",
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abi": ">5.0.0-beta.0",
|
"@ethersproject/abi": ">=5.0.0-beta.137",
|
||||||
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/base64": ">5.0.0-beta.0",
|
"@ethersproject/base64": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/contracts": ">5.0.0-beta.0",
|
"@ethersproject/contracts": ">=5.0.0-beta.137",
|
||||||
"@ethersproject/hash": ">5.0.0-beta.0",
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/hdnode": ">5.0.0-beta.0",
|
"@ethersproject/hdnode": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/json-wallets": ">5.0.0-beta.0",
|
"@ethersproject/json-wallets": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/networks": ">5.0.0-beta.0",
|
"@ethersproject/networks": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/providers": ">5.0.0-beta.0",
|
"@ethersproject/providers": ">=5.0.0-beta.141",
|
||||||
"@ethersproject/random": ">5.0.0-beta.0",
|
"@ethersproject/random": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/rlp": ">5.0.0-beta.0",
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/sha2": ">5.0.0-beta.0",
|
"@ethersproject/sha2": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/signing-key": ">5.0.0-beta.0",
|
"@ethersproject/signing-key": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/solidity": ">5.0.0-beta.0",
|
"@ethersproject/solidity": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/units": ">5.0.0-beta.0",
|
"@ethersproject/units": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/wallet": ">5.0.0-beta.0",
|
"@ethersproject/wallet": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/web": ">5.0.0-beta.0",
|
"@ethersproject/web": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/wordlists": ">5.0.0-beta.0"
|
"@ethersproject/wordlists": ">=5.0.0-beta.128"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"browserify": "16.2.3",
|
|
||||||
"uglify-es": "3.3.9"
|
|
||||||
},
|
|
||||||
"browser": {
|
|
||||||
"platform.js": "browser-platform.js"
|
|
||||||
},
|
},
|
||||||
|
"browser": "./dist/ethers.umd.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
"ethers"
|
"ethers"
|
||||||
@ -60,6 +51,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./dist/ethers.esm.js",
|
||||||
"tarballHash": "0x75cf66f7ca99a6b0c1b4a1efc948fdec6efb877ceda8cc749adc0afb1925e1d2"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x745f61434bc7e817efc9b7ab44f3816b24078b664c9c666ec91e0e0af4155908"
|
||||||
}
|
}
|
||||||
|
@ -1,111 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
const fs = require('fs');
|
|
||||||
const path = require('path');
|
|
||||||
const through = require('through');
|
|
||||||
|
|
||||||
let show = { transformed: true, preserved: true };
|
|
||||||
|
|
||||||
// The elliptic package.json is only used for its version
|
|
||||||
var ellipticPackage = require('elliptic/package.json');
|
|
||||||
ellipticPackage = JSON.stringify({ version: ellipticPackage.version });
|
|
||||||
|
|
||||||
var version = require('../package.json').version;
|
|
||||||
|
|
||||||
var undef = "module.exports = undefined;";
|
|
||||||
var empty = "module.exports = {};";
|
|
||||||
|
|
||||||
// This is only used in getKeyPair, which we do not use; but we'll
|
|
||||||
// leave it in tact using the browser crypto functions
|
|
||||||
var brorand = "module.exports = function(length) { var result = new Uint8Array(length); (global.crypto || global.msCrypto).getRandomValues(result); return result; }";
|
|
||||||
|
|
||||||
// setImmediate is installed globally by our src.browser/shims.ts, loaded from src.ts/index.ts
|
|
||||||
var process = "module.exports = { browser: true };";
|
|
||||||
var timers = "module.exports = { setImmediate: global.setImmediate }; ";
|
|
||||||
|
|
||||||
function readShim(filename) {
|
|
||||||
return fs.readFileSync('./shims/' + filename + '.js').toString();
|
|
||||||
}
|
|
||||||
|
|
||||||
var transforms = {
|
|
||||||
|
|
||||||
// Remove the precomputed secp256k1 points
|
|
||||||
"elliptic/lib/elliptic/precomputed/secp256k1.js": undef,
|
|
||||||
|
|
||||||
// Remove curves we don't care about
|
|
||||||
"elliptic/curve/edwards.js": empty,
|
|
||||||
"elliptic/curve/mont.js": empty,
|
|
||||||
"elliptic/lib/elliptic/eddsa/.*": empty,
|
|
||||||
|
|
||||||
// We only use the version from this JSON package
|
|
||||||
"elliptic/package.json" : ellipticPackage,
|
|
||||||
|
|
||||||
// Remove unneeded hashing algorithms
|
|
||||||
"hash.js/lib/hash/sha/1.js": empty,
|
|
||||||
"hash.js/lib/hash/sha/224.js": empty,
|
|
||||||
"hash.js/lib/hash/sha/384.js": empty,
|
|
||||||
|
|
||||||
// Swap out borland for the random bytes we already have
|
|
||||||
"brorand/index.js": brorand,
|
|
||||||
|
|
||||||
// Used by sha3 if it exists; (so make it not exist)
|
|
||||||
"process/browser.js": process,
|
|
||||||
"timers-browserify/main.js": timers,
|
|
||||||
|
|
||||||
"ethers/platform.js": '"use strict";\n\nexports.platform = "browser\"',
|
|
||||||
};
|
|
||||||
|
|
||||||
function padding(length) {
|
|
||||||
let pad = '';
|
|
||||||
while (pad.length < length) { pad += ' '; }
|
|
||||||
return pad;
|
|
||||||
}
|
|
||||||
|
|
||||||
function transformFile(path) {
|
|
||||||
for (var pattern in transforms) {
|
|
||||||
if (path.match(new RegExp('/' + pattern + '$'))) {
|
|
||||||
return transforms[pattern];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
const dirname = path.resolve(__dirname, '../../..');
|
|
||||||
module.exports = function(pathname, options) {
|
|
||||||
let data = '';
|
|
||||||
return through(function(chunk) {
|
|
||||||
data += chunk;
|
|
||||||
}, function () {
|
|
||||||
var contents = fs.readFileSync(pathname).toString();
|
|
||||||
/*
|
|
||||||
[ 'Buffer' ].forEach((word) => {
|
|
||||||
if (contents.indexOf(word) !== -1) {
|
|
||||||
console.log("Found Bad Word:", word, "in", pathname)
|
|
||||||
}
|
|
||||||
});
|
|
||||||
*/
|
|
||||||
var transformed = transformFile(pathname);
|
|
||||||
var shortPath = pathname;
|
|
||||||
if (shortPath.substring(0, dirname.length) == dirname) {
|
|
||||||
shortPath = shortPath.substring(dirname.length);
|
|
||||||
}
|
|
||||||
var size = fs.readFileSync(pathname).length;
|
|
||||||
if (transformed != null) {
|
|
||||||
if (show.transformed) {
|
|
||||||
console.log('Transformed:', shortPath, padding(70 - shortPath.length), size, padding(6 - String(size).length), '=>', transformed.length);
|
|
||||||
}
|
|
||||||
data = transformed;
|
|
||||||
} else if (shortPath === '/src.ts/utils/wordlist.ts') {
|
|
||||||
data += '\n\nexportWordlist = true;'
|
|
||||||
if (show.transformed) {
|
|
||||||
console.log('Transformed:', shortPath, padding(70 - shortPath.length), size, padding(6 - String(size).length), '=>', data.length);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if (show.preserved) {
|
|
||||||
console.log('Preserved: ', shortPath, padding(70 - shortPath.length), size);
|
|
||||||
}
|
|
||||||
} this.queue(data);
|
|
||||||
|
|
||||||
this.queue(null);
|
|
||||||
});
|
|
||||||
}
|
|
@ -1,4 +0,0 @@
|
|||||||
"use strict";
|
|
||||||
|
|
||||||
export const platform = "browser";
|
|
||||||
|
|
@ -29,9 +29,6 @@ import { Transaction, UnsignedTransaction } from "@ethersproject/transactions";
|
|||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
|
|
||||||
// This is empty in node, and used by browserify to inject extra goodies
|
|
||||||
import { platform } from "./platform";
|
|
||||||
|
|
||||||
// This is generated by "npm run dist"
|
// This is generated by "npm run dist"
|
||||||
import { version } from "./_version";
|
import { version } from "./_version";
|
||||||
|
|
||||||
@ -75,8 +72,6 @@ function getDefaultProvider(network?: providers.Network | string, options?: any)
|
|||||||
// Exports
|
// Exports
|
||||||
|
|
||||||
export {
|
export {
|
||||||
version,
|
|
||||||
|
|
||||||
Signer,
|
Signer,
|
||||||
|
|
||||||
Wallet,
|
Wallet,
|
||||||
@ -104,8 +99,7 @@ export {
|
|||||||
////////////////////////
|
////////////////////////
|
||||||
// Compile-Time Constants
|
// Compile-Time Constants
|
||||||
|
|
||||||
platform,
|
version,
|
||||||
// version,
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////
|
////////////////////////
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
"use strict";
|
|
||||||
|
|
||||||
export const platform = "node";
|
|
@ -7,8 +7,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/web": ">5.0.0-beta.0",
|
"@ethersproject/web": ">=5.0.0-beta.129",
|
||||||
"ethers": ">5.0.0-beta.0",
|
"ethers": ">=5.0.0-beta.156",
|
||||||
"scrypt-js": "2.0.4"
|
"scrypt-js": "2.0.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -25,5 +25,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xaef8cc57062b7338b34d09bae80d7e320fd3f33d2623b76e30efb1a2b064bcc9"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x2d128ae608d72a963cd452b60ef6e7de728616a5db5aa3d954563c1e5e5a61dd"
|
||||||
}
|
}
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0"
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -26,5 +26,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x3bf4cb63c74debd7ce364c5193bc17eeb89162846505175bddd8eae172724d12"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xc98b05c98e389f24c4a131d48e699fe8c71fdce6314e08c85771d8105c11a3a6"
|
||||||
}
|
}
|
||||||
|
@ -156,7 +156,7 @@ export class HDNode {
|
|||||||
result = result._derive(index);
|
result = result._derive(index);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new Error("invlaid path component - " + component);
|
throw new Error("invalid path component - " + component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
@ -162,7 +162,7 @@ var HDNode = /** @class */ (function () {
|
|||||||
result = result._derive(index);
|
result = result._derive(index);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
throw new Error("invlaid path component - " + component);
|
throw new Error("invalid path component - " + component);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
@ -7,18 +7,18 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/basex": ">5.0.0-beta.0",
|
"@ethersproject/basex": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/sha2": ">5.0.0-beta.0",
|
"@ethersproject/sha2": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/signing-key": ">5.0.0-beta.0",
|
"@ethersproject/signing-key": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/wordlists": ">5.0.0-beta.0"
|
"@ethersproject/wordlists": ">=5.0.0-beta.128"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -34,5 +34,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x1aa41472296a4ab9726dfaa3c12a9ec142120e45fa76441bd4001f23f7c6c71f"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x9640d4f7336254f291b53454beee842a17fe3d364a333a7ca36d4c0a2f379c4b"
|
||||||
}
|
}
|
||||||
|
@ -7,17 +7,17 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/hdnode": ">5.0.0-beta.0",
|
"@ethersproject/hdnode": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/pbkdf2": ">5.0.0-beta.0",
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/random": ">5.0.0-beta.0",
|
"@ethersproject/random": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"aes-js": "3.0.0",
|
"aes-js": "3.0.0",
|
||||||
"scrypt-js": "2.0.4",
|
"scrypt-js": "2.0.4",
|
||||||
"uuid": "2.0.1"
|
"uuid": "2.0.1"
|
||||||
@ -36,5 +36,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x7bdd9f912bcc5995dd1556175bf3b9b2569e7bf31fec95e4a6fee21fc9c91308"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x02535f91fea9a0ded1739f635ab6385467386dabfdfd7340c35fdab99e43ce2b"
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"js-sha3": "0.5.7"
|
"js-sha3": "0.5.7"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -24,5 +24,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x1292347cbf0e4d2c969b299a48c285da51c2b5c87eee432e1a0ca1316d3c4df3"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x915c089d5a70dc60d293e190f5ad6f236b71d3db15b1029b2c2f9b93c1c2b874"
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xe63bdaccfd4ac8b5650dfc22ab48a27ae30db28f1e7e5148d5e278d88bca9f06"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xe9beae3de0c03fc44a9d89634010f86855ad0623a857951f623ebcc5c9e7ac99"
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -23,5 +23,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xf3d4268851266407e27c78868f6274203dd14bb6d52a9568f179862f3d00f786"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xcad125002afaa15f1dbfc70ee3b38fa76842c1d1cc001e55a655418c1a890356"
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/sha2": ">5.0.0-beta.0"
|
"@ethersproject/sha2": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -26,5 +26,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x5f104b9b5186d943d4b4f6fd7bc7a7e866ea355e39291c3aff275d57dd8badbd"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x93daf28ab8853621286ddd002a1462951f7140322eef402e52fbc8fea6b7b3ed"
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -25,5 +25,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x776280f444c3bf1c8c3581c88f3289253d6795adc776a401d17954e096bb60cb"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x52e4e17814611ea28122bb0cd323d0879b59d95fea17acf0ef3829925629a586"
|
||||||
}
|
}
|
||||||
|
@ -11,21 +11,21 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/hash": ">5.0.0-beta.0",
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/networks": ">5.0.0-beta.0",
|
"@ethersproject/networks": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/random": ">5.0.0-beta.0",
|
"@ethersproject/random": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/rlp": ">5.0.0-beta.0",
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/web": ">5.0.0-beta.0"
|
"@ethersproject/web": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "10.3.2"
|
"@types/node": "10.3.2"
|
||||||
@ -44,5 +44,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xb65f2fd000fd23cfc0ae137cf9f039249380b6639e0019ee5d2b43abec7e6271"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x655b117ac21836fcd5bed6025dbd53583596f141bc2b67b833342f60e37038d4"
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "10.3.2"
|
"@types/node": "10.3.2"
|
||||||
@ -29,5 +29,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xc6450e8215ec6b6d0fccda331c5541d2a5a7ebf86b7d4d0fd83429c08437f826"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x45c2e53529bd3cf7b1ba4bbbe448813aa2540b792fab4db7bdfbac9c204f1d7e"
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0"
|
"@ethersproject/bytes": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -24,5 +24,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x33e977a875ac88214d1dd31b62f4a4fb4c18710c3b0ea453b973656c80d4d824"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x0998523893f5ccc7d3b6029665329ccf09bfcfdea023c5190aaa4a813c8a22cc"
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"hash.js": "1.1.3"
|
"hash.js": "1.1.3"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -26,5 +26,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x87b6ff04df9c0df26a7afaf9880262797538b004b0581a72d108510f5b1f9235"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xcf4df0c243d91af669cf850c762132a62d8557b0dd9257252c8c91cf28c2ffe1"
|
||||||
}
|
}
|
||||||
|
@ -26,5 +26,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xaf9de32ae819cac08b2c3ab1ca7ce1f527a2d3c656d8c6dfceb4e9d9d6824aeb"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x1f5f87ba0d49d519f731a60c62c1545b61b0b33e1de2f4282390b613431e1e5b"
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"elliptic": "6.5.0"
|
"elliptic": "6.5.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -26,5 +26,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x0126d28a0bb036b3a68821568153fc33edd738f21757dcd79f8dfca33d5b09e7"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x2c2c7b6d5c1e203010905dc0d6f133c77b23589356e624e8b9aad9efaed3a3e9"
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/sha2": ">5.0.0-beta.0",
|
"@ethersproject/sha2": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0"
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x5a24d578f0111ef50d2380aa3f1958e6143d7edab3b1330647e3ac4b77f9115b"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x70bf6fa88a443007d944e0054cfef78b0423225c96e341afa83ddb62a76faf61"
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xcbb038765fe741066b9e003c1e805d9a6e8c617aeb4a1d96ab40425122fc9dd3"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x07bc7954dde6fb2e82297f1d68c9586f2587d3a1e3cf7b42f8689c697e6ddc15"
|
||||||
}
|
}
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"browserify-zlib": "^0.2.0"
|
"browserify-zlib": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -37,5 +37,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x3eecab2eb7ec5cb3a83064cef11b20e9be3abaf360fc24dc22ddb890ba072544"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x1a8a6c09a8ab073c966738bd4307cb6e8a342fea21c607f3084f3193b5c6c3e3"
|
||||||
}
|
}
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
"test-phantomjs": "npm run dist-phantomjs && phantomjs --web-security=false ../../node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./test.html ./tests/reporter.js"
|
"test-phantomjs": "npm run dist-phantomjs && phantomjs --web-security=false ../../node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./test.html ./tests/reporter.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/testcases": ">5.0.0-beta.0",
|
"@ethersproject/testcases": ">=5.0.0-beta.131",
|
||||||
"@types/mocha": "^5.2.0",
|
"@types/mocha": "^5.2.0",
|
||||||
"ethers": ">5.0.0-beta.0",
|
"ethers": ">=5.0.0-beta.156",
|
||||||
"mocha-phantomjs-core": "2.1.2"
|
"mocha-phantomjs-core": "2.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -37,5 +37,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0xbe37358972f6b48eaf05ca1a30f164a3da3370372aa81b5f71a6ced50f93f741"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xab7df0fb51d7584e117b4ed86356f52f0210a3d342dc9e40fce13fdcedc36ce4"
|
||||||
}
|
}
|
||||||
|
@ -7,15 +7,15 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/rlp": ">5.0.0-beta.0",
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/signing-key": ">5.0.0-beta.0"
|
"@ethersproject/signing-key": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -31,5 +31,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x5a7f7a0edf47aeda2379fb0759b59d538bb6d68b05508e1ee047643239d3beba"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x4ec76541ec348502606265f177e00918c3f6bebaaa9404c8d461f2c0419fa702"
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/constants": ">5.0.0-beta.0",
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0"
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x03fcf14ceb26ccd22b4bde2095d99815d33a3ee10c663c66863098cb04e5a949"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x87a9c05d77565d21d20960f9726058aa60d7ba073bf398853c44a72e22a0271b"
|
||||||
}
|
}
|
||||||
|
@ -7,21 +7,21 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/abstract-provider": ">5.0.0-beta.0",
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/abstract-signer": ">5.0.0-beta.0",
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
||||||
"@ethersproject/address": ">5.0.0-beta.0",
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/hash": ">5.0.0-beta.0",
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/hdnode": ">5.0.0-beta.0",
|
"@ethersproject/hdnode": ">=5.0.0-beta.130",
|
||||||
"@ethersproject/json-wallets": ">5.0.0-beta.0",
|
"@ethersproject/json-wallets": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/random": ">5.0.0-beta.0",
|
"@ethersproject/random": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/signing-key": ">5.0.0-beta.0",
|
"@ethersproject/signing-key": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/transactions": ">5.0.0-beta.0",
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/wordlists": ">5.0.0-beta.0"
|
"@ethersproject/wordlists": ">=5.0.0-beta.128"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -37,5 +37,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x089e1006fc830b53ddc8c3c4eb83774a600b56d16e7a86846ff5a82b209d22d6"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xfd9392a01600789cea9c66e20034bb90bf31d68eef45d855ef9d4e515c244e82"
|
||||||
}
|
}
|
||||||
|
@ -7,10 +7,10 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/base64": ">5.0.0-beta.0",
|
"@ethersproject/base64": ">=5.0.0-beta.126",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0",
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
||||||
"cross-fetch": "3.0.4"
|
"cross-fetch": "3.0.4"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -27,5 +27,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x10b30a94e8417a1835f4b0468b9cf5523959c856598bbdc914cb5902c0618e50"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0x2761dff44f2b31971630f4ce8f929365941dbcf7f4a6f050a940466ed9a185de"
|
||||||
}
|
}
|
||||||
|
@ -8,11 +8,11 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": ">5.0.0-beta.0",
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/hash": ">5.0.0-beta.0",
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
||||||
"@ethersproject/logger": ">5.0.0-beta.0",
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
||||||
"@ethersproject/properties": ">5.0.0-beta.0",
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
||||||
"@ethersproject/strings": ">5.0.0-beta.0"
|
"@ethersproject/strings": ">=5.0.0-beta.130"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Ethereum",
|
"Ethereum",
|
||||||
@ -28,5 +28,6 @@
|
|||||||
"url": "git://github.com/ethers-io/ethers.js.git"
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
||||||
},
|
},
|
||||||
"module": "./lib.esm/index.js",
|
"module": "./lib.esm/index.js",
|
||||||
"tarballHash": "0x7c5bb7cc5b54a118fd80e310c83087a8fbe5c4680812cc8bc78f0205052fbbb7"
|
"types": "./lib/index.d.ts",
|
||||||
|
"tarballHash": "0xfbae6dfff83852be5f9358b699964cadb286b5cbd6dd073b68cda7356e473af4"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user