Dmitry
Dmitry
## Motivation Fixed a typo to improve the readability of the documentation. ## Change Summary Typo: "**Read out**" should be "**Read our**." Corrected version: "**Read our documentation [here]**" Corrected. ##...
corrected a grammatical issue in the user permissions description. the phrase "makes user able" has been updated to "makes users able" for proper grammar.
- `getNftTransfers` now correctly expects `GetNftTransfersRequest` instead of `GetTransfersRequest`. - Added missing `await` in `send` to ensure proper error handling.
noticed a typo where "WalletConnet" was used instead of "WalletConnect". Just corrected it to avoid confusion.
Fixed an issue where `cfg.enable` would not default to `false` if undefined, ensuring the config block is skipped when missing or set to `false`. Also used `lib.mkIf` for proper conditional...
## Description Turns out the script was grouping commands instead of just running them because of how parentheses were used. Tweaked it so everything runs like it should now. ##...
i've removed the link to https://brainbench.xyz/, as the project is no longer active
I noticed a typo in the variable name "valdiator". It should be "validator".
# TITLE ## Description I’ve corrected two issues in the script: 1. The syntax for setting the default value for the `NODE_EXPORTER_DIR` variable was wrong. The corrected version now properly...
# Description `-path` was unnecessarily used before `-prune`. Since `-prune` already prevents recursion in `./initia` and `./ibc`, the extra argument wasn’t needed. Cleaned it up to simplify the command without...