aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-compiler/src/utils/constants.ts')
-rw-r--r--packages/sol-compiler/src/utils/constants.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/sol-compiler/src/utils/constants.ts b/packages/sol-compiler/src/utils/constants.ts
deleted file mode 100644
index 433897f8a..000000000
--- a/packages/sol-compiler/src/utils/constants.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import * as path from 'path';
-
-export const constants = {
- SOLIDITY_FILE_EXTENSION: '.sol',
- BASE_COMPILER_URL: 'https://ethereum.github.io/solc-bin/bin/',
- LATEST_ARTIFACT_VERSION: '2.0.0',
- SOLC_BIN_DIR: path.join(__dirname, '..', '..', 'solc_bin'),
-};