leap-node
Version:
[](https://codecov.io/gh/leapdao/leap-node) [](https://quay.io/re
48 lines (47 loc) • 737 B
JavaScript
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,
});