@lodestar/validator 1.36.0-dev.f1c85decbb → 1.36.0-dev.f3703b7882

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: 45_000_000,
16
+ defaultGasLimit: 60_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.36.0-dev.f1c85decbb",
3
+ "version": "1.36.0-dev.f3703b7882",
4
4
  "description": "A Typescript implementation of the validator client",
5
5
  "author": "ChainSafe Systems",
6
6
  "license": "Apache-2.0",
@@ -50,19 +50,19 @@
50
50
  "dependencies": {
51
51
  "@chainsafe/blst": "^2.2.0",
52
52
  "@chainsafe/ssz": "^1.2.2",
53
- "@lodestar/api": "1.36.0-dev.f1c85decbb",
54
- "@lodestar/config": "1.36.0-dev.f1c85decbb",
55
- "@lodestar/db": "1.36.0-dev.f1c85decbb",
56
- "@lodestar/params": "1.36.0-dev.f1c85decbb",
57
- "@lodestar/state-transition": "1.36.0-dev.f1c85decbb",
58
- "@lodestar/types": "1.36.0-dev.f1c85decbb",
59
- "@lodestar/utils": "1.36.0-dev.f1c85decbb",
53
+ "@lodestar/api": "1.36.0-dev.f3703b7882",
54
+ "@lodestar/config": "1.36.0-dev.f3703b7882",
55
+ "@lodestar/db": "1.36.0-dev.f3703b7882",
56
+ "@lodestar/params": "1.36.0-dev.f3703b7882",
57
+ "@lodestar/state-transition": "1.36.0-dev.f3703b7882",
58
+ "@lodestar/types": "1.36.0-dev.f3703b7882",
59
+ "@lodestar/utils": "1.36.0-dev.f3703b7882",
60
60
  "strict-event-emitter-types": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@lodestar/test-utils": "1.36.0-dev.f1c85decbb",
63
+ "@lodestar/test-utils": "1.36.0-dev.f3703b7882",
64
64
  "bigint-buffer": "^1.1.5",
65
65
  "rimraf": "^4.4.1"
66
66
  },
67
- "gitHead": "1816d38dcbd9ae37fb0e8822a064c0d315ff727a"
67
+ "gitHead": "d5b3792550870ea5525f3da803d4fdbd88a6fbbb"
68
68
  }
@@ -131,7 +131,7 @@ type ValidatorData = ProposerConfig & {
131
131
 
132
132
  export const defaultOptions = {
133
133
  suggestedFeeRecipient: "0x0000000000000000000000000000000000000000",
134
- defaultGasLimit: 45_000_000,
134
+ defaultGasLimit: 60_000_000,
135
135
  builderSelection: routes.validator.BuilderSelection.ExecutionOnly,
136
136
  builderAliasSelection: routes.validator.BuilderSelection.Default,
137
137
  builderBoostFactor: BigInt(100),