From b308fc9ccede119dfc3019efc62dab14afa06410 Mon Sep 17 00:00:00 2001 From: SHAMIL T <67453312+shamil-t@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:37:39 +0530 Subject: [PATCH] Update truffle-config.js Updated port to use Ganache UI --- truffle-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truffle-config.js b/truffle-config.js index 47718b0..03975e0 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -4,7 +4,7 @@ module.exports = { networks: { dev: { host: "*", - port: 8545, + port: 7545, network_id: "*" // Match any network id },