synthetix
Version:
The smart contracts which make up the Synthetix system. (synthetix.io)
23 lines (22 loc) • 323 B
JSON
[
{
"name": "sUSD",
"asset": "USD",
"subclass": "MultiCollateralSynth"
},
{
"name": "sETH",
"asset": "ETH",
"subclass": "MultiCollateralSynth"
},
{
"name": "sBTC",
"asset": "BTC",
"subclass": "MultiCollateralSynth"
},
{
"name": "sEUR",
"asset": "EUR",
"subclass": "MultiCollateralSynth"
}
]