Skip to content

Commit

Permalink
Add ETH-B to mainnet and kovan configs (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcmichael authored Oct 13, 2020
1 parent 3dda866 commit 30c7787
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
"beg": "3",
"ttl": "3600",
"tau": "3600"
},
"B": {
"mat": "130",
"line": "20000000",
"dust": "100",
"duty": "6",
"chop": "13",
"dunk": "500",
"beg": "3",
"ttl": "3600",
"tau": "3600"
}
}
},
Expand Down
11 changes: 11 additions & 0 deletions config/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
"beg": "3",
"ttl": "21600",
"tau": "21600"
},
"B": {
"mat": "130",
"line": "20000000",
"dust": "100",
"duty": "6",
"chop": "13",
"dunk": "50000",
"beg": "3",
"ttl": "21600",
"tau": "21600"
}
}
},
Expand Down

0 comments on commit 30c7787

Please sign in to comment.