Skip to content

Commit b18bcfc

Browse files
committed
add kovan optimism DelegatedManager system deployment
1 parent 457b6e4 commit b18bcfc

File tree

1 file changed

+75
-2
lines changed

1 file changed

+75
-2
lines changed

optimism/deployments/outputs/69-staging.json

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
"network_key": "69-kovan",
44
"human_friendly_name": "optimism-kovan",
55
"network_id": 69,
6-
"last_deployment_stage": 3
6+
"last_deployment_stage": 4
77
},
88
"addresses": {
99
"BaseManager": "0x25337C2cD1147acd3EE99871f2087Af6095B6aF4",
1010
"PerpV2LeverageStrategyExtension": "0x9C7b251d6Dfb58aA36A332aA2E0624FE50802f87",
11-
"ExchangeIssuanceZeroEx": "0xfCCcD52248B906DB250705EF887e857Aa88fa36E"
11+
"ExchangeIssuanceZeroEx": "0xfCCcD52248B906DB250705EF887e857Aa88fa36E",
12+
"ManagerCore": "0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
13+
"DelegatedManagerFactory": "0x6C9A0eAE685a454Edf1f74B027e8910a5A72A6A0",
14+
"IssuanceExtension": "0x96956b695177C8C33Db01635378E008aC5E5EEC0",
15+
"StreamingFeeSplitExtension": "0x06Ed895C81d252FFe693f4A15ce7292b4cAb5612",
16+
"TradeExtension": "0xC4300E01c37020bcF471aefA16Ca8eFE1618E939"
1217
},
1318
"transactions": {
1419
"0": {
@@ -129,6 +134,74 @@
129134
"0xDef1C0ded9bec7F1a1670819833240f027b25EfF"
130135
],
131136
"libraries": {}
137+
},
138+
"5": {
139+
"id": "0x19ff5015e91c9bf290242f7e769f39563c56c5b297dabd4c4e0fd49dfd89d388",
140+
"name": "ManagerCore",
141+
"timestamp": 1648698682271,
142+
"verified": true,
143+
"description": "Deployed ManagerCore",
144+
"contractAddress": "0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
145+
"constructorArgs": [],
146+
"libraries": {}
147+
},
148+
"6": {
149+
"id": "0x89a52fa5618e87704cd3f7d2f55bd52168d714eb391664680a9f571b5ee7267a",
150+
"name": "DelegatedManagerFactory",
151+
"timestamp": 1648698688743,
152+
"verified": true,
153+
"description": "Deployed DelegatedManagerFactory",
154+
"contractAddress": "0x6C9A0eAE685a454Edf1f74B027e8910a5A72A6A0",
155+
"constructorArgs": [
156+
"0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
157+
"0xAB514406F9598C3a79fb047478C7DfB6f38f2684",
158+
"0x1eAF9C71AaDD5339D088eF36bF383f909a0c9780"
159+
],
160+
"libraries": {}
161+
},
162+
"7": {
163+
"id": "0x4ea27e1f66062aec83329ef9f3b6dd4e72744dc091fdbe69bb27af117ada5450",
164+
"name": "IssuanceExtension",
165+
"timestamp": 1648698691078,
166+
"verified": true,
167+
"description": "Deployed IssuanceExtension",
168+
"contractAddress": "0x96956b695177C8C33Db01635378E008aC5E5EEC0",
169+
"constructorArgs": [
170+
"0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
171+
"0x9e3604A29bED5C7F2fF5715390F77EC41d5EeA28"
172+
],
173+
"libraries": {}
174+
},
175+
"8": {
176+
"id": "0x9876491cc03ed06d386bdbbfc2ef67fcced2f2ccb8b06661af2dba011bfe02ad",
177+
"name": "StreamingFeeSplitExtension",
178+
"timestamp": 1648698697115,
179+
"verified": true,
180+
"description": "Deployed StreamingFeeSplitExtension",
181+
"contractAddress": "0x06Ed895C81d252FFe693f4A15ce7292b4cAb5612",
182+
"constructorArgs": [
183+
"0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
184+
"0xb2812842C176bAf83EcD8e4534A9F4A93e93017E"
185+
],
186+
"libraries": {}
187+
},
188+
"9": {
189+
"id": "0xccfc549912f28697b49194c0acb0d253b35a19e5b0a02308df1f8feede8a17b3",
190+
"name": "TradeExtension",
191+
"timestamp": 1648698703277,
192+
"verified": true,
193+
"description": "Deployed TradeExtension",
194+
"contractAddress": "0xC4300E01c37020bcF471aefA16Ca8eFE1618E939",
195+
"constructorArgs": [
196+
"0x13C5A1444CC7cF0bCae366ed5BDe13d46dba3311",
197+
"0x0a18Ad43a9dc991dB9401ee7aC5AAD0A3b219159"
198+
],
199+
"libraries": {}
200+
},
201+
"10": {
202+
"id": "0xf015fccf819b6fccdf28184bd009d36d2b04ba7bbc7b2f215bc14d2f92b22276",
203+
"timestamp": 1648698705425,
204+
"description": "Initialized ManagerCore with DelegatedManagerFactory, IssuanceExtension, StreamingFeeSplitExtension, and TradeExtension"
132205
}
133206
}
134207
}

0 commit comments

Comments
 (0)