Skip to content

Commit

Permalink
getValidatorList from contract
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 6, 2019
1 parent ac208d0 commit e73ce03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/stores/HomeStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import {
getBridgeABIs,
HOME_V1_ABI,
ERC20_BYTES32_ABI,
getDeployedAtBlock,
getValidatorList
getDeployedAtBlock
} from '../../../commons'
import {
getMaxPerTxLimit,
Expand All @@ -37,7 +36,8 @@ import {
getValidatorContract,
getRequiredSignatures,
getValidatorCount,
getPastEvents
getPastEvents,
getValidatorList
} from './utils/contract'
import { balanceLoaded, removePendingTransaction } from './utils/testUtils'
import sleep from './utils/sleep'
Expand Down

0 comments on commit e73ce03

Please sign in to comment.