fractal-login
Version:
Fractal Studios core login
52 lines • 1.23 kB
JSON
{
"FRACTAL_CORE_LOGIN_URL": "https://fractalapi.ngrok.io",
"secret": "LetsGetRandom",
"emailFrom": "fractalstudios@fractalstudios.io",
"smtpOptions": {
"host": "smtp-relay.sendinblue.com",
"port": 587,
"auth": {
"user": "brandonmcnew@gmail.com",
"pass": "SVDvJGBMjCOmc9qx"
}
},
"supportedCoins": [
{
"name": "binancecoin",
"needsExtra": false
},
{
"name": "bitcoin",
"needsExtra": false
},
{
"name": "ethereum",
"needsExtra": false
},
{
"name": "fantom",
"needsExtra": false
},
{
"name": "matic-network",
"needsExtra": false
},
{
"name": "random",
"needsExtra": false
},
{
"name": "stellar",
"needsExtra": true,
"extraName": "Memo"
},
{
"name": "ripple",
"needsExtra": false
},
{
"name": "tether",
"needsExtra": false
}
]
}