From c0e4369ba59673761ea8cd89e8e9716df3fb541a Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 7 Apr 2022 15:30:32 +0200 Subject: [PATCH] remove @custom:dev-run-scriptfrom file template --- libs/remix-ui/workspace/src/lib/templates/examples.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/remix-ui/workspace/src/lib/templates/examples.ts b/libs/remix-ui/workspace/src/lib/templates/examples.ts index 6014419bfc..e780af51b1 100644 --- a/libs/remix-ui/workspace/src/lib/templates/examples.ts +++ b/libs/remix-ui/workspace/src/lib/templates/examples.ts @@ -39,7 +39,6 @@ import "hardhat/console.sol"; /** * @title Owner * @dev Set & change owner - * @custom:dev-run-script ./scripts/deploy_with_ethers.ts */ contract Owner { @@ -93,7 +92,6 @@ pragma solidity >=0.7.0 <0.9.0; /** * @title Ballot * @dev Implements voting process along with vote delegation - * @custom:dev-run-script ./scripts/deploy_with_ethers.ts */ contract Ballot {