Browse Source

add log for countervalues

master
Gaëtan Renaudeau 7 years ago
parent
commit
831da78a41
  1. 1
      src/helpers/countervalues.js

1
src/helpers/countervalues.js

@ -39,6 +39,7 @@ const addExtraPollingHooks = (schedulePoll, cancelPoll) => {
}
const CounterValues = createCounterValues({
log: (...args) => console.log('CounterValues:', ...args),
getAPIBaseURL: () => 'https://ledger-countervalue-poc.herokuapp.com',
storeSelector: state => state.countervalues,
pairsSelector,

Loading…
Cancel
Save