Files
@ 53bbd1295ee2
Branch filter:
Location: C3L/C3L-Membership-Online-Form/config.json - annotation
53bbd1295ee2
947 B
application/json
Show an error message to the user, if we fail fetching conversion rates for the cryptocurrencies
7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 7f4b23cdb141 | {
"SUPPORTING_FEE": 40,
"REGULAR_FEE": 120,
"DIGICASH_ENABLED": false,
"CONVERSION_URL": "https://coins.c3l.lu/json",
"CRYPTOCURRENCIES": {
"BITCOIN": {
"ENABLED": true,
"ADDRESS": "bc1qfg5ytmxpmsx5tfsfkz30mw4tjj4hw295dydakk",
"COMMODITY": "BTC",
"URL": "bitcoin:{address}?amount={amount}&label=Membership Fee {year} {username}&message=Membership Fee {year} {username}"
},
"ETHEREUM": {
"ENABLED": true,
"ADDRESS": "0xa3c704a1810A0914D0B3392c9490f47B415b92A6",
"COMMODITY": "ETH",
"URL": "{address}"
},
"MONERO": {
"ENABLED": true,
"ADDRESS": "89rNUZ3KeMQFcunnG4zUo6QzrPzvvrz1NNhJwMuagKZyQjLUwb5y5oWbzJY5STy5phewEnFLuzgZvayJmU4zeWctLQZV1gG",
"COMMODITY": "XMR",
"URL": "{address}"
},
"ZCASH": {
"ENABLED": true,
"ADDRESS": "t1URHaR4oYFyp7XFGJ5M28XxHc5Dnm6HzsZ",
"COMMODITY": "ZEC",
"URL": "{address}"
}
}
}
|