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.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/deployer/src/utils/constants.ts b/packages/deployer/src/utils/constants.ts
index 57f30dec8..85923448f 100644
--- a/packages/deployer/src/utils/constants.ts
+++ b/packages/deployer/src/utils/constants.ts
@@ -1,4 +1,3 @@
export const constants = {
- NULL_BYTES: '0x',
SOLIDITY_FILE_EXTENSION: '.sol',
};