Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.16 KB

readme.md

File metadata and controls

21 lines (15 loc) · 1.16 KB

@web3modal/ethereum

Getting Started

If you have ever used or read documentation of @wagmi/core, you should feel very comfortable with @web3modal/ethereum package. This package should be used in tandem with @web3modal/react, other framework packages or in vanilla js projects.

Configuration

Option Description Required Default
appName String containing your app name YES
autoConnect Boolean indicating whether user should be re-connected when they re-visit your app NO true
chains Array of chains supported from your app NO mainnet
providers Array of providers supported from your app NO publicProvider

Imports

import { chains, providers } from '@web3modal/ethereum'