2.1.7 • Published 10 months ago

@intellax/ix-ethereum-connector v2.1.7

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

ix-ethereum-connector

wagmi configuration wrapper

INSTALL

npm install @reown/appkit-adapter-wagmi wagmi viem @tanstack/react-query @intellax/ix-ethereum-connector

CONFIG

/**
 * https://wagmi.sh/react/getting-started
 */
type Options = {
  /**
   * Get projectId at https://cloud.reown.com/
   */
  projectId: string;

  /**
   * https://docs.reown.com/appkit/overview
   * @description AppKitOptions
   * @link https://docs.reown.com/appkit/react/core/options
   * Email & Socials
   * features: {
   *     email: true, // default to true
   *     socials: ['google', 'x', 'github', 'discord', 'apple', 'facebook', 'farcaster'],
emailShowWallets: true, // default to true
   * }
   * @link https://docs.reown.com/appkit/react/onboarding/socials
   */
  AppKitOptions: Omit<AppKitOptions, "networks" | "projectId">;

  /**
   * set Default Chains
   * testnet: true [polygonAmoy, spolia]
   * testnet: false [polygon, mainnet]
   */
  testnet: boolean;

  /**
   * @description CreateConfigParameters
   * @link https://wagmi.sh/core/api/createConfig
   */
  createConfigParameters?: Omit<
    CreateConfigParameters,
    "transports" | "chains" | "connectors" | "chains" | "client"
  >;
  /**
   * Override Connectors
   * @description Connectors
   * @link https://wagmi.sh/core/api/connectors
   */
  connectors?: CreateConnectorFn[];
  /**
   * Override Chains
   * @link https://wagmi.sh/core/api/chains
   */
  chains?: [Chain, ...Chain[]];

  debug?: boolean;
  /**
   * try Connect to IX Wallet Provider
   * default: true
   */
  tryIxInjected?: boolean;
};
2.1.6

10 months ago

2.1.7

10 months ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.5

12 months ago

2.1.2

1 year ago

2.1.1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago