build-lz-options
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "build-lz-options", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Build LayerZero options with one command", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,1 +32,10 @@ <p align="center"> | ||
``` | ||
## Warnings | ||
### :warning: Warning: 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. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1825888
41