From 7a3d955629fa1e8f93d4c9dec53b1a104b0265ca Mon Sep 17 00:00:00 2001 From: Valeria <155299210+ValeriaBeck@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:01:06 -0800 Subject: [PATCH] Update Endpoint.js --- deploy/Endpoint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/Endpoint.js b/deploy/Endpoint.js index ee5d056..279e095 100644 --- a/deploy/Endpoint.js +++ b/deploy/Endpoint.js @@ -6,7 +6,7 @@ module.exports = async function ({ deployments, getNamedAccounts }) { const { deployer } = await getNamedAccounts() await deploy("Endpoint", { - from: deployer, + {from: deployer, args: [getEndpointId()], // if set it to true, will not attempt to deploy // even if the contract deployed under the same name is different