Skip to content

Commit 6c4830c

Browse files
author
Synthetix Team
committed
Prepublish step
1 parent 946a090 commit 6c4830c

File tree

4 files changed

+43
-8
lines changed

4 files changed

+43
-8
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publish/deployed/mainnet-ovm/versions.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5942,8 +5942,9 @@
59425942
},
59435943
"Issuer": {
59445944
"address": "0xb4E0FA941376e101C29A9FA5A9C6a95489aA34cD",
5945-
"status": "current",
5946-
"keccak256": "0x122394906d88b596f09642fb03cdb2d4b798a65cf4280cecbccc0279ba67b3a2"
5945+
"status": "replaced",
5946+
"keccak256": "0x122394906d88b596f09642fb03cdb2d4b798a65cf4280cecbccc0279ba67b3a2",
5947+
"replaced_in": "v2.102.0"
59475948
},
59485949
"DynamicSynthRedeemer": {
59495950
"address": "0x64EA298C622c628C8b4C596c1e4403eb5AFcFff7",
@@ -5966,5 +5967,20 @@
59665967
"keccak256": "0x9023d9e36b889055353a27eb9c00ac211202574ac8569730d9e3577f3f2c3727"
59675968
}
59685969
}
5970+
},
5971+
"v2.102.0": {
5972+
"tag": "v2.102.0",
5973+
"fulltag": "v2.102.0",
5974+
"release": "Han",
5975+
"network": "mainnet",
5976+
"date": "2025-03-21T13:02:01-04:00",
5977+
"commit": "946a0903d34eff74bebb18881dd33ed8ee2a509d",
5978+
"contracts": {
5979+
"Issuer": {
5980+
"address": "0x49acf95f875984fF57E1bB8b9bA49c5487C133A7",
5981+
"status": "current",
5982+
"keccak256": "0x01c9073479a323531592b4a418de497b073561b5ec28d2471093911debe3397e"
5983+
}
5984+
}
59695985
}
59705986
}

publish/deployed/mainnet/versions.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4799,8 +4799,9 @@
47994799
"contracts": {
48004800
"Issuer": {
48014801
"address": "0xab4688E54A216aB3813438D30603Bf855648AF8d",
4802-
"status": "current",
4803-
"keccak256": "0x122394906d88b596f09642fb03cdb2d4b798a65cf4280cecbccc0279ba67b3a2"
4802+
"status": "replaced",
4803+
"keccak256": "0x122394906d88b596f09642fb03cdb2d4b798a65cf4280cecbccc0279ba67b3a2",
4804+
"replaced_in": "v2.102.0"
48044805
},
48054806
"DebtCache": {
48064807
"address": "0xd1cad1A569E70d2Df4C8ed43d3cC93DBE16285dE",
@@ -4828,5 +4829,20 @@
48284829
"keccak256": "0xf5af266ffe444334cd8903b556e23be15b0644f532a083013f03af8d92d9dbfd"
48294830
}
48304831
}
4832+
},
4833+
"v2.102.0": {
4834+
"tag": "v2.102.0",
4835+
"fulltag": "v2.102.0",
4836+
"release": "Han",
4837+
"network": "mainnet",
4838+
"date": "2025-03-21T13:02:01-04:00",
4839+
"commit": "946a0903d34eff74bebb18881dd33ed8ee2a509d",
4840+
"contracts": {
4841+
"Issuer": {
4842+
"address": "0x7A1b3DB73E5B8c58EDC8A821890005064f2B83Fd",
4843+
"status": "current",
4844+
"keccak256": "0x01c9073479a323531592b4a418de497b073561b5ec28d2471093911debe3397e"
4845+
}
4846+
}
48314847
}
48324848
}

publish/releases.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,8 @@
10781078
{
10791079
"sip": 420,
10801080
"layer": "both",
1081-
"sources": ["Issuer"]
1081+
"sources": ["Issuer"],
1082+
"released": "both"
10821083
}
10831084
],
10841085
"releases": [
@@ -2038,15 +2039,17 @@
20382039
"major": 2,
20392040
"minor": 102
20402041
},
2041-
"sips": [420]
2042+
"sips": [420],
2043+
"released": true
20422044
},
20432045
{
20442046
"name": "Han (Optimism)",
20452047
"version": {
20462048
"major": 2,
20472049
"minor": 102
20482050
},
2049-
"sips": [420]
2051+
"sips": [420],
2052+
"released": true
20502053
}
20512054
]
20522055
}

0 commit comments

Comments
 (0)