Skip to content

Commit

Permalink
removing template?
Browse files Browse the repository at this point in the history
  • Loading branch information
brossetti1 committed Aug 25, 2022
1 parent 231b4e1 commit 6381433
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/LootERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ contract Loot is ERC20SnapshotUpgradeable, ERC20PermitUpgradeable {
function setUp(string memory name_, string memory symbol_) external initializer {
baal = IBaal(msg.sender); /*Configure Baal to setup sender*/
__ERC20_init(name_, symbol_);
__ERC20_init("Template", "T");
__ERC20Permit_init(name_);
}

Expand Down
1 change: 0 additions & 1 deletion contracts/SharesERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ contract Shares is BaalVotes {
{
baal = IBaal(msg.sender); /*Configure Baal to setup sender*/
__ERC20_init(name_, symbol_);
__ERC20_init("Template", "T");
__ERC20Permit_init(name_);
}

Expand Down

0 comments on commit 6381433

Please sign in to comment.