Skip to content

Commit

Permalink
fix: Update tron dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 19, 2024
1 parent 7c14e9c commit 601d110
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 870 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-countries-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@node-real/walletkit': patch
---

Update tron dependencies
5 changes: 3 additions & 2 deletions packages/walletkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@
"@solana/web3.js": "^1",
"@tronweb3/tronwallet-abstract-adapter": "^1",
"@tronweb3/tronwallet-adapter-react-hooks": "^1",
"@tronweb3/tronwallet-adapters": "^1",
"qrcode": "^1"
"@tronweb3/tronwallet-adapter-tronlink": "^1.1.11",
"qrcode": "^1",
"tronweb": "~6.0.0"
},
"devDependencies": {
"@tanstack/react-query": "^5.51.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletkit/src/tron/wallets/tronLink/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TronLinkAdapter, TronLinkAdapterConfig } from '@tronweb3/tronwallet-adapters';
import { TronLinkAdapter, TronLinkAdapterConfig } from '@tronweb3/tronwallet-adapter-tronlink';
import { TronWallet } from '../types';
import { tronLinkConfig } from '@/core/configs/tronLink';
import { hasTronInjectedProvider } from '../utils';
Expand Down
Loading

0 comments on commit 601d110

Please sign in to comment.