Open zlumer opened 6 years ago
Config is a mess currently. We should refactor it to new provider format:
E.g.: Cryptocurrency exchanges -> Binance -> ETH/BTC ticker (crypto->binance->{ pair: "ETH/BTC" }) Random numbers -> Random.Org -> Single random integer (random->random-org->{ multi: false })
crypto
binance
{ pair: "ETH/BTC" }
random
random-org
{ multi: false }
And we definitely should put configs inside providers themselves.
Config is a mess currently. We should refactor it to new provider format:
E.g.: Cryptocurrency exchanges -> Binance -> ETH/BTC ticker (
crypto
->binance
->{ pair: "ETH/BTC" }
) Random numbers -> Random.Org -> Single random integer (random
->random-org
->{ multi: false }
)