Skip to content

Commit

Permalink
Update migration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Aug 11, 2023
1 parent 8335434 commit 01865a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/develop/wallet-kit/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ import { useWallet, useConnectedWallet } from '@terra-money/wallet-kit';
2. Fix minor code changes. The `WalletStatus` enum now has the `CONNECTED` property instead of `WALLET_CONNECTED`. `availableConnections` and `availableInstallations` have been consolidated into `availableWallets`.
<Admonition type="caution" icon="📖" title="API">
You can refer to the [WalletKit README](https://github.com/terra-money/wallet-kit#key-differences-with-wallet-provider) for more information on the WalletKit API.
</Admonition>
```js
const { connect, availableWallets } = useWallet();
Expand Down

0 comments on commit 01865a6

Please sign in to comment.