UNPKG

leap-node

Version:

[![codecov](https://codecov.io/gh/leapdao/leap-node/branch/master/graph/badge.svg)](https://codecov.io/gh/leapdao/leap-node) [![Docker Repository on Quay](https://quay.io/repository/leapdao/leap-node/status "Docker Repository on Quay")](https://quay.io/re

15 lines (11 loc) 365 B
module.exports = { // The color must be provided by the configuration color: undefined, // Filter out the heartbeat NFT from `plasma_getUnspent` filter: true, // In milliseconds, time between heartbeats period: 60 * 1000, // In milliseconds, time to wait before sending a new heartbeat // if the previous one failed periodOnError: 5 * 1000, };