Skip to content

Commit

Permalink
Add GUNIV3DAIUSDC2-A for mainnet and goerli deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalabasquer committed Dec 7, 2021
1 parent c892b35 commit 1c9e2d9
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/goerli.json
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,42 @@
}
}
}
},
"GUNIV3DAIUSDC2": {
"import": {
"gem": "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e",
"pip": "0xcCBa43231aC6eceBd1278B90c3a44711a00F4e93"
},
"joinDeploy": {
"src": "GemJoin",
"extraParams": []
},
"ilks": {
"A": {
"mat": "105",
"line": "0",
"autoLine": "10000000",
"autoLineGap": "10000000",
"autoLineTtl": "28800",
"dust": "15000",
"duty": "1",
"clipDeploy": {
"chop": "13",
"hole": "5000000",
"chip": "0.1",
"tip": "300",
"buf": "105",
"tail": "13200",
"cusp": "90",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "120",
"cut": "99.9"
},
"cm_tolerance": "95"
}
}
}
}
}
}
36 changes: 36 additions & 0 deletions config/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,42 @@
}
}
}
},
"GUNIV3DAIUSDC2": {
"import": {
"gem": "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e",
"pip": "0xcCBa43231aC6eceBd1278B90c3a44711a00F4e93"
},
"joinDeploy": {
"src": "GemJoin",
"extraParams": []
},
"ilks": {
"A": {
"mat": "105",
"line": "0",
"autoLine": "10000000",
"autoLineGap": "10000000",
"autoLineTtl": "28800",
"dust": "15000",
"duty": "1",
"clipDeploy": {
"chop": "13",
"hole": "5000000",
"chip": "0.1",
"tip": "300",
"buf": "105",
"tail": "13200",
"cusp": "90",
"calc": {
"type": "StairstepExponentialDecrease",
"step": "120",
"cut": "99.9"
},
"cm_tolerance": "95"
}
}
}
}
}
}

0 comments on commit 1c9e2d9

Please sign in to comment.