FutureverseWagmiProvider
enables your application to connect with Wagmi’s default Ethereum wallets, including Coinbase Wallet, MetaMask, WalletConnect, and the custom-built XRP wallet, Xaman. It supports any chain compatible with Wagmi such as Mainnet, Root, Sepolia, polygonAmoy, and Porcini. FutureverseWagmiProvider
includes the following properties:
The code below shows the hierarchical sequence of providers starting with QueryClientProvider
, which wraps FutureverseWagmiProvider
and ending with FutureverseAuthProvider
, which wraps the children.
FutureverseWagmiProvider
passes the getWagmiConfig
from the Config.ts
file and an initialState
for Wagmi as properties to the children.
Example:
walletConnectProjectId
xamanApiKey
xamanOnQRCode
xamanOnSigned
authClient
FutureverseAuthClient
.
ssr
storage
flow
popup
or redirect
. It defaults to redirect
.