New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/wagmi-connector

Package Overview
Dependencies
Maintainers
7
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/wagmi-connector

Wagmi connector for the Sequence wallet

  • 3.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
7
Weekly downloads
 
Created
Source

wagmi-connector

Wagmi connector for the Sequence wallet.

Install

  npm install @0xsequence/wagmi-connector 0xsequence

or

  yarn add @0xsequence/wagmi-connector 0xsequence

Params

  • chains -- Chains supported by app.

  • options.connect -- Connection options for the default networkId, name of the app, etc...

Example of usage

  import { SequenceConnector } from '@0xsequence/wagmi-connector'

  const connectors = [
    new SequenceConnector({
      chains,
      options: {
        defaultNetwork: 137,

        connect: {
          app: 'Demo-app'
        }
      }
    }),
    ...otherConnectors
  ]
  
  const wagmiClient = createClient({
    autoConnect: false,
    connectors,
    provider
  })

A full demo is available at: https://github.com/0xsequence/demo-dapp-wagmi

FAQs

Package last updated on 24 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc