Docs

zerionConfig

Integrate Zerion wallet connection in ConnectButton or ConnectEmbed by configuring it in ThirdwebProvider .

Example

import { ThirdwebProvider, zerionConfig } from "thirdweb/react";
function Example() {
return (
<ThirdwebProvider client={client} wallets={[zerionConfig()]}>
<App />
</ThirdwebProvider>
);
}

Parameters

Returns

WalletConfig object to be passed into ThirdwebProvider