Skip to content

Commit

Permalink
Update options.mdx for spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-710 authored Feb 7, 2025
1 parent aec14f7 commit ca8bd0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/appkit/shared/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ createAppKit({
defaultAccountTypes: {eip155:'eoa'}
})
```

Here are all the options you have for each network identifier or networks. Network identifier or networks available are `eip155` for EVM chains, `solana` for Solana, `bip122` for Bitcoin, and `polkadot` for Polkadot.

```ts
type DefaultAccountTypes = {
eip155: "eoa" | "smartAccount";
Expand Down

0 comments on commit ca8bd0f

Please sign in to comment.