Skip to content

feat(entrykit): fork walletconnect connector#3725

Merged
frolic merged 3 commits intomainfrom
frolic/entrykit-walletconnect-connector
May 30, 2025
Merged

feat(entrykit): fork walletconnect connector#3725
frolic merged 3 commits intomainfrom
frolic/entrykit-walletconnect-connector

Conversation

@frolic
Copy link
Copy Markdown
Member

@frolic frolic commented May 30, 2025

see wevm/wagmi#4691 for reason

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented May 30, 2025

🦋 Changeset detected

Latest commit: 81759c6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 30 packages
Name Type
@latticexyz/entrykit Patch
@latticexyz/abi-ts Patch
@latticexyz/block-logs-stream Patch
@latticexyz/cli Patch
@latticexyz/common Patch
@latticexyz/config Patch
create-mud Patch
@latticexyz/dev-tools Patch
@latticexyz/explorer Patch
@latticexyz/faucet Patch
@latticexyz/gas-report Patch
@latticexyz/paymaster Patch
@latticexyz/protocol-parser Patch
@latticexyz/react Patch
@latticexyz/recs Patch
@latticexyz/schema-type Patch
solhint-config-mud Patch
solhint-plugin-mud Patch
@latticexyz/stash Patch
@latticexyz/store-indexer Patch
@latticexyz/store-sync Patch
@latticexyz/store Patch
@latticexyz/utils Patch
vite-plugin-mud Patch
@latticexyz/world-consumer Patch
@latticexyz/world-module-callwithsignature Patch
@latticexyz/world-module-erc20 Patch
@latticexyz/world-module-metadata Patch
@latticexyz/world-modules Patch
@latticexyz/world Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

>(config: CreateWagmiConfigOptions<chains, transports>): Config<chains, transports> {
// TODO: wallets so we can extend with eventual passkey wallet
// TODO: remove connectors and use ConnectKit's default once https://github.com/wevm/wagmi/pull/4691 lands
const connectors: CreateConnectorFn[] = [];
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this pattern of building up connectors array comes from https://github.com/family/connectkit/blob/main/packages/connectkit/src/defaultConnectors.ts
but replaces the walletconnect one with our own

@frolic frolic merged commit bc95ea0 into main May 30, 2025
17 checks passed
@frolic frolic deleted the frolic/entrykit-walletconnect-connector branch May 30, 2025 09:27
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