Skip to Content

EVMWatcherConfig

Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:56 

Configuration of createEVMConnectionsWatcher.

Properties

siwe?

optional siwe?: object

Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:66 

Legacy SIWE state, used only when siwx is not passed.

enabled?

optional enabled?: boolean

false turns off the disconnect after a rejected sign-in.

isRejected?

optional isRejected?: boolean

Whether the sign-in was rejected.

isSignedIn?

optional isSignedIn?: boolean

Whether the user is signed in.

Deprecated

Pass siwx instead.


siwx?

optional siwx?: SatelliteSiwxState

Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:60 

Optional SIWX session state. See SatelliteSiwxState from @tuwaio/satellite-core.


wagmiConfig

wagmiConfig: Config

Defined in: satellite-evm/src/utils/createEVMConnectionsWatcher.ts:58 

The wagmi config used by the EVM adapter. Its connections are watched.

Last updated on