Skip to content

Commit dff17ee

Browse files
authored
Merge pull request #424 from mdqst/patch-1
docs: fix README.md syntax error in `paymaster` definition
2 parents a4376b6 + b1a788a commit dff17ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/permissionless/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const account = toSimpleSmartAccount<entryPointVersion>({
7171
// Create the required clients.
7272
const bundlerClient = createSmartAccountClient({
7373
account,
74-
paymaster:
74+
paymaster,
7575
chain: sepolia,
7676
bundlerTransport: http(
7777
`https://api.pimlico.io/v2/sepolia/rpc?apikey=${pimlicoApiKey}`,

0 commit comments

Comments
 (0)