Skip to content

Commit

Permalink
chore: support compilers below 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed May 5, 2021
1 parent 366981a commit 876e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ export default AsyncInit.compose(ContractBase, {
})

const COMPILER_GE_VERSION = '4.1.0'
const COMPILER_LT_VERSION = '5.0.0'
const COMPILER_LT_VERSION = '6.0.0'

0 comments on commit 876e516

Please sign in to comment.