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.ts4
1 files changed, 4 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..14cb5b937
--- /dev/null
+++ b/packages/dev-utils/src/constants.ts
@@ -0,0 +1,4 @@
+export const constants = {
+ RPC_URL: 'http://localhost:8545',
+ GAS_ESTIMATE: 500000,
+};