aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/deployer/src/utils/constants.ts')
-rw-r--r--packages/deployer/src/utils/constants.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/deployer/src/utils/constants.ts b/packages/deployer/src/utils/constants.ts
deleted file mode 100644
index df2ddb3b2..000000000
--- a/packages/deployer/src/utils/constants.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-export const constants = {
- SOLIDITY_FILE_EXTENSION: '.sol',
- BASE_COMPILER_URL: 'https://ethereum.github.io/solc-bin/bin/',
- LATEST_ARTIFACT_VERSION: '2.0.0',
-};