Skip to content

Commit 92674cd

Browse files
authored
Merge pull request #31 from SetProtocol/pranav/optimism-kovan-staging-delegated-manager-system-deployment
Add DelegatedManager system Optimism kovan and staging deployment [SIM-194]
2 parents 4c1f5cc + d956b31 commit 92674cd

File tree

2 files changed

+150
-4
lines changed

2 files changed

+150
-4
lines changed

optimism/deployments/outputs/10-staging.json

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
"network_key": "10-staging",
44
"human_friendly_name": "optimism-mainnet-staging",
55
"network_id": 10,
6-
"last_deployment_stage": 3
6+
"last_deployment_stage": 4
77
},
88
"addresses": {
99
"ExchangeIssuanceZeroEx - DEPRECATED": "0xb56DEb6aBC9AB381ACa33ddb7BAa9fCb4C2Db8f5",
10-
"ExchangeIssuanceZeroEx": "0xF25770EB8Bf44c7D4Bf43aCb72766eB4E97ef852"
10+
"ExchangeIssuanceZeroEx": "0xF25770EB8Bf44c7D4Bf43aCb72766eB4E97ef852",
11+
"ManagerCore": "0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
12+
"DelegatedManagerFactory": "0x4E86bd25eac00812243295d7Ad7Cb59cee3f79D8",
13+
"IssuanceExtension": "0xD59D7CcCdcAacb4c283bA6FeC950eDf7D087dAd5",
14+
"StreamingFeeSplitExtension": "0xFfA0B13283B76e1278Fa5072b2da04cb9534b937",
15+
"TradeExtension": "0x9a7671DB5d28DD85f05D67ac18ba38F4B3862904"
1116
},
1217
"transactions": {
1318
"0": {
@@ -37,6 +42,74 @@
3742
"0xdef1abe32c034e558cdd535791643c58a13acc10"
3843
],
3944
"libraries": {}
45+
},
46+
"2": {
47+
"id": "0xea1154e3c781b03fb519b2e2a1c4b736c398c562184e3ec0e17951fbee51f588",
48+
"name": "ManagerCore",
49+
"timestamp": 1648699037011,
50+
"verified": true,
51+
"description": "Deployed ManagerCore",
52+
"contractAddress": "0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
53+
"constructorArgs": [],
54+
"libraries": {}
55+
},
56+
"3": {
57+
"id": "0x221a9dc380145840c3ad37f11b5a52d610c1ae8b6947b9e38c80e2b2177ba684",
58+
"name": "DelegatedManagerFactory",
59+
"timestamp": 1648699044117,
60+
"verified": true,
61+
"description": "Deployed DelegatedManagerFactory",
62+
"contractAddress": "0x4E86bd25eac00812243295d7Ad7Cb59cee3f79D8",
63+
"constructorArgs": [
64+
"0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
65+
"0x719E5B865dE407bf38647C1625D193E0CE42111D",
66+
"0xCF786472d37f557A80fE6daFF6f2672bfDa728a3"
67+
],
68+
"libraries": {}
69+
},
70+
"4": {
71+
"id": "0x11b1b2bfa1722e0eccc023bf0cdfef80f2633e01d224f36fb89556c413ea6f14",
72+
"name": "IssuanceExtension",
73+
"timestamp": 1648699047281,
74+
"verified": true,
75+
"description": "Deployed IssuanceExtension",
76+
"contractAddress": "0xD59D7CcCdcAacb4c283bA6FeC950eDf7D087dAd5",
77+
"constructorArgs": [
78+
"0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
79+
"0x8ebe03a1963901F6E1680A6234643Cc80dE2222F"
80+
],
81+
"libraries": {}
82+
},
83+
"5": {
84+
"id": "0x0768f24a7050cc12d14534ef15c54b3789d944c471434012f1b0b51123fbfbfe",
85+
"name": "StreamingFeeSplitExtension",
86+
"timestamp": 1648699054450,
87+
"verified": true,
88+
"description": "Deployed StreamingFeeSplitExtension",
89+
"contractAddress": "0xFfA0B13283B76e1278Fa5072b2da04cb9534b937",
90+
"constructorArgs": [
91+
"0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
92+
"0x2f8FF0546a478DF380f975cA035B95DF82377721"
93+
],
94+
"libraries": {}
95+
},
96+
"6": {
97+
"id": "0x1ea7290f2956d0f79021deaaa12b5c282bc2eea36e0893c62ecd1fd581f35433",
98+
"name": "TradeExtension",
99+
"timestamp": 1648699057801,
100+
"verified": true,
101+
"description": "Deployed TradeExtension",
102+
"contractAddress": "0x9a7671DB5d28DD85f05D67ac18ba38F4B3862904",
103+
"constructorArgs": [
104+
"0xe3Ebf3788Fab3de919da7332e7b72899414d3E80",
105+
"0x4F70287526ea9Ba7e799D616ea86635CdAf0de4F"
106+
],
107+
"libraries": {}
108+
},
109+
"7": {
110+
"id": "0xf395144faa0ae7c246f70d693e1ff7efba17bac100b2902cf9a4f1b873f0d19d",
111+
"timestamp": 1648699065266,
112+
"description": "Initialized ManagerCore with DelegatedManagerFactory, IssuanceExtension, StreamingFeeSplitExtension, and TradeExtension"
40113
}
41114
}
42115
}

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)