Skip to content

Commit

Permalink
feat(docs): update capsule doc
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Apr 21, 2024
1 parent 872740d commit acb70da
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/docs/guides/integrate-capsule.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ yarn add @leapwallet/cosmos-social-login-capsule-provider-ui
<GrazProvider
grazOptions={{
chains,
onReconnectFailed: () => {
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,
Expand Down

0 comments on commit acb70da

Please sign in to comment.