MultichainBridgingParams Configuration for the bridge operation
Optional
bridgingPlugins?: BridgingPlugin[]Optional
feeData?: FeeDataOptional
mode?: "DEBIT" | "OPTIMISTIC"The smart account to execute the bridging
Promise resolving to BridgingInstructions containing all necessary operations
Makes sure that the user has enough funds on the selected chain before filling the supertransaction. Bridges funds from other chains if needed.
Throws
Error if insufficient balance is available for bridging
Throws
Error if chain configuration is missing for any deployment
Example