Skip to content

Commit c892b35

Browse files
committed
Add WBTC-C
1 parent 7e899c1 commit c892b35

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

config/goerli.json

+24
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,30 @@
305305
},
306306
"cm_tolerance": "50"
307307
}
308+
},
309+
"C": {
310+
"mat": "175",
311+
"line": "0",
312+
"autoLine": "1000000000",
313+
"autoLineGap": "100000000",
314+
"autoLineTtl": "28800",
315+
"dust": "7500",
316+
"duty": "1.5",
317+
"clipDeploy": {
318+
"chop": "13",
319+
"hole": "25000000",
320+
"chip": "0.1",
321+
"tip": "300",
322+
"buf": "120",
323+
"tail": "5400",
324+
"cusp": "40",
325+
"calc": {
326+
"type": "StairstepExponentialDecrease",
327+
"step": "90",
328+
"cut": "99"
329+
},
330+
"cm_tolerance": "50"
331+
}
308332
}
309333
}
310334
},

config/main.json

+24
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,30 @@
302302
"cut": "99"
303303
},
304304
"cm_tolerance": "50"
305+
},
306+
"C": {
307+
"mat": "175",
308+
"line": "0",
309+
"autoLine": "1000000000",
310+
"autoLineGap": "100000000",
311+
"autoLineTtl": "28800",
312+
"dust": "7500",
313+
"duty": "1.5",
314+
"clipDeploy": {
315+
"chop": "13",
316+
"hole": "25000000",
317+
"chip": "0.1",
318+
"tip": "300",
319+
"buf": "120",
320+
"tail": "5400",
321+
"cusp": "40",
322+
"calc": {
323+
"type": "StairstepExponentialDecrease",
324+
"step": "90",
325+
"cut": "99"
326+
},
327+
"cm_tolerance": "50"
328+
}
305329
}
306330
}
307331
}

config/testchain.json

+16
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,22 @@
497497
"ttl": "3600",
498498
"tau": "3600"
499499
}
500+
},
501+
"C": {
502+
"mat": "175",
503+
"line": "1000000",
504+
"autoLine": "0",
505+
"autoLineGap": "0",
506+
"autoLineTtl": "0",
507+
"dust": "100",
508+
"duty": "20",
509+
"flipDeploy": {
510+
"chop": "8",
511+
"dunk": "500",
512+
"beg": "1",
513+
"ttl": "3600",
514+
"tau": "3600"
515+
}
500516
}
501517
}
502518
},

0 commit comments

Comments
 (0)