Ajayi Adekunle Michael

Results 6 issues of Ajayi Adekunle Michael

`const [web3Network, web3NetworkHooks] = initializeConnector( (actions) => new Network({ actions, urlMap: RPC_PROVIDERS, defaultChainId: 5554 }) );` `export const networkConnection: Connection = { connector: web3Network, hooks: web3NetworkHooks, type: ConnectionType.NETWORK, };` Expected...

### Current Behavior Although test runs fine, but test files are displayed in red immediately after generating a new tsdx project or when any file is changed, accompanied by this...

I wrote a series of comprehensive articles for anyone strugling to use this library in their application Part A - Explains what redux-multicall is and why you should use it:...

## Description This pull request is for the zkEVM Challenge 1. I have reviewed the zkEVM documentation and shared my understanding through a Twitter thread using the hashtags #zkThon and...

Completed and approved

This PR fixes the issue with the mention dropdown in a cast modal not being clickable Closes ##483 Loom video here: https://www.loom.com/share/a7872ba1473246c99a91094ffad9f557?sid=4a5f80a8-37be-48c8-a97d-1852de482ec0

### Summary This pull request (PR) focuses on improving the responsiveness and usability of the app on small screens. The main changes include: - Turning the draft component into a...