diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-05-07 19:49:21 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-05-07 19:49:21 +0800 |
commit | fcb0a05880f6217f5b5942ec419fcf4df490551d (patch) | |
tree | facd03b8a252dba40b6c5e497ab71173b2f4a100 /packages/deployer/src/utils/constants.ts | |
parent | fad7dc9f04f39e754ac0ec437736c7bee33fa28e (diff) | |
download | dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar.gz dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar.bz2 dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar.lz dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar.xz dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.tar.zst dexon-sol-tools-fcb0a05880f6217f5b5942ec419fcf4df490551d.zip |
Improve the readability of the check for should compile
Diffstat (limited to 'packages/deployer/src/utils/constants.ts')
-rw-r--r-- | packages/deployer/src/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/src/utils/constants.ts b/packages/deployer/src/utils/constants.ts index 6f9dfb994..df2ddb3b2 100644 --- a/packages/deployer/src/utils/constants.ts +++ b/packages/deployer/src/utils/constants.ts @@ -1,4 +1,5 @@ export const constants = { SOLIDITY_FILE_EXTENSION: '.sol', BASE_COMPILER_URL: 'https://ethereum.github.io/solc-bin/bin/', + LATEST_ARTIFACT_VERSION: '2.0.0', }; |