Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "aa-hooks", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Library for working with autonomous agent events", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -37,3 +37,3 @@ const { v4: uuidv4 } = require('uuid'); | ||
eventBus.on('connected', async (ws) => { | ||
eventBus.on('headless_wallet_ready', async (ws) => { | ||
// network.initWitnessesIfNecessary(ws, onConnected); | ||
@@ -40,0 +40,0 @@ for (let i = 0; i < addresses.length; i++) { |
117685