Changeset - eae4cd0ab587
[Not reviewed]
default
0 1 0
Dennis Fink - 3 years ago 2022-02-25 22:45:18
dennis.fink@c3l.lu
Update config.json
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.json
Show inline comments
 
{
 
  "SUPPORTING_FEE": 40,
 
  "REGULAR_FEE": 120,
 
  "DIGICASH_ENABLED": false,
 
  "DIGICASH_ENABLED": true,
 
  "SATISPAY_ENABLED": true,
 
  "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}"
 
    }
 
  }
 
}
0 comments (0 inline, 0 general)