UNPKG

crypto-slots

Version:

A minimal test server is provided, see server

46 lines (43 loc) 608 B
const base = 1; const marketPosition = coin => { return [] } export const topTen = { columns: 5, rows: 5, slotHeight: 100, slots: [ 'btc', 'eth', 'xrp', 'bch', 'ltc', 'eos', 'bnb', 'usdt', 'xlm', 'ada', 'trx', 'xmr' ], bonus: 'btc', multiplier: 2 } export const onebythree = { rows: 1, columns: 3, slotHeight: 100, slots: [ 'eth', 'ltc', 'bnb', 'xlm', 'ada', 'trx', 'xmr', 'xtz' ], bonus: 'eth', multiplier: 2 } export default { topTen, onebythree }