-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add types for any (round 2) #654
Labels
Comments
sven-so
added a commit
to sven-so/od-app
that referenced
this issue
Dec 10, 2024
Related to open-dollar#654 Just a test for copilot workspace. Let copilot generate everything. Not yet tried out Add types to replace `ts-ignore` comments in various files. * **cypress/support/commands.ts** - Add types for `sendAsync` and `send` methods in `CustomizedBridge` class. - Import `TransactionRequest` and `TransactionResponse` from `@ethersproject/providers`. * **src/abis/common.ts** - Add types for `TypedListener` type definition. * **src/abis/Erc20.ts** - Remove `@ts-ignore` from import statements. * **src/components/ConnectedWalletInfo.tsx** - Add return type for `formatConnectorName` function. * **src/components/Icons/Identicon.tsx** - Remove `@ts-ignore` from import statement. * **src/components/Modals/ProxyModal.tsx** - Add type for `signer` in `handleCreateAccount` function. * **src/connectors/index.ts** - Remove `@ts-ignore` comments and add types for `walletconnect` initialization. * **src/hooks/useContract.ts** - Add types for `useContract` function and remove `@ts-ignore` comments. * **src/utils/constants.ts** - Add types for `geb` export and remove `@ts-ignore` comments.
@pi0neerpat : sry, didn't know, that it is directly linked with your repo. Just wanted to try something. Please ignore. Won't happen again. |
Would you like to help with this PR? We would love to have your support. AI assisted PRs are welcome :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add types wherever ts-ignore is used
The text was updated successfully, but these errors were encountered: