3.0.0-beta.8
Pre-release
Pre-release
What's Changed
Features
Full Changelog: v3.0.0-beta.7...v3.0.0-beta.8
⚠️ BREAKING CHANGES
This release includes potentially breaking changes. If your application supports Pera Wallet you will need to follow these steps to upgrade:
- Uninstall
@perawallet/connect
- Install
@perawallet/connect-beta
- Upgrade to
@txnlab/use-wallet-*@3.0.0-beta.8
- Obtain a WalletConnect project ID from WalletConnect Cloud
- Pass the project ID to the
projectId
option (required) for Pera Wallet in your application:
const walletManager = new WalletManager({
wallets: [
{
id: WalletId.PERA,
options: { projectId: '<YOUR_PROJECT_ID>' }
},
// ...
],
// ...
})
Packages
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]
- @txnlab/[email protected]