@toruslabs/ethereum-controllers 8.10.0 → 8.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -139,7 +139,7 @@ class NetworkController extends baseControllers.BaseController {
|
|
|
139
139
|
} = _this$getProviderConf,
|
|
140
140
|
rest = _objectWithoutProperties(_this$getProviderConf, _excluded);
|
|
141
141
|
if (!chainId || !rpcTarget) {
|
|
142
|
-
throw new Error("chainId and rpcTarget must be
|
|
142
|
+
throw new Error("chainId and rpcTarget must be provided in providerConfig");
|
|
143
143
|
}
|
|
144
144
|
this.configureStandardProvider(_objectSpread({
|
|
145
145
|
chainId,
|
|
@@ -140,7 +140,7 @@ class NetworkController extends BaseController {
|
|
|
140
140
|
} = _this$getProviderConf,
|
|
141
141
|
rest = _objectWithoutProperties(_this$getProviderConf, _excluded);
|
|
142
142
|
if (!chainId || !rpcTarget) {
|
|
143
|
-
throw new Error("chainId and rpcTarget must be
|
|
143
|
+
throw new Error("chainId and rpcTarget must be provided in providerConfig");
|
|
144
144
|
}
|
|
145
145
|
this.configureStandardProvider(_objectSpread({
|
|
146
146
|
chainId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toruslabs/ethereum-controllers",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.13.0",
|
|
4
4
|
"homepage": "https://github.com/torusresearch/controllers#readme",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@ethereumjs/util": "^10.1.0",
|
|
23
23
|
"@metamask/delegation-toolkit": "~0.13.0",
|
|
24
|
-
"@toruslabs/base-controllers": "^8.
|
|
24
|
+
"@toruslabs/base-controllers": "^8.13.0",
|
|
25
25
|
"@toruslabs/http-helpers": "^8.1.1",
|
|
26
26
|
"@web3auth/auth": "^10.7.0",
|
|
27
27
|
"async-mutex": "^0.5.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "d0504d55cda8ab22e439c812ce24ea685d73e36b",
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@typechain/ethers-v6": "^0.5.1",
|
|
70
70
|
"typechain": "^8.3.2"
|