Skip to content

Commit 3d4a94a

Browse files
author
Synthetix Team
committed
Prepublish step
1 parent a13d8b6 commit 3d4a94a

File tree

3 files changed

+40
-7
lines changed

3 files changed

+40
-7
lines changed

publish/deployed/mainnet-ovm/versions.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,9 @@
581581
"contracts": {
582582
"FeePool": {
583583
"address": "0xbc12131c93Da011B2844FA76c373A8cf5b0db4B5",
584-
"status": "current",
585-
"keccak256": "0xb89f33e39e3b4c3f010dd3f4ee922c00778b73845226e3edd97715ead2888cd5"
584+
"status": "replaced",
585+
"keccak256": "0xb89f33e39e3b4c3f010dd3f4ee922c00778b73845226e3edd97715ead2888cd5",
586+
"replaced_in": "v2.57.1"
586587
},
587588
"WrapperFactory": {
588589
"address": "0x27be2EFAd45DeBd732C1EBf5C9F7b49D498D4a93",
@@ -610,5 +611,20 @@
610611
"keccak256": "0xd83c3667bcacd4d33cf0fc649cee03d85e7d3914abb7ce6c9898e6ee1d66da81"
611612
}
612613
}
614+
},
615+
"v2.57.1": {
616+
"tag": "v2.57.1",
617+
"fulltag": "v2.57.1",
618+
"release": "Peacock",
619+
"network": "mainnet",
620+
"date": "2022-01-19T13:57:54-08:00",
621+
"commit": "a13d8b6fc913901b542a7db01729930930495543",
622+
"contracts": {
623+
"FeePool": {
624+
"address": "0xFDf3Be612c65464AEB4859047350a6220F304F52",
625+
"status": "current",
626+
"keccak256": "0xdb500335962961757d10ccbded7e9de457824b4c2d428c8c9aa63f18a5ca3914"
627+
}
628+
}
613629
}
614630
}

publish/deployed/mainnet/versions.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,8 +3749,9 @@
37493749
},
37503750
"FeePool": {
37513751
"address": "0xc398406FFfBEd5B0680e706634490062CB1DB579",
3752-
"status": "current",
3753-
"keccak256": "0x9e381069cb34a10eb54ca9fb651d514a2cbcdcb328adfe943956b9d759c5ebac"
3752+
"status": "replaced",
3753+
"keccak256": "0x9e381069cb34a10eb54ca9fb651d514a2cbcdcb328adfe943956b9d759c5ebac",
3754+
"replaced_in": "v2.57.1"
37543755
},
37553756
"Synthetix": {
37563757
"address": "0xDC01020857afbaE65224CfCeDb265d1216064c59",
@@ -3915,5 +3916,20 @@
39153916
"keccak256": "0x77d6d75f0faee02ff7a6bae37e0aa47e6afb849484a1f4ea6794131ffc5c77b8"
39163917
}
39173918
}
3919+
},
3920+
"v2.57.1": {
3921+
"tag": "v2.57.1",
3922+
"fulltag": "v2.57.1",
3923+
"release": "Peacock",
3924+
"network": "mainnet",
3925+
"date": "2022-01-19T13:57:54-08:00",
3926+
"commit": "a13d8b6fc913901b542a7db01729930930495543",
3927+
"contracts": {
3928+
"FeePool": {
3929+
"address": "0xF66d34426C10CE91cDBcd86F8e9594AfB83049bd",
3930+
"status": "current",
3931+
"keccak256": "0xdb500335962961757d10ccbded7e9de457824b4c2d428c8c9aa63f18a5ca3914"
3932+
}
3933+
}
39183934
}
39193935
}

publish/releases.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@
435435
{
436436
"sip": 200,
437437
"layer": "both",
438-
"sources": ["FeePool"]
438+
"sources": ["FeePool"],
439+
"released": "both"
439440
}
440441
],
441442
"releases": [
@@ -768,7 +769,7 @@
768769
},
769770
{
770771
"name": "Peacock",
771-
"released": false,
772+
"released": true,
772773
"version": {
773774
"major": 2,
774775
"minor": 57
@@ -778,7 +779,7 @@
778779
{
779780
"name": "Peacock (Optimism)",
780781
"ovm": true,
781-
"released": false,
782+
"released": true,
782783
"version": {
783784
"major": 2,
784785
"minor": 57

0 commit comments

Comments
 (0)