add custom tag to default project

pull/2262/head
yann300 3 years ago
parent 89a4057414
commit 45996ec3fa
  1. 2
      libs/remix-ui/workspace/src/lib/templates/examples.ts

@ -39,6 +39,7 @@ import "hardhat/console.sol";
/**
* @title Owner
* @dev Set & change owner
* @custom:dev-run-script ./scripts/deploy_with_ethers.ts
*/
contract Owner {
@ -92,6 +93,7 @@ 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