Skip to content

Commit 49eed38

Browse files
author
dschlabach
committed
remove comment
1 parent 9c78334 commit 49eed38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

playground/nextjs-app-router/components/AppProvider.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ import { base } from 'wagmi/chains';
1717
type State = {
1818
activeComponent?: OnchainKitComponent;
1919
setActiveComponent?: (component: OnchainKitComponent) => void;
20-
// walletType?: WalletPreference;
21-
// setWalletType?: (walletType: WalletPreference) => void;
22-
// clearWalletType?: () => void;
2320
chainId?: number;
2421
defaultMaxSlippage?: number;
2522
setDefaultMaxSlippage?: (defaultMaxSlippage: number) => void;

0 commit comments

Comments
 (0)