Skip to content
View Emmanuelruina's full-sized avatar
  • 17:26 (UTC -12:00)
Block or Report

Block or report Emmanuelruina

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Emmanuelruina/README.md

import { bsc } from 'wagmi/chains' import { publicProvider } from 'wagmi/providers/public' import { configureChains, createClient, WagmiConfig, } from 'wagmi' const { provider: wagmiProvider, webSocketProvider } = configureChains([bsc], [publicProvider()]) const connector = new BinanceIDConnector({ options: { chainId: 56, rpc: { 56: 'https://bsc-dataseed.binance.org/' } }, })

const client = createClient({ provider: wagmiProvider, webSocketProvider, }) export default function App() { return ( ) }

Popular repositories

  1. developerguides developerguides Public

    Forked from makerdao/developerguides

    Developer guides to integrate with MakerDAO's smart contracts, SDKs, APIs, products, and partners

    Shell 1

  2. adapter adapter Public

    Forked from webrtcHacks/adapter

    Shim to insulate apps from spec changes and prefix differences. Latest adapter.js release:

    JavaScript 1

  3. platform platform Public

    Forked from convex-eth/platform

    Convex Smart Contract Platform

    JavaScript 1

  4. Emmanuelruina Emmanuelruina Public

    Config files for my GitHub profile.

  5. bugzilla bugzilla Public

    Forked from bugzilla/bugzilla

    Official repository for the Bugzilla bug tracking system. Report bugs to https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&format=__default__ . Main website:

    Perl

  6. images images Public

    Forked from devcontainers/images

    Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers

    JavaScript