@layerzerolabs/verify-contract 1.1.27 → 1.1.29
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.
- package/README.md +1 -1
- package/dist/cli.js +8 -8
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -38,7 +38,7 @@ npx @layerzerolabs/verify-contract --help
|
|
|
38
38
|
|
|
39
39
|
Using the CLI, contracts can be verified one network at a time.
|
|
40
40
|
|
|
41
|
-
###
|
|
41
|
+
### Programmatic usage
|
|
42
42
|
|
|
43
43
|
The package provides two types of verification for hardhat deploy: _target_ and _non-target_.
|
|
44
44
|
|