Skip to content

Commit

Permalink
Update the contract's submodule to the release 5.1.0 (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Jul 4, 2020
1 parent d5d0c8f commit caf2e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts
2 changes: 1 addition & 1 deletion e2e-commons/scripts/setupStakeTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require('dotenv').config({
})
const { sendRawTxHome, sendRawTxForeign, privateKeyToAddress } = require(`${contractsPath}/deploy/src/deploymentUtils`)
const { web3Home, web3Foreign, deploymentPrivateKey } = require(`${contractsPath}/deploy/src/web3`)
const BlockReward = require(`${contractsPath}/build/contracts/BlockReward.json`)
const BlockReward = require(`${contractsPath}/build/contracts/BlockRewardMock.json`)
const ERC677BridgeTokenRewardable = require(`${contractsPath}/build/contracts/ERC677BridgeTokenRewardable.json`)
const ERC677MultiBridgeToken = require(`${contractsPath}/build/contracts/ERC677MultiBridgeToken.json`)

Expand Down

0 comments on commit caf2e2b

Please sign in to comment.