Files @ 9c7da33e6600
Branch filter:

Location: C3L/C3L-Membership-Online-Form/config.json

Dennis Fink
Update dependencies
{
  "SUPPORTING_FEE": 40,
  "REGULAR_FEE": 120,
  "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}"
    }
  }
}