dactyclaw 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/dactyclaw.js CHANGED
@@ -166,7 +166,7 @@ program
166
166
  // [Dactyclaw Database Sync] - Push Directly to Live Agents Monitor
167
167
  try {
168
168
  const binId = '69a2ff58d0ea881f40e21084';
169
- const apiKey = '$2a$10$aBB0ydwfYD6iKCDgPTjoo.bnBEzpzgTPDr.VjkObebVlsc5azZHpm';
169
+ const apiKey = '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG';
170
170
 
171
171
  // 1. GET current
172
172
  const resGet = await fetch(`https://api.jsonbin.io/v3/b/${binId}`, {
package/index.html CHANGED
@@ -1279,7 +1279,6 @@
1279
1279
  const topTokensList = topData.success && topData.tokens ? topData.tokens : allTokens;
1280
1280
  renderTop5(topTokensList);
1281
1281
  renderTokenTable();
1282
- renderAgentsTable();
1283
1282
  updateTimestamp();
1284
1283
 
1285
1284
  if (!autoRefreshInterval) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dactyclaw",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "**Agent Monitor & Deployer for Clawn Ecosystem on Base**",
5
5
  "main": "proxy.js",
6
6
  "bin": {
package/proxy.js CHANGED
@@ -94,8 +94,8 @@ const server = http.createServer((req, res) => {
94
94
  path: '/v3/b/69a2ff58d0ea881f40e21084',
95
95
  method: 'GET',
96
96
  headers: {
97
- 'X-Master-Key': '$2a$10$aBB0ydwfYD6iKCDgPTjoo.bnBEzpzgTPDr.VjkObebVlsc5azZHpm',
98
- 'X-Access-Key': '$2a$10$aBB0ydwfYD6iKCDgPTjoo.bnBEzpzgTPDr.VjkObebVlsc5azZHpm',
97
+ 'X-Master-Key': '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG',
98
+ 'X-Access-Key': '$2a$10$52cNICm.70qXCx0qkKBG5erLYGg1HMceR1gT4OOPOe5uzCiAJShOG',
99
99
  'User-Agent': 'dactyclaw/1.6'
100
100
  },
101
101
  };