From acb70dacf91a4023afe13feec80762427777251c Mon Sep 17 00:00:00 2001 From: Nur Fikri Date: Sun, 21 Apr 2024 22:46:33 +0700 Subject: [PATCH] feat(docs): update capsule doc --- docs/docs/guides/integrate-capsule.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/docs/guides/integrate-capsule.md b/docs/docs/guides/integrate-capsule.md index 5b0420d..5c5d6c4 100644 --- a/docs/docs/guides/integrate-capsule.md +++ b/docs/docs/guides/integrate-capsule.md @@ -12,15 +12,6 @@ yarn add @leapwallet/cosmos-social-login-capsule-provider-ui { - console.log("reconnect failed"); - }, - autoReconnect: false, - walletConnect: { - options: { - projectId: process.env.NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID, - }, - }, capsuleConfig: { apiKey: process.env.NEXT_PUBLIC_CAPSULE_API_KEY, env: process.env.NEXT_PUBLIC_CAPSULE_ENV,