Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Solovay <harrysolovay@gmail.com>
  • Loading branch information
tjjfvi and harrysolovay authored Jun 15, 2023
1 parent 26bfb60 commit e2b8727
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ Retrieve the first 10 entries from a storage map of Polkadot.
import { polkadot } from "@capi/polkadot"
import { Scope } from "capi"

const accounts = await polkadot.System.Account.entries({ limit: 10 }).run(new Scope())
const accounts = await polkadot.System.Account
.entries({ limit: 10 })
.run(new Scope())
```

## Development Networks
Expand Down

0 comments on commit e2b8727

Please sign in to comment.