Skip to content

Commit b1a788a

Browse files
authored
docs: fix syntax error in paymaster definition
1 parent a4376b6 commit b1a788a

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)