WIP: triangles-api data + scanner updates (committed per Sami request, not yet reviewed)

This commit is contained in:
Krystie
2026-06-13 22:08:31 -07:00
parent 8c5910ae31
commit 293e3abcac
5 changed files with 4347 additions and 346 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const PORT = process.env.PORT || 3051;
const RPC_URL = 'http://127.0.0.1:19112';
const RPC_USER = 'trianglesrpc';
const RPC_PASS = 'xK7mNp4QvR8sWjY2bTdL9eAf';
const RPC_PASS = '2KVK2FvLZBW9Hxv4a2Uj3dMRDAXdh4ei6S5tdZ3z2Mme';
// Cache for expensive RPC calls
const cache = {};