remove @custom:dev-run-scriptfrom file template

pull/2262/head
yann300 3 years ago
parent 042302c521
commit c0e4369ba5
  1. 2
      libs/remix-ui/workspace/src/lib/templates/examples.ts

@ -39,7 +39,6 @@ import "hardhat/console.sol";
/** /**
* @title Owner * @title Owner
* @dev Set & change owner * @dev Set & change owner
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
*/ */
contract Owner { contract Owner {
@ -93,7 +92,6 @@ pragma solidity >=0.7.0 <0.9.0;
/** /**
* @title Ballot * @title Ballot
* @dev Implements voting process along with vote delegation * @dev Implements voting process along with vote delegation
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
*/ */
contract Ballot { contract Ballot {

Loading…
Cancel
Save