diff --git a/examples/nextjs/components/provider.tsx b/examples/nextjs/components/provider.tsx
index 4d27b739..0ff5f946 100644
--- a/examples/nextjs/components/provider.tsx
+++ b/examples/nextjs/components/provider.tsx
@@ -17,6 +17,7 @@ import {
   keplrMobile,
   leapMobile,
   shellExtension,
+  leapMetamaskSnapExtension,
 } from '@quirks/wallets';
 import { PropsWithChildren } from 'react';
 
@@ -27,6 +28,7 @@ const config: Config = {
     cosmostationExtension,
     xdefiExtension,
     shellExtension,
+    leapMetamaskSnapExtension,
     universalWalletConnect,
     keplrMobile,
     leapMobile,