@dynamic-labs/ethereum installed, it’s called ethereum-aa.
ZeroDevSmartWalletConnectors to the walletConnectors array in the SDK settings:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 Stablecoin Accounts are live! Learn more
@dynamic-labs/ethereum installed, it’s called ethereum-aa.
npm i @dynamic-labs/ethereum-aa
npm i @dynamic-labs/ethereum-aa
ZeroDevSmartWalletConnectors to the walletConnectors array in the SDK settings:
import { DynamicContextProvider } from '@dynamic-labs/sdk-react-core';
import { EthereumWalletConnectors } from '@dynamic-labs/ethereum';
import { ZeroDevSmartWalletConnectors } from '@dynamic-labs/ethereum-aa';
const App = () => (
<DynamicContextProvider
settings={{
environmentId: 'XXXXX',
walletConnectors: [ EthereumWalletConnectors, ZeroDevSmartWalletConnectors ],
...
}}
>
</DynamicContextProvider>
);
Was this page helpful?