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

build-lz-options

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-lz-options

Build LayerZero options with one command

  • 0.2.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

LayerZero

build-lz-options

NPM Version Downloads NPM License

Create LayerZero OApp Options Static Badge

This package provides a convenient way to build and serialize Options for LayerZero OApps.

npx build-lz-options@latest
# or
yarn build-lz-options
# or
pnpm build-lz-options
# or
bunx build-lz-options

:warning: Known Warnings

Options do not specify any lzReceive gas

The default LayerZero ExecutorFeeLib requires the sum of lzReceive gas for all Options for a message is a positive integer. This is classified as a warning and not an error, as build-lz-options tool is not aware of the context in which the generated Options are used. For example, Options may be combined elsewhere in the application, perhaps with OApp Enforced Options, and the result will have a positive lzReceive gas sum.

PreCrime Verifier Option is not supported by the default LayerZero DVN. Please ensure the DVN you have specified supports this option.

The default LayerZero DVN does not currently support the Verifier PreCrime option. If you specify this option, please ensure that the DVN you are using supports PreCrime.

Keywords

FAQs

Package last updated on 29 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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