You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2022. It is now read-only.
Received the below error when running atomic agent locally, so cannot update market data for BTC.
o [NodeError]
at r._handleNodeError (/.../liquality/atomicagent/node_modules/@liquality/node-provider/dist/index.js:1:1508)
at /.../liquality/atomicagent/node_modules/@liquality/node-provider/dist/index.js:1:1882
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5) {
error: 'Invalid "addresses" field'
}
Description
Received the below error when running atomic agent locally, so cannot update market data for BTC.
The error is thrown from here: https://github.com/liquality/electrs-batch-server/blob/a01156688134962ca82380c8e62af6189a16323a/index.js#L45
This is probably because the addresses are
[]in this line, when updating market data for BTC:atomicagent/src/models/Market.js
Line 91 in a054c02
The BTC configuration.