Skip to content

Commit

Permalink
docs: Add supported wallets to docs (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 authored Feb 27, 2024
1 parent 1e286b9 commit 8fa289b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- main
- alpha
- dev

jobs:
release:
Expand Down
13 changes: 13 additions & 0 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ npm i @node-real/walletkit wagmi viem

<Playground />

## Supported wallets

| wallet | mainnet | testnet |
| ------------------- | ------- | ------- |
| binanceWeb3Wallet() |||
| bitgetWallet() |||
| coinbaseWallet() |||
| metaMask() |||
| okxWallet() |||
| tokenPocket() |||
| trustWallet() |||
| walletConnect() | - | - |

## How to use

### 1. Import walletkit styles
Expand Down

0 comments on commit 8fa289b

Please sign in to comment.