suynapse client args

This commit is contained in:
Ariel Weinberger
2025-07-18 14:36:02 -05:00
parent b364dc2d2c
commit e0dc93f37e
@@ -249,6 +249,10 @@ export class SynapseHTTPClient {
}
export const createSynapseClient = ({ artifactId }: { artifactId: string }) => {
console.log('Creating synapse client', {
endpoint: process.env.SYNAPSE_ENDPOINT,
artifactId
});
const synapse = new SynapseHTTPClient({
endpoint: process.env.SYNAPSE_ENDPOINT!,
artifactId