Skip to content

Commit d956b31

Browse files
committed
add staging optimism DelegatedManager system deployment
1 parent b18bcfc commit d956b31

File tree

1 file changed

+75
-2
lines changed

1 file changed

+75
-2
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
}

0 commit comments

Comments
 (0)