Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@layerzerolabs/lz-definitions

Package Overview
Dependencies
Maintainers
7
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@layerzerolabs/lz-definitions - npm Package Compare versions

Comparing version 1.5.3-robintest.1 to 1.5.3-robintest.2

2

dist/utils/utils.js

@@ -121,3 +121,3 @@ "use strict";

function getChainIdForNetwork(chain, stage, ulnVersion) {
const endpointId = chainAndStageToEndpointId(chain, stage, enums_1.EndpointVersion.V1);
const endpointId = chainAndStageToEndpointId(chain, stage, ['1', '2'].includes(ulnVersion) ? enums_1.EndpointVersion.V1 : enums_1.EndpointVersion.V2);
return (ulnVersion == '1' ? endpointId - ULN_V1_BIAS : endpointId).toString();

@@ -124,0 +124,0 @@ }

{
"name": "@layerzerolabs/lz-definitions",
"version": "1.5.3-robintest.1",
"version": "1.5.3-robintest.2",
"description": "LayerZero Utility",

@@ -5,0 +5,0 @@ "license": "MIT",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc