From ec82a48f42857ccf17c0e35e8f91668864096681 Mon Sep 17 00:00:00 2001 From: Gonzalo Balabasquer Date: Fri, 7 May 2021 10:09:30 -0300 Subject: [PATCH] Use clippers for the rest of regular ilks (mainnet and kovan) --- config/kovan.json | 170 +++++++++++++++++++++++++++++++-------------- config/main.json | 172 ++++++++++++++++++++++++++++++++-------------- 2 files changed, 241 insertions(+), 101 deletions(-) diff --git a/config/kovan.json b/config/kovan.json index 2350bb19..cf2d0106 100644 --- a/config/kovan.json +++ b/config/kovan.json @@ -126,12 +126,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -261,12 +268,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -289,12 +303,19 @@ "autoLineTtl": "0", "dust": "20", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -317,12 +338,19 @@ "autoLineTtl": "0", "dust": "20", "duty": "8", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -401,12 +429,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "1", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -429,12 +464,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "3", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -492,12 +534,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "5", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -583,12 +632,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "3", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -611,12 +667,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "6", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -639,12 +702,19 @@ "autoLineTtl": "0", "dust": "100", "duty": "6", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "500", - "beg": "3", - "ttl": "3600", - "tau": "3600" + "hole": "5000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } diff --git a/config/main.json b/config/main.json index 47f22cd7..00dcb8a6 100644 --- a/config/main.json +++ b/config/main.json @@ -126,12 +126,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "1500000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -261,13 +268,20 @@ "autoLineTtl": "0", "dust": "2000", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" - } + "hole": "1000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } + } } } }, @@ -289,12 +303,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "0", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "500000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -317,12 +338,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "8", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "1000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -401,12 +429,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "3", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "2000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -429,12 +464,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "3", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "500000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -492,12 +534,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "5", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "3000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -583,12 +632,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "3", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "5000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -611,12 +667,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "6", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "3000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } } @@ -639,12 +702,19 @@ "autoLineTtl": "0", "dust": "2000", "duty": "6", - "flipDeploy": { + "clipDeploy": { "chop": "13", - "dunk": "50000", - "beg": "3", - "ttl": "14400", - "tau": "14400" + "hole": "5000000", + "chip": "0.1", + "tip": "0", + "buf": "130", + "tail": "8400", + "cusp": "40", + "calc": { + "type": "StairstepExponentialDecrease", + "step": "90", + "cut": "99" + } } } }