aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils/src/constants.ts')
-rw-r--r--packages/dev-utils/src/constants.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/dev-utils/src/constants.ts b/packages/dev-utils/src/constants.ts
deleted file mode 100644
index 56e87d764..000000000
--- a/packages/dev-utils/src/constants.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-export const constants = {
- RPC_URL: 'http://localhost:8545',
- RPC_PORT: 8545,
- GAS_LIMIT: 7000000,
- TESTRPC_FIRST_ADDRESS: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
-};