Skip to content

Commit

Permalink
chore: Fix Endpoint deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista committed Feb 13, 2024
1 parent 1b879d9 commit fc73070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const deploy: DeployFunction = async ({ getUnnamedAccounts, deployments, network
await deployments.delete('Endpoint')
const endpointDeployment = await deployments.deploy('Endpoint', {
from: deployer,
args: [network.config.eid, deployer],
args: [network.config.eid],
})

console.table({
Expand Down

0 comments on commit fc73070

Please sign in to comment.