Skip to content

Latest commit

 

History

History
 
 

ethereum

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@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'