Skip to content

Commit 1b8ccb6

Browse files
authored
docs: add comment about selecting payment network in quickstart
1 parent 76e1342 commit 1b8ccb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/docs-examples/quickstarts/quickstart/requestor.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ const order = {
2626
level: "info",
2727
}),
2828
api: { key: "try_golem" },
29+
// Optional: select payment network.
30+
// Testnets: holesky (default), sepolia, rinkeby, amoy
31+
// Mainnets: mainnet, polygon
32+
// payment: { network: "holesky" },
2933
});
3034

3135
try {

0 commit comments

Comments
 (0)