Skip to content

Commit 40df803

Browse files
authored
Update LunoKit.md
Fix syntax for website
1 parent 3cc4a62 commit 40df803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/LunoKit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ LunoKit has completed its initial version and has officially released a usable v
185185
| 0d. | Build System | Complete monorepo build; TypeScript compiled using tsup, supporting both ESM and CJS outputs. |
186186
| 0e. | Package Management | Use pnpm workspace and Changesets for version management and package publishing, supporting automated NPM publishing. |
187187
| 1. | Core Module: `@luno-kit/core` | Implement core connector abstraction (`BaseConnector`), configuration system (`createConfig`), chain definitions (`Chain` type), and storage system; support custom API options and type definitions. |
188-
| 2. | Wallet Connectors Collection | Implement 6 connectors: Polkadot{.js} Extension, SubWallet, Talisman, Polkagate, Nova Wallet, WalletConnect. Each connector supports account discovery, connection management, and signing. |
188+
| 2. | Wallet Connectors Collection | Implement 6 connectors: Polkadot.js Extension, SubWallet, Talisman, Polkagate, Nova Wallet, WalletConnect. Each connector supports account discovery, connection management, and signing. |
189189
| 3. | Chain Configuration System | Pre-configure 6 chains: Polkadot, Kusama, Westend, Paseo,Polkadot AssetHub, Paseo AssetHub including RPC endpoints, SS58, token info, and icons; support custom Substrate chain configurations. |
190190
| 4. | Utility Functions Library | Implement essential utility functions such as address format conversion, SS58 encoding/decoding, balance formatting, and device detection. |
191191
| 5. | Type System | Provide full TS types (`Account`, `Chain`, `Config`, `Connector`, `Signer`, etc.) to ensure type safety. |

0 commit comments

Comments
 (0)