Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #302 from gnosis/bignumber-to-exp-fix
Browse files Browse the repository at this point in the history
Increase TO_EXP for bignumber.js
  • Loading branch information
mmv08 authored Nov 28, 2019
2 parents 9d2ac5c + 207bd6e commit 1d22b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import loadSafesFromStorage from '~/routes/safe/store/actions/loadSafesFromStora
import loadActiveTokens from '~/logic/tokens/store/actions/loadActiveTokens'
import loadDefaultSafe from '~/routes/safe/store/actions/loadDefaultSafe'

BigNumber.set({ EXPONENTIAL_AT: [-7, 50] })
BigNumber.set({ EXPONENTIAL_AT: [-7, 255] })

if (process.env.NODE_ENV !== 'production') {
// eslint-disable-next-line
Expand Down

0 comments on commit 1d22b2f

Please sign in to comment.