Skip to content

Commit 983c419

Browse files
committed
add mainnet optimism DelegatedManager system deployment
1 parent 457b6e4 commit 983c419

File tree

1 file changed

+75
-2
lines changed

1 file changed

+75
-2
lines changed

optimism/deployments/outputs/10-production.json

Lines changed: 75 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
"network_key": "10-production",
44
"human_friendly_name": "optimism-mainnet-production",
55
"network_id": 10,
6-
"last_deployment_stage": 3
6+
"last_deployment_stage": 4
77
},
88
"addresses": {
9-
"ExchangeIssuanceZeroEx": "0x01ecc782531ADCfB8C5a58A2C7FD544Ada946b81"
9+
"ExchangeIssuanceZeroEx": "0x01ecc782531ADCfB8C5a58A2C7FD544Ada946b81",
10+
"ManagerCore": "0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
11+
"DelegatedManagerFactory": "0x6A2B2fCC2bF5c1C1c0c96036bd11337ec5fFA16a",
12+
"IssuanceExtension": "0x32C993A42a654C63d296EeF15c5AcD3FFd272165",
13+
"StreamingFeeSplitExtension": "0x8F14b50d5e56422b2759C4fdD8D148Bb28a6599D",
14+
"TradeExtension": "0x5fdbEb52Adfc6FbA26ef0E4b5e9464C63A15467b"
1015
},
1116
"transactions": {
1217
"0": {
@@ -22,6 +27,74 @@
2227
"0xDEF1ABE32c034e558Cdd535791643C58a13aCC10"
2328
],
2429
"libraries": {}
30+
},
31+
"1": {
32+
"id": "0xa049b465b71a365b72a49f6188dc16da25c12cac32f30ac34e40f30b5bb3dd9c",
33+
"name": "ManagerCore",
34+
"timestamp": 1648699807768,
35+
"verified": true,
36+
"description": "Deployed ManagerCore",
37+
"contractAddress": "0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
38+
"constructorArgs": [],
39+
"libraries": {}
40+
},
41+
"2": {
42+
"id": "0x311284c67b7cdb2dc8d1749c4398fcbd99bd06c4bf94d8ce8a3d4350cac7d145",
43+
"name": "DelegatedManagerFactory",
44+
"timestamp": 1648699815653,
45+
"verified": true,
46+
"description": "Deployed DelegatedManagerFactory",
47+
"contractAddress": "0x6A2B2fCC2bF5c1C1c0c96036bd11337ec5fFA16a",
48+
"constructorArgs": [
49+
"0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
50+
"0x84D5657347cC2beD0A4D6a82c0A6f3bE1a021cc6",
51+
"0x0bc84D31f11D90156c30B4f19509Ede969A0B840"
52+
],
53+
"libraries": {}
54+
},
55+
"3": {
56+
"id": "0x5394bb3d34f15b166b5414b009875914793d0e455f0415b4c485695b2a9e2e02",
57+
"name": "IssuanceExtension",
58+
"timestamp": 1648699818680,
59+
"verified": true,
60+
"description": "Deployed IssuanceExtension",
61+
"contractAddress": "0x32C993A42a654C63d296EeF15c5AcD3FFd272165",
62+
"constructorArgs": [
63+
"0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
64+
"0xda6D2Da01b7141Ba3232025DC45F192eAE5569DA"
65+
],
66+
"libraries": {}
67+
},
68+
"4": {
69+
"id": "0x49158049e638b5dc7d9952260a4f72eac3a8463b97f3d81595edc0e746ba71a3",
70+
"name": "StreamingFeeSplitExtension",
71+
"timestamp": 1648699825537,
72+
"verified": true,
73+
"description": "Deployed StreamingFeeSplitExtension",
74+
"contractAddress": "0x8F14b50d5e56422b2759C4fdD8D148Bb28a6599D",
75+
"constructorArgs": [
76+
"0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
77+
"0x6a7aE5124677314dc32C5ba3004CbFC9c7Febff0"
78+
],
79+
"libraries": {}
80+
},
81+
"5": {
82+
"id": "0x079221f23c00441d0b7c275787d616b36c181de6611ba2c71bcc2c6bfe4a9051",
83+
"name": "TradeExtension",
84+
"timestamp": 1648699829516,
85+
"verified": true,
86+
"description": "Deployed TradeExtension",
87+
"contractAddress": "0x5fdbEb52Adfc6FbA26ef0E4b5e9464C63A15467b",
88+
"constructorArgs": [
89+
"0x71ceB3F645dCBD7549CaaF85A224Db987Ae92630",
90+
"0x7215f38011C3e4058Ca3cF7d2b99033016EeFBD8"
91+
],
92+
"libraries": {}
93+
},
94+
"6": {
95+
"id": "0x5ec01ae807f9f87de536390d02504532b509c93672509e48c67894e7591720f7",
96+
"timestamp": 1648699837981,
97+
"description": "Initialized ManagerCore with DelegatedManagerFactory, IssuanceExtension, StreamingFeeSplitExtension, and TradeExtension"
2598
}
2699
}
27100
}

0 commit comments

Comments
 (0)