Skip to content

Changing fee level configurations

Latest
Compare
Choose a tag to compare
@alexjavabraz alexjavabraz released this 21 Oct 18:52
· 31 commits to main since this release

We're changing the configuration
from:

miningSpeedBlock: {
    fast: 1,
    average: 6,
    slow: 12,
  },

to:

miningSpeedBlock: {
    fast: 1,
    average: 3,
    slow: 5,
  },