Skip to content

Commit

Permalink
docs(solana): Update doc link (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
gin-lsl authored Nov 20, 2024
1 parent f4ca2c6 commit a707eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web3/src/solana/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can use more components together. The content related to the chain in the co
| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| rpcProvider | RPC provider for connecting nodes | (chain?: [Chain](./types#chain)) => string | - | - |
| connectionConfig | Configuration for instantiating a Connection | [ConnectionConfig](https://solana-labs.github.io/solana-web3.js/types/ConnectionConfig.html) | - | - |
| connectionConfig | Configuration for instantiating a Connection | [ConnectionConfig](https://solana-labs.github.io/solana-web3.js/v1.x/types/ConnectionConfig.html) | - | - |
| balance | Whether to display balance | `boolean` | - | - |
| chains | Chains | SolanaChainConfig\[\] | - | - |
| wallets | Wallets | WalletFactory\[\] | - | - |
Expand Down
2 changes: 1 addition & 1 deletion packages/web3/src/solana/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TipLink 是一个轻量级的钱包。我们通过内置的 TipLinkWallet 对其
| 属性 | 描述 | 类型 | 默认值 | 版本 |
| --- | --- | --- | --- | --- |
| rpcProvider | 连接节点的 RPC 提供商 | (chain?: [Chain](./types#chain)) => string | - | - |
| connectionConfig | 连接节点的配置 | [ConnectionConfig](https://solana-labs.github.io/solana-web3.js/types/ConnectionConfig.html) | - | - |
| connectionConfig | 连接节点的配置 | [ConnectionConfig](https://solana-labs.github.io/solana-web3.js/v1.x/types/ConnectionConfig.html) | - | - |
| balance | 是否显示余额 | `boolean` | - | - |
| chains | 可用的链 | SolanaChainConfig\[\] | - | - |
| wallets | 可用的钱包 | WalletFactory\[\] | - | - |
Expand Down

0 comments on commit a707eb6

Please sign in to comment.