The DynamicBridgeWidget
component allows you to handle multi chain bridging
index.tsx
(or wherever you render DynamicContextProvider
, specify the initialAuthenticationMode
and bridgeChains
prop like so:
app.tsx
:
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.
Field | Description |
---|---|
chain: string | Chain name |