Skip to content

Commit

Permalink
chore: Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 16, 2024
1 parent f0392c5 commit 8e858d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/popular-socks-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@layerzerolabs/ua-devtools-evm-hardhat": patch
---

Fix a typo in a task name
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const action: ActionType<TaskArgs> = async ({ logLevel = 'info', oappConfig }) =

task(
TASK_LZ_OAPP_CONFIG_GET,
'Outputs Custom OApp Config, Default OApp Config, and Active OApp Config. Each config contains Send & Receive Librarys, Send Uln & Executor Configs, and Recieve Executor Configs',
'Outputs Custom OApp Config, Default OApp Config, and Active OApp Config. Each config contains Send & Receive Libraries, Send Uln & Executor Configs, and Recieve Executor Configs',
action
)
.addParam('logLevel', 'Logging level. One of: error, warn, info, verbose, debug, silly', 'info', types.logLevel)
Expand Down

0 comments on commit 8e858d6

Please sign in to comment.