-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: migrate coin98 to use Hub #992
base: next
Are you sure you want to change the base?
Conversation
} | ||
|
||
const formatAccounts = result.accounts.map( | ||
(account) => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you didn't specify the return type for getSolanaAccounts
in utitls
. this has an implicit any type. Please fix it in there or at least declare account
as any
explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
It won't connect if you select the Solana namespace only. |
Summary
Coin98 has been migrated to hub
Fixes # (issue)
Checklist: