-
Notifications
You must be signed in to change notification settings - Fork 139
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
updates for frontend wallet connection #439
Conversation
@Nityam573 make sure all pipelines are green |
@iamnovichek all pipelines are green please check |
@Nityam573 What is the issue you are assigned to? I cannot find it. |
@iamnovichek I wasn't assigned to any but was able to resolve this one |
@Nityam573 Did you talk about that with @djeck1432 ? |
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.
GJ
frontend/src/services/wallet.js
Outdated
const starknet = await connect(); | ||
if (!starknet.isConnected) { | ||
const { wallet } = await connect({ | ||
// connectors: [ |
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.
Do we need this commented code here?
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.
Nope not needed
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.
I removed it
@iamnovichek review please |
Closes #394