Skip to content

Commit

Permalink
chore: remove erc721 gateway from artifacts in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 7, 2025
1 parent 4d954d5 commit 79575c9
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,6 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
}
});

deploymentDir = path.join(
__dirname,
'..',
'..',
'/',
'deployments',
'localhost',
'FuelERC721Gateway.json'
);

const deployment = JSON.parse(fs.readFileSync(deploymentDir, 'utf8'));
deploymentsFile['FuelERC721Gateway'] = deployment.address;

deploymentDir = path.join(
__dirname,
'..',
Expand Down

0 comments on commit 79575c9

Please sign in to comment.