Skip to content

Commit

Permalink
Merge pull request #4 from oraclesorg/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
vbaranov authored Oct 6, 2017
2 parents 67d917a + 43385f2 commit 4504657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/blockchainHelpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Web3 from 'web3';
import { incorrectNetworkAlert, noContractAlert, noMetaMaskAlert, invalidNetworkIDAlert } from './alerts'
import { incorrectNetworkAlert, noMetaMaskAlert, invalidNetworkIDAlert } from './alerts'
import { getEncodedABIClientSide } from './microservices'
import { toFixed } from '../utils/utils'

// instantiate new web3 instance
const web3 = new Web3();
Expand Down

0 comments on commit 4504657

Please sign in to comment.