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 62344b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9,919 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cache/
.DS_Store
*.swp
*.txt

yarn-error.log

dist/
src/types/
Expand Down
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
Loading

0 comments on commit 62344b7

Please sign in to comment.