Bridges
bridgeChains
Introduction
Primarily used for bridging purposes, this object is passed as a prop to the settings
in the DynamicContextProvider
component. It creates a situation where the isFullyConnected
prop on useDynamicContext
hook is true only if the user has connected at least one wallet per chain, from each chain in the bridgeChains array.
Description
An Array of objects, in which each object contains the chain name to be connected.
Field | Description |
---|---|
chain: string | Chain name |
Example
Was this page helpful?