aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/utils/constants.ts
blob: df2ddb3b200abf7d1f9ac5ee1f5b3027ad5ec0a4 (plain) (blame)
1
2
3
4
5
export const constants = {
    SOLIDITY_FILE_EXTENSION: '.sol',
    BASE_COMPILER_URL: 'https://ethereum.github.io/solc-bin/bin/',
    LATEST_ARTIFACT_VERSION: '2.0.0',
};