Skip to content
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 announce provider types #6

Closed
wants to merge 2 commits into from
Closed

add announce provider types #6

wants to merge 2 commits into from

Conversation

roninjin10
Copy link
Collaborator

Should this be here?

Copy link

vercel bot commented Sep 12, 2024

@roninjin10 is attempting to deploy a commit to the Wevm team on Vercel, but is not a member of this team. To resolve this issue, you can:

  • Make your repository public. Collaboration is free for open source and public repositories.
  • Add @roninjin10 as a member. A Pro subscription is required to access Vercel's collaborative features.
    • If you're the owner of the team, click here and add @roninjin10 as a member.
    • If you're the user who initiated this build request, click here to request access.
    • If you're already a member of the Wevm team, make sure that your Vercel account is connected to your GitHub account.

To read more about collaboration on Vercel, click here.

@@ -1,7 +1,22 @@
import type { Provider } from '../internal/Provider/types.js'

// TODO add this
type EIP1193Provider = any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just the Provider type

Comment on lines +11 to +20
'eip6963:requestProvider': Event & { type: 'eip6963:requestProvider' }
'eip6963:announceProvider': CustomEvent<{
info: {
icon: `data:image/${string}`
name: string
rdns: string
uuid: string
}
provider: EIP1193Provider
}> & { type: 'eip6963:announceProvider' }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i guess we will eventually bring mipd into Ox.

@jxom jxom closed this Sep 12, 2024
@jxom jxom deleted the roninjin10-patch-1 branch September 13, 2024 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants