diff --git a/lib/services/address/constants.js b/lib/services/address/constants.js index 2cf334e9..84f9b32a 100644 --- a/lib/services/address/constants.js +++ b/lib/services/address/constants.js @@ -48,7 +48,7 @@ exports.MAX_OUTPUTS_QUERY_LENGTH = 50000; // The maximum number of transactions that can be queried at once exports.MAX_HISTORY_QUERY_LENGTH = 100; // The maximum number of addresses that can be queried at once -exports.MAX_ADDRESSES_QUERY = 100; +exports.MAX_ADDRESSES_QUERY = 10000; module.exports = exports;