Closed Benjtalkshow closed 2 months ago
@fracek i have updated my PR
I added a couple more comments. Also run pnpm lint:fix
@fracek
I have placed the docString
close to the function and simplified the code. I also ran pnpm fix:lint
@fracek
I have placed the docString
close to the function and simplified the code.
I also ran pnpm fix:lint
@fracek
I have placed the docString
close to the function and simplified the code.
I also ran pnpm fix:lint
Looks good now! Once you fix formatting and the CI passes I will merge it.
Looks good now! Once you fix formatting and the CI passes I will merge it.
@fracek Please i updated the repo
@fracek Please i updated the repo
Looks like the new code caught an issue in the old code! Please fix the test and make sure linting and tests work before pushing.
Looks like the new code caught an issue in the old code! Please fix the test and make sure linting and tests work before pushing.
Sir it seems each time I run lint, it adds another issue. How can I avoid this?
Run lint:fix
and test
locally and fix issues as they come.
Thank you for this!
Thank you for this!
You're welcome sir
Closes #452
To address the issue with address formatting in the
useAccount
hook, I have implemented a newgetAddress
function. This function ensures that addresses are consistently prefixed with 0x, aligning with the expected Address type.