witty 🪿

Results 21 issues of witty 🪿

I noticed a few issues in the documentation that could use some refinement for clarity and grammatical accuracy. Here's what I've addressed: 1. **"Enter in the contract address"** - The...

**Description** Typo found in the following sentence: > **"More Mission will be added throughout the Season, so check back regularly!"** Correct version: **"More Missions will be added throughout the Season,...

**Description** Improved comment clarity for better understanding. In the original code, the comment: ```js // Docs CI wallet, will have deposits and withdrawals. ``` was slightly ambiguous. I updated it...

I've refactored the `fetchData` function and related token processing logic to improve performance, clarity, and maintainability. Here's a summary of the changes: 1. **Switched to `fetch`:** Replaced the outdated `XMLHttpRequest`...

I’ve corrected the typo "inheritence" to "inheritance" in several places across the code.

### **Description:** The interface was named `GetTransfersRequest`, but based on its structure and the naming convention of other interfaces, it should be `GetTokenTransfersRequest` to match `GetTokenTransfersReply`.

## Description I refactored the contract methods to use a single `sendTransaction` function for all transactions, reducing code repetition. The existing method structure remains unchanged, ensuring consistency, while simplifying the...

## Description I’ve fixed a error in the `EASNetworks` by correcting the variable `ARIBITRUM_NOVA` to `ARBITRUM_NOVA` (with a single “I”), which resolves the issue with the "Arbitrum Nova" network name....

The `chain-id` was set as `testt`, but it looks like the intended name was `test`.

found and corrected a minor typo — "differnet" is now properly written as "different" in the deployment instructions. keeping the docs accurate and professional. --- ## PR-Codex overview This PR...