-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
the python sdk tutorial [1] provides non-working rpc urls
"kaolin": {
"rpc": "https://rpc.kaolin.holesky.golem-base.io",
"ws": "wss://ws.rpc.kaolin.holesky.golem-base.io",
},
working urls are provided in the typescript tutorial [2]
const client: GolemBaseClient = await createClient(
600606, // The id of the node.
key,
'https://kaolin.holesky.golem-base.io/rpc', // The http address
'wss://kaolin.holesky.golem-base.io/rpc/ws' // The web socket address
)
[1] https://docs.golem-base.io/getting-started/python-sdk/
[2] https://docs.golem-base.io/getting-started/typescript-sdk/
Metadata
Metadata
Assignees
Labels
No labels