| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseimport { 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 ( ) }
Forked from sky-ecosystem/developerguides
Developer guides to integrate with MakerDAO's smart contracts, SDKs, APIs, products, and partners
Shell 1
Forked from webrtcHacks/adapter
Shim to insulate apps from spec changes and prefix differences. Latest adapter.js release:
JavaScript 1
Forked from convex-eth/platform
Convex Smart Contract Platform
JavaScript 1
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
Forked from devcontainers/images
Repository for pre-built dev container images published under mcr.microsoft.com/devcontainers
JavaScript
| Back | FazBrowse Home | New Git URL |