@lodestar/validator 1.32.0-dev.42e678f502 → 1.32.0-dev.4637c6a21a

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.
@@ -13,7 +13,7 @@ export var SignerType;
13
13
  })(SignerType || (SignerType = {}));
14
14
  export const defaultOptions = {
15
15
  suggestedFeeRecipient: "0x0000000000000000000000000000000000000000",
16
- defaultGasLimit: 36_000_000,
16
+ defaultGasLimit: 45_000_000,
17
17
  builderSelection: routes.validator.BuilderSelection.ExecutionOnly,
18
18
  builderAliasSelection: routes.validator.BuilderSelection.Default,
19
19
  builderBoostFactor: BigInt(100),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodestar/validator",
3
- "version": "1.32.0-dev.42e678f502",
3
+ "version": "1.32.0-dev.4637c6a21a",
4
4
  "description": "A Typescript implementation of the validator client",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -47,19 +47,19 @@
47
47
  "dependencies": {
48
48
  "@chainsafe/blst": "^2.2.0",
49
49
  "@chainsafe/ssz": "^1.2.1",
50
- "@lodestar/api": "1.32.0-dev.42e678f502",
51
- "@lodestar/config": "1.32.0-dev.42e678f502",
52
- "@lodestar/db": "1.32.0-dev.42e678f502",
53
- "@lodestar/params": "1.32.0-dev.42e678f502",
54
- "@lodestar/state-transition": "1.32.0-dev.42e678f502",
55
- "@lodestar/types": "1.32.0-dev.42e678f502",
56
- "@lodestar/utils": "1.32.0-dev.42e678f502",
50
+ "@lodestar/api": "1.32.0-dev.4637c6a21a",
51
+ "@lodestar/config": "1.32.0-dev.4637c6a21a",
52
+ "@lodestar/db": "1.32.0-dev.4637c6a21a",
53
+ "@lodestar/params": "1.32.0-dev.4637c6a21a",
54
+ "@lodestar/state-transition": "1.32.0-dev.4637c6a21a",
55
+ "@lodestar/types": "1.32.0-dev.4637c6a21a",
56
+ "@lodestar/utils": "1.32.0-dev.4637c6a21a",
57
57
  "strict-event-emitter-types": "^2.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@lodestar/test-utils": "1.32.0-dev.42e678f502",
60
+ "@lodestar/test-utils": "1.32.0-dev.4637c6a21a",
61
61
  "bigint-buffer": "^1.1.5",
62
62
  "rimraf": "^4.4.1"
63
63
  },
64
- "gitHead": "42204acfedd85c8b9b50196c56736237b0dabe93"
64
+ "gitHead": "dd37f08c93e1b3d8859cfaf02d806b430190510b"
65
65
  }