@synthr/js
Version:
The smart contracts which make up the Synthr system. (synthr.io)
38 lines (37 loc) • 569 B
JSON
[
{
"name": "sUSD",
"asset": "USD",
"subclass": "MultiCollateralSynth"
},
{
"name": "sETH",
"asset": "ETH",
"subclass": "MultiCollateralSynth"
},
{
"name": "sBTC",
"asset": "BTC",
"subclass": "MultiCollateralSynth"
},
{
"name": "sBNB",
"asset": "BNB",
"subclass": "MultiCollateralSynth"
},
{
"name": "sAVAX",
"asset": "AVAX",
"subclass": "MultiCollateralSynth"
},
{
"name": "sDOT",
"asset": "DOT",
"subclass": "MultiCollateralSynth"
},
{
"name": "sMatic",
"asset": "MATIC",
"subclass": "MultiCollateralSynth"
}
]