Skip to content
View Emmanuelruina's full-sized avatar

Block or report Emmanuelruina

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 Loading

  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