getEOAConnector
method is no longer available, you can use the useSmartWallets hook to get the EOA wallet.
EthersExtension
on the Context Provider, you now need to use the ethers-v6
package directly, which exports all of the Ethers specific methods.
getWalletClient
method on the wallet object instead.
chain
, ens
, wallet
Remove isAuthenticatedWithAWallet
as a prop and added it as a helper method.
See isAuthenticatedWithAWallet
useDynamicContext
hideEmbeddedWalletTransactionUIs
has been removed from useDynamicContext. This is now a toggle in the dashboard.
setPrimaryWallet
has been removed. You should use useSwitchWallet instead.
isAuthenticated
has been removed. Please refer to this page for other ways to check the login state.
walletConnector
has been removed. You can get access to it by getting the primary wallet prop and doing primaryWallet?.connector
.
walletConnectorOptions
has been removed. You can get access to the available wallet options from the useWalletOptions hook.
setDefaultTabIndex
replaced with setSelectedTabIndex
in useDynamicContextethers-v6
package. They have the same usability.
@dynamic-labs/ethereum-core
& @dynamic-labs/solana-core
:
useSelectWalletOption
has been renamed to useWalletOptions