Documentation ¶
Overview ¶
Package preset defines preset backends that can be used to create backends of different types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend is a backend with preset parameters. It can be created either with the geth testnet or ganache backends.
func GetMaticMumbaiFakeSynDomain ¶ added in v0.0.53
func GetMaticMumbaiFakeSynDomain() Backend
GetMaticMumbaiFakeSynDomain gets the matic backend.
func GetSepolia ¶ added in v0.13.3
func GetSepolia() Backend
GetSepolia gets the rinkeby preset backend.
func (Backend) GetBigChainID ¶
GetBigChainID gets the chain id for a preset backend.
func (Backend) GetChainID ¶
GetChainID gets the preset chain id as a uint.
Click to show internal directories.
Click to hide internal directories.