@farcaster/frame-wagmi-connector 0.0.19 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,16 +1,14 @@
1
- # Frame Wagmi Connector
1
+ # @farcaster/frame-wagmi-connector
2
2
 
3
- A [Wagmi connector](https://wagmi.sh/) for interacting with wallets in Farcaster Frames.
3
+ A [Wagmi connector](https://wagmi.sh/) for interacting with wallets in Mini Apps.
4
4
 
5
5
 
6
- ## Install
6
+ ## Installation
7
7
 
8
8
  [Install and setup wagmi](https://wagmi.sh/react/getting-started#manual-installation).
9
9
 
10
- Install the connector:
11
-
12
- ```
13
- npm install wagmi @farcaster/frame-wagmi-connector
10
+ ```bash
11
+ pnpm add @farcaster/frame-wagmi-connector
14
12
  ```
15
13
 
16
14
  ## Usage
package/dist/connector.js CHANGED
@@ -8,8 +8,8 @@ let disconnect;
8
8
  export function farcasterFrame() {
9
9
  return createConnector((config) => ({
10
10
  id: 'farcaster',
11
- name: 'Farcaster Frame',
12
- rdns: 'xyz.farcaster',
11
+ name: 'Farcaster',
12
+ rdns: 'xyz.farcaster.MiniAppWallet',
13
13
  icon: 'https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/055c25d6-7fe7-4a49-abf9-49772021cf00/original',
14
14
  type: farcasterFrame.type,
15
15
  async connect({ chainId } = {}) {