From f6f12954ad5e249a930a44f349c6a94964f98e38 Mon Sep 17 00:00:00 2001 From: Pete Barrow Date: Wed, 27 Mar 2024 13:37:42 +0000 Subject: [PATCH] chore: typo fix --- net_confs/config.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net_confs/config.hcl b/net_confs/config.hcl index 912c5eaa..30ee0c5d 100644 --- a/net_confs/config.hcl +++ b/net_confs/config.hcl @@ -64,8 +64,8 @@ EOT "--db", "/app/ganache-db", ] static_port { - value = 8545 - to = 8545 + value = 8546 + to = 8546 } auth_soft_fail = true }