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 #303 from gnosis/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
mmv08 authored Nov 28, 2019
2 parents 565530a + 1d22b2f commit 969974b
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 969974b

Please sign in to comment.