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

48 lines (47 loc) 737 B
module.exports = async ({ config, account, blockHeight, currentState, networkId, deposits, exits, tokens, epochLengths, minGasPrices, flags, bridgeDelay, logsCache, exitingUtxos, currentPeriod, periodProposal, stalePeriodProposal, submissions, lastBlocksRoot, lastPeriodRoot, lastBlockSynced, lastSeenRootChainBlock, }) => ({ config, account: account && account.address, blockHeight, currentState, networkId, deposits, exits, tokens, epochLengths, minGasPrices, flags, bridgeDelay, logsCache, exitingUtxos, currentPeriod, periodProposal, stalePeriodProposal, submissions, lastBlocksRoot, lastPeriodRoot, lastBlockSynced, lastSeenRootChainBlock, });