Skip to content

Commit

Permalink
Add WBTC-C
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Dec 7, 2021
1 parent 7e899c1 commit c892b35
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,30 @@
},
"cm_tolerance": "50"
}
},
"C": {
"mat": "175",
"line": "0",
"autoLine": "1000000000",
"autoLineGap": "100000000",
"autoLineTtl": "28800",
"dust": "7500",
"duty": "1.5",
"clipDeploy": {
"chop": "13",
"hole": "25000000",
"chip": "0.1",
"tip": "300",
"buf": "120",
"tail": "5400",
"cusp": "40",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "90",
"cut": "99"
},
"cm_tolerance": "50"
}
}
}
},
Expand Down
24 changes: 24 additions & 0 deletions config/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,30 @@
"cut": "99"
},
"cm_tolerance": "50"
},
"C": {
"mat": "175",
"line": "0",
"autoLine": "1000000000",
"autoLineGap": "100000000",
"autoLineTtl": "28800",
"dust": "7500",
"duty": "1.5",
"clipDeploy": {
"chop": "13",
"hole": "25000000",
"chip": "0.1",
"tip": "300",
"buf": "120",
"tail": "5400",
"cusp": "40",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "90",
"cut": "99"
},
"cm_tolerance": "50"
}
}
}
}
Expand Down
16 changes: 16 additions & 0 deletions config/testchain.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,22 @@
"ttl": "3600",
"tau": "3600"
}
},
"C": {
"mat": "175",
"line": "1000000",
"autoLine": "0",
"autoLineGap": "0",
"autoLineTtl": "0",
"dust": "100",
"duty": "20",
"flipDeploy": {
"chop": "8",
"dunk": "500",
"beg": "1",
"ttl": "3600",
"tau": "3600"
}
}
}
},
Expand Down

0 comments on commit c892b35

Please sign in to comment.