How to set a Cluster address in TypeScriptUse the address connection option from the Client.const connection = await Connection.connect({ address: 'foo.bar.tmprl.cloud', // ...});