You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The createAppKit function from the '@reown/appkit/react' package includes an allowUnsupportedChain parameter in the AppKitOptions type. This parameter prevents the switch network dialog when a user connects to a network not listed under the networks attribute. However, this parameter is not documented in the official documentation page.
The allowUnsupportedChain parameter is defined in the AppKitOptions type as follows: TypesUtil.ts Source Code
/** * Allow users to switch to an unsupported chain. * @see https://docs.reown.com/appkit/react/core/options#allowunsupportedchain */
allowUnsupportedChain?: boolean;
Context
The
createAppKit
function from the'@reown/appkit/react'
package includes anallowUnsupportedChain
parameter in theAppKitOptions
type. This parameter prevents the switch network dialog when a user connects to a network not listed under thenetworks
attribute. However, this parameter is not documented in the official documentation page.The
allowUnsupportedChain
parameter is defined in theAppKitOptions
type as follows:TypesUtil.ts Source Code
The parameter is missing from the corresponding documentation page:
Shared Options Documentation
The text was updated successfully, but these errors were encountered: