Skip to content

Commit

Permalink
Merge pull request #1198 from poanetwork/remove-proxies-reg-binary-code
Browse files Browse the repository at this point in the history
(Fix) Remove proxies registry binary code from the storage
  • Loading branch information
mariano-aguero committed Oct 23, 2018
2 parents 9258c7c + 5d25a96 commit 4bf24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function getCrowdsaleAsset(contractName, stateProp, networkID) {
? setFlatFileContentToState(`./contracts/${stateProp}.sol`)
: Promise.resolve()
const whenBin =
stateProp === 'MintedCappedProxy' || stateProp === 'DutchProxy' || stateProp === 'ProxiesRegistry'
stateProp === 'MintedCappedProxy' || stateProp === 'DutchProxy'
? setFlatFileContentToState(`./contracts/${stateProp}.bin`)
: Promise.resolve()
let abi
Expand Down

0 comments on commit 4bf24cf

Please sign in to comment.