From d8516c4ceb769d1e5e7fa88fc1335f65cd14065e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 26 Oct 2023 19:08:06 +0200 Subject: Renamed agents so that both versions can run at the same time --- nodejs/automation/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nodejs') diff --git a/nodejs/automation/init.js b/nodejs/automation/init.js index 21131e7..b921942 100644 --- a/nodejs/automation/init.js +++ b/nodejs/automation/init.js @@ -14,7 +14,7 @@ export async function init() { 'Content-Type': 'application/json', }, body: JSON.stringify({ - symbol: "ADYXAX", + symbol: "ADYXAX-JS", faction: "COSMIC", }), }); -- cgit v1.2.3