Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jan 8, 2025
1 parent d8b416b commit ccfead9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/snippets/v0_1/tutorial-2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { sepolia } from "viem/chains"

// [!region clients]
export const publicClient = createPublicClient({
transport: http("https://rpc.ankr.com/eth_sepolia"),
transport: http(),
chain: sepolia,
})

Expand All @@ -29,8 +29,8 @@ const endpointUrl = `https://api.pimlico.io/v2/sepolia/rpc?apikey=${apiKey}`

const bundlerClient = createClient({
transport: http(endpointUrl, {
timeout: 30_000
}),
timeout: 30_000,
}),
chain: sepolia,
})
.extend(bundlerActions(ENTRYPOINT_ADDRESS_V07))
Expand Down

0 comments on commit ccfead9

Please sign in to comment.