You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@chainsafe/lodestar-params

Package Overview
Dependencies
0
Maintainers
5
Versions
846
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.38.0 to 0.39.0-dev.1f5fe901c3

10

lib/forkName.d.ts
/**
* Forks in order of occurance
* Fork code name in order of occurance
*/

@@ -9,2 +9,10 @@ export declare enum ForkName {

}
/**
* Fork sequence number inorder of occurance
*/
export declare enum ForkSeq {
phase0 = 0,
altair = 1,
bellatrix = 2
}
//# sourceMappingURL=forkName.d.ts.map
/**
* Forks in order of occurance
* Fork code name in order of occurance
*/

@@ -10,2 +10,11 @@ export var ForkName;

})(ForkName || (ForkName = {}));
/**
* Fork sequence number inorder of occurance
*/
export var ForkSeq;
(function (ForkSeq) {
ForkSeq[ForkSeq["phase0"] = 0] = "phase0";
ForkSeq[ForkSeq["altair"] = 1] = "altair";
ForkSeq[ForkSeq["bellatrix"] = 2] = "bellatrix";
})(ForkSeq || (ForkSeq = {}));
//# sourceMappingURL=forkName.js.map

2

lib/index.d.ts
import { PresetName } from "./presetName.js";
export * from "./interface/index.js";
export { ForkName } from "./forkName.js";
export { ForkName, ForkSeq } from "./forkName.js";
export { presetToJson } from "./json.js";

@@ -5,0 +5,0 @@ export { PresetName };

@@ -8,3 +8,3 @@ var _a;

export * from "./interface/index.js";
export { ForkName } from "./forkName.js";
export { ForkName, ForkSeq } from "./forkName.js";
export { presetToJson } from "./json.js";

@@ -11,0 +11,0 @@ export { PresetName };

{
"name": "@chainsafe/lodestar-params",
"version": "0.38.0",
"version": "0.39.0-dev.1f5fe901c3",
"description": "Chain parameters required for lodestar",

@@ -65,3 +65,3 @@ "author": "ChainSafe Systems",

},
"gitHead": "c7cf92e9e39ce4cb13ff7d750e18eff7d4d05de5"
"gitHead": "aacaf666e705a9502f0a8792c7916e890215adb0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc