Skip to content

Commit c2ad3a9

Browse files
committed
add mainnet ethereum DelegatedManager system deployment
1 parent 457b6e4 commit c2ad3a9

File tree

1 file changed

+83
-3
lines changed

1 file changed

+83
-3
lines changed

ethereum/deployments/outputs/1-production.json

Lines changed: 83 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,88 @@
33
"network_key": "1-production",
44
"human_friendly_name": "main-net-production",
55
"network_id": 1,
6-
"last_deployment_stage": 0
6+
"last_deployment_stage": 3
77
},
8-
"addresses": {},
9-
"transactions": {}
8+
"addresses": {
9+
"ManagerCore": "0x7a397B3ed39E84C6181e47309CE940574290f4e7",
10+
"DelegatedManagerFactory": "0x5132044c71b98315bDD5D8E6900bcf93EB2EbeC0",
11+
"IssuanceExtension": "0x05C5c57E5E75FC8EaD83FE06ebe4aCc471Fb2948",
12+
"StreamingFeeSplitExtension": "0x1F52bA34eb80cBD48b9f3Dad43FFB4Cb6D0FCCF5",
13+
"TradeExtension": "0x00DD1D0A8acF768700c009CB5E54BBb5b6920071"
14+
},
15+
"transactions": {
16+
"0": {
17+
"id": "0x02788d529cb02539da194106a74fbcad558880185e7c56bb28b7dc7fdd40b3a4",
18+
"name": "ManagerCore",
19+
"timestamp": 1648696692713,
20+
"verified": true,
21+
"description": "Deployed ManagerCore",
22+
"contractAddress": "0x7a397B3ed39E84C6181e47309CE940574290f4e7",
23+
"constructorArgs": [],
24+
"libraries": {}
25+
},
26+
"1": {
27+
"id": "0xedcd840734a6541de14effaaecbddcdafb573fda61441c56b0c546909c5b71ba",
28+
"name": "DelegatedManagerFactory",
29+
"timestamp": 1648696693008,
30+
"verified": true,
31+
"description": "Deployed DelegatedManagerFactory",
32+
"contractAddress": "0x5132044c71b98315bDD5D8E6900bcf93EB2EbeC0",
33+
"constructorArgs": [
34+
"0x7a397B3ed39E84C6181e47309CE940574290f4e7",
35+
"0xa4c8d221d8BB851f83aadd0223a8900A6921A349",
36+
"0xef72d3278dc3eba6dc2614965308d1435ffd748a"
37+
],
38+
"libraries": {}
39+
},
40+
"2": {
41+
"id": "0xd80c55f3cae63cd9b953c67c4238c678c76b54d7fb792b17a2c4809f9c0abc81",
42+
"name": "IssuanceExtension",
43+
"timestamp": 1648696693282,
44+
"verified": true,
45+
"description": "Deployed IssuanceExtension",
46+
"contractAddress": "0x05C5c57E5E75FC8EaD83FE06ebe4aCc471Fb2948",
47+
"constructorArgs": [
48+
"0x7a397B3ed39E84C6181e47309CE940574290f4e7",
49+
"0x69a592D2129415a4A1d1b1E309C17051B7F28d57"
50+
],
51+
"libraries": {}
52+
},
53+
"3": {
54+
"id": "0xea1f7e7e8c874693c5336d1f6215da6ac4bc4d2ce8b0b82a8d2561bb096fe980",
55+
"name": "StreamingFeeSplitExtension",
56+
"timestamp": 1648696693588,
57+
"verified": true,
58+
"description": "Deployed StreamingFeeSplitExtension",
59+
"contractAddress": "0x1F52bA34eb80cBD48b9f3Dad43FFB4Cb6D0FCCF5",
60+
"constructorArgs": [
61+
"0x7a397B3ed39E84C6181e47309CE940574290f4e7",
62+
"0x08f866c74205617B6F3903EF481798EcED10cDEC"
63+
],
64+
"libraries": {}
65+
},
66+
"4": {
67+
"id": "0xc2f4119c5bdaa463a7fca97320357a473eaed09d221f82f3dcf0c346ba71ae64",
68+
"name": "TradeExtension",
69+
"timestamp": 1648696693803,
70+
"verified": true,
71+
"description": "Deployed TradeExtension",
72+
"contractAddress": "0x00DD1D0A8acF768700c009CB5E54BBb5b6920071",
73+
"constructorArgs": [
74+
"0x7a397B3ed39E84C6181e47309CE940574290f4e7",
75+
"0x90F765F63E7DC5aE97d6c576BF693FB6AF41C129"
76+
],
77+
"libraries": {}
78+
},
79+
"5": {
80+
"id": "0x1b116ba2ae5912309328629402dd05328b15d04941ead965d411fef1ea019b3f",
81+
"timestamp": 1648695997635,
82+
"description": "Initialized ManagerCore with DelegatedManagerFactory, IssuanceExtension, StreamingFeeSplitExtension, and TradeExtension"
83+
},
84+
"6": {
85+
"id": "0xd293f491d8dc0fcacfce7cc9ae8a64099f092ad623fd18e28f79633f66f67157",
86+
"timestamp": 1648697282613,
87+
"description": "Transfer ManagerCore ownership to Multisig"
88+
}
89+
}
1090
}

0 commit comments

Comments
 (0)