Skip to content

Commit

Permalink
Add ETH-C and adjust some auction values for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Mar 22, 2021
1 parent 8d54757 commit 79d29c6
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 73 deletions.
16 changes: 15 additions & 1 deletion config/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"autoLineGap": "0",
"autoLineTtl": "0",
"dust": "100",
"duty": "0",
"duty": "5",
"chop": "13",
"dunk": "500",
"beg": "3",
Expand All @@ -64,6 +64,20 @@
"beg": "3",
"ttl": "3600",
"tau": "3600"
},
"C": {
"mat": "175",
"line": "0",
"autoLine": "5000000",
"autoLineGap": "200000",
"autoLineTtl": "43200",
"dust": "100",
"duty": "3",
"chop": "13",
"dunk": "500",
"beg": "3",
"ttl": "3600",
"tau": "3600"
}
}
},
Expand Down
Loading

0 comments on commit 79d29c6

Please sign in to comment.