Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
crisog committed Aug 23, 2024
1 parent 54d27e1 commit 60237df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { createStatelessTransport } from "stateless-viem-transport";
const statelessTransport = createStatelessTransport({
rpcUrl: "https://<PROVIDER_RPC_URL>",
identities: ["https://<PROVIDER_IDENTITY>"],
proverUrl: "https://<PROVER_RPC_URL>",
proverUrl: "https://<PROVER_RPC_URL>", // enables light client mode
});

const statelessClient = createPublicClient({
Expand Down

0 comments on commit 60237df

Please sign in to comment.