"kaolin": {
"rpc": "https://rpc.kaolin.holesky.golem-base.io",
"ws": "wss://ws.rpc.kaolin.holesky.golem-base.io",
},
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
)