Merge pull request #361 from 0xProject/feature/deployer/solc-0.4.19

Add solc 0.4.19
This commit is contained in:
Leonid 2018-02-02 12:29:58 +01:00 committed by GitHub
commit 47d74aa24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

View File

@ -12,4 +12,5 @@ export const binPaths: BinaryPaths = {
'0.4.16': 'soljson-v0.4.16+commit.d7661dd9.js',
'0.4.17': 'soljson-v0.4.17+commit.bdeb9e52.js',
'0.4.18': 'soljson-v0.4.18+commit.9cf6e910.js',
'0.4.19': 'soljson-v0.4.19+commit.c4cbbb05.js',
};

File diff suppressed because one or more lines are too long