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.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/dev-utils/src/constants.ts b/packages/dev-utils/src/constants.ts
new file mode 100644
index 000000000..4f7b4202a
--- /dev/null
+++ b/packages/dev-utils/src/constants.ts
@@ -0,0 +1,5 @@
+export const constants = {
+ RPC_URL: 'http://localhost:8545',
+ RPC_PORT: 8545,
+ GAS_ESTIMATE: 1000000,
+};