Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Apr 26, 2019
1 parent dddba46 commit 787c17a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/stores/utils/contract.js
Expand Up @@ -132,14 +132,6 @@ export const getFeeManager = async (contract) => {

export const getFeeManagerMode = (contract) => contract.methods.getFeeManagerMode().call()

export const getDeployedAtBlock = async (contract) => {
try {
return await contract.methods.deployedAtBlock().call()
} catch (e) {
return 0
}
}

export const getHomeFee = async (contract) => {
const feeInWei = await contract.methods.getHomeFee().call()
return new BN(fromWei(feeInWei.toString()))
Expand Down

0 comments on commit 787c17a

Please sign in to comment.