Skip to content

Commit

Permalink
Add UNIV2DAIETH-A only for kovan and mainnet (doesn't deploy gem and …
Browse files Browse the repository at this point in the history
…pip for it)
  • Loading branch information
gbalabasquer committed Jan 6, 2021
1 parent 9983317 commit 7572014
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,32 @@
"tau": "3600"
}
}
},
"UNIV2DAIETH": {
"import": {
"gem": "0xB10cf58E08b94480fCb81d341A63295eBb2062C2",
"pip": "0x1AE7D6891a5fdAafAd2FE6D894bffEa48F8b2454"
},
"joinDeploy": {
"src": "GemJoin",
"extraParams": []
},
"ilks": {
"A": {
"mat": "125",
"line": "3000000",
"autoLine": "0",
"autoLineGap": "0",
"autoLineTtl": "0",
"dust": "100",
"duty": "1",
"chop": "13",
"dunk": "500",
"beg": "3",
"ttl": "3600",
"tau": "3600"
}
}
}
}
}
26 changes: 26 additions & 0 deletions config/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,32 @@
"tau": "21600"
}
}
},
"UNIV2DAIETH": {
"import": {
"gem": "0xA478c2975Ab1Ea89e8196811F51A7B7Ade33eB11",
"pip": "0x87ecBd742cEB40928E6cDE77B2f0b5CFa3342A09"
},
"joinDeploy": {
"src": "GemJoin",
"extraParams": []
},
"ilks": {
"A": {
"mat": "125",
"line": "3000000",
"autoLine": "0",
"autoLineGap": "0",
"autoLineTtl": "0",
"dust": "500",
"duty": "1",
"chop": "13",
"dunk": "50000",
"beg": "3",
"ttl": "21600",
"tau": "21600"
}
}
}
}
}

0 comments on commit 7572014

Please sign in to comment.