synthetix
Version:
The smart contracts which make up the Synthetix system. (synthetix.io)
44 lines (43 loc) • 771 B
JSON
[
{
"asset": "USD",
"category": "forex",
"sign": "$",
"description": "US Dollars",
"name": "sUSD",
"subclass": "MultiCollateralSynth"
},
{
"asset": "ETH",
"category": "crypto",
"sign": "Ξ",
"description": "Ether",
"name": "sETH",
"subclass": "MultiCollateralSynth"
},
{
"asset": "BTC",
"category": "crypto",
"sign": "₿",
"description": "Bitcoin",
"name": "sBTC",
"subclass": "MultiCollateralSynth"
},
{
"asset": "LINK",
"category": "crypto",
"sign": "",
"description": "Chainlink",
"name": "sLINK",
"subclass": "MultiCollateralSynth"
},
{
"feed": "0x0",
"asset": "ETHBTC",
"category": "crypto",
"sign": "",
"description": "ETHBTC Ratio",
"name": "sETHBTC",
"subclass": "MultiCollateralSynth"
}
]