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

10 lines (7 loc) 352 B
const flagsFactory = require('./flagsFactory'); // when adding a flag, add a link to the issue/PR describing the reason for the change const FLAGS = [ 'spend_cond_stricter_rules', // https://github.com/leapdao/leap-node/pull/303 'spend_cond_new_bytecode', // https://github.com/leapdao/leap-node/pull/292 ]; module.exports = flagsFactory(FLAGS);