Skip to content

Commit

Permalink
Add WBTC-B in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Nov 23, 2021
1 parent ad5bf21 commit 7e899c1
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 @@ -281,6 +281,30 @@
},
"cm_tolerance": "50"
}
},
"B": {
"mat": "130",
"line": "0",
"autoLine": "500000000",
"autoLineGap": "30000000",
"autoLineTtl": "28800",
"dust": "30000",
"duty": "7",
"clipDeploy": {
"chop": "13",
"hole": "25000000",
"chip": "0.1",
"tip": "300",
"buf": "120",
"tail": "5400",
"cusp": "40",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "60",
"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 @@ -279,6 +279,30 @@
},
"cm_tolerance": "50"
}
},
"B": {
"mat": "130",
"line": "0",
"autoLine": "500000000",
"autoLineGap": "30000000",
"autoLineTtl": "28800",
"dust": "30000",
"duty": "7",
"clipDeploy": {
"chop": "13",
"hole": "25000000",
"chip": "0.1",
"tip": "300",
"buf": "120",
"tail": "5400",
"cusp": "40",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "60",
"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 @@ -481,6 +481,22 @@
"ttl": "3600",
"tau": "3600"
}
},
"B": {
"mat": "130",
"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 7e899c1

Please sign in to comment.