synthetix
Version:
The smart contracts which make up the Synthetix system. (synthetix.io)
143 lines (142 loc) • 2.28 kB
JSON
[
{
"name": "Pollux",
"version": {
"major": 2,
"minor": 27
},
"sources": [
"Exchanger",
"ExchangeRates",
"FeePool",
"FlexibleStorage",
"Issuer",
"Liquidations",
"Synthetix",
"SystemSettings",
"TradingRewards"
],
"sips": [63, 64, 75, 76, 78]
},
{
"name": "Formalhaut",
"version": {
"major": 2,
"minor": 28
},
"sources": [
"ExchangeRates",
"Issuer",
"FeePool",
"EtherCollateralsUSD",
"SynthsUSD"
],
"sips": [85, 86]
},
{
"name": "Deneb",
"version": {
"major": 2,
"minor": 30
},
"sources": ["Exchanger", "ExchangeRates", "Issuer", "SystemSettings"],
"sips": [83, 84, 88]
},
{
"name": "Mimosa",
"version": {
"major": 2,
"minor": 31
},
"sources": [
"DebtCache",
"Exchanger",
"ExchangeRates",
"Issuer",
"Synthetix"
],
"sips": [89, 91, 92]
},
{
"name": "Regulus",
"version": {
"major": 2,
"minor": 32
},
"sources": ["Exchanger", "Synthetix"],
"sips": [94]
},
{
"name": "Adhara",
"version": {
"major": 2,
"minor": 34
},
"sources": ["Exchanger"],
"sips": [98, 99]
},
{
"name": "Shaula",
"version": {
"major": 2,
"minor": 35
},
"sources": [
"AddressResolver",
"BinaryOptionMarketFactory",
"BinaryOptionMarketManager",
"CollateralErc20",
"CollateralEth",
"CollateralManager",
"CollateralManagerState",
"CollateralStateErc20",
"CollateralStateEth",
"CollateralStateShort",
"CollateralShort",
"DebtCache",
"ExchangeRates",
"Exchanger",
"FeePool",
"Issuer",
"Liquidations",
"RewardEscrowV2",
"SystemSettings",
"Synthetix",
"TradingRewards",
"Synth(s|i).+"
],
"sips": [97, 100, 103]
},
{
"name": "Castor",
"version": {
"major": 2,
"minor": 36
},
"sources": [
"CollateralErc20",
"CollateralEth",
"CollateralStateErc20",
"CollateralStateEth",
"CollateralStateShort",
"CollateralShort",
"FeePool",
"Issuer",
"RewardEscrowV2",
"Synthetix",
"SynthetixBridgeToOptimism",
"SystemSettings"
],
"sips": [60, 102, 105]
},
{
"name": "Gacrux",
"version": {
"major": 2,
"minor": 37
},
"ovm": true,
"sources": ["FeePool", "FeePoolState", "SynthetixState"],
"sips": [106]
}
]