remove @custom:dev-run-scriptfrom file template

pull/5370/head
yann300 3 years ago
parent d6a1476cc4
commit 21a8a82485
  1. 2
      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 {

Loading…
Cancel
Save