Skip to content

Commit 1c9e2d9

Browse files
committed
Add GUNIV3DAIUSDC2-A for mainnet and goerli deployments
1 parent c892b35 commit 1c9e2d9

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

config/goerli.json

+36
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,42 @@
13081308
}
13091309
}
13101310
}
1311+
},
1312+
"GUNIV3DAIUSDC2": {
1313+
"import": {
1314+
"gem": "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e",
1315+
"pip": "0xcCBa43231aC6eceBd1278B90c3a44711a00F4e93"
1316+
},
1317+
"joinDeploy": {
1318+
"src": "GemJoin",
1319+
"extraParams": []
1320+
},
1321+
"ilks": {
1322+
"A": {
1323+
"mat": "105",
1324+
"line": "0",
1325+
"autoLine": "10000000",
1326+
"autoLineGap": "10000000",
1327+
"autoLineTtl": "28800",
1328+
"dust": "15000",
1329+
"duty": "1",
1330+
"clipDeploy": {
1331+
"chop": "13",
1332+
"hole": "5000000",
1333+
"chip": "0.1",
1334+
"tip": "300",
1335+
"buf": "105",
1336+
"tail": "13200",
1337+
"cusp": "90",
1338+
"calc": {
1339+
"type": "StairstepExponentialDecrease",
1340+
"step": "120",
1341+
"cut": "99.9"
1342+
},
1343+
"cm_tolerance": "95"
1344+
}
1345+
}
1346+
}
13111347
}
13121348
}
13131349
}

config/main.json

+36
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,42 @@
13011301
}
13021302
}
13031303
}
1304+
},
1305+
"GUNIV3DAIUSDC2": {
1306+
"import": {
1307+
"gem": "0x50379f632ca68D36E50cfBC8F78fe16bd1499d1e",
1308+
"pip": "0xcCBa43231aC6eceBd1278B90c3a44711a00F4e93"
1309+
},
1310+
"joinDeploy": {
1311+
"src": "GemJoin",
1312+
"extraParams": []
1313+
},
1314+
"ilks": {
1315+
"A": {
1316+
"mat": "105",
1317+
"line": "0",
1318+
"autoLine": "10000000",
1319+
"autoLineGap": "10000000",
1320+
"autoLineTtl": "28800",
1321+
"dust": "15000",
1322+
"duty": "1",
1323+
"clipDeploy": {
1324+
"chop": "13",
1325+
"hole": "5000000",
1326+
"chip": "0.1",
1327+
"tip": "300",
1328+
"buf": "105",
1329+
"tail": "13200",
1330+
"cusp": "90",
1331+
"calc": {
1332+
"type": "StairstepExponentialDecrease",
1333+
"step": "120",
1334+
"cut": "99.9"
1335+
},
1336+
"cm_tolerance": "95"
1337+
}
1338+
}
1339+
}
13041340
}
13051341
}
13061342
}

0 commit comments

Comments
 (0)