Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshbhole-rp committed Oct 25, 2024
1 parent 922acf8 commit c9a3a51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tangled3/react

## 1.9.9

### Patch Changes

- chore: remove console log

## 1.9.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tangled3/react",
"private": false,
"version": "1.9.8",
"version": "1.9.9",
"type": "module",
"license": "MIT",
"main": "./src/index.ts",
Expand Down
2 changes: 0 additions & 2 deletions packages/react/src/providers/CosmosProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ const CosmosContextProvider = ({ children, chains }: { children: React.ReactNode
return { chainWallets, mainWallet, walletId, chainId };
},
onSuccess: (data) => {
console.log(data);

setConnectedMainWallet(data.mainWallet);
setChainWallets(data.chainWallets);
},
Expand Down

0 comments on commit c9a3a51

Please sign in to comment.