Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Sep 16, 2024
1 parent b6bea5f commit 05ee68c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions apps/remix-ide/src/app/plugins/templates-selection/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,42 +267,42 @@ export const templates = (intl, plugin) => {
onClickLabel: 'Open Cookbook Plugin',
description: 'Discover more templates!',
items: [
{
{
value: "token-sale",
displayName: 'Token Sale',
description: "ERC20 token sale contact. Sell tokens for ETH"
},
{
{
value: "simple-nft-sale",
displayName: 'Simple Nft Sale',
description: "ERC721 NFT with an adjustable price & to mint free NFTs"
description: "ERC721 NFT with an adjustable price & to mint free NFTs"
},
{
{
value: "Azuki-ERC721A-NFT-Sale-basic",
displayName: 'Azuki ERC721A NFT Sale basic',
description: "An implementation of the ERC721A standard"
},
{
{
value: "Azuki-ERC721A-NFT-Sale",
displayName: 'Azuki ERC721A NFT Sale',
description: "An extension of the ERC721A standard with wallet limit"
},
{
{
value: "token-staking-with-infinite-rewards",
displayName: 'Token Staking with infinite rewards',
description: "Token staking contract to reward ERC20 tokens for every token staked"
},
{
{
value: "nft-staking-with-infinite-rewards",
displayName: 'NFT Staking with infinite rewards',
description: "NFT staking contract to reward exact number of ERC20 tokens per day"
description: "NFT staking contract to reward exact number of ERC20 tokens per day"
},
{
{
value: "basic-dao",
displayName: 'Basic DAO',
description: "A very simple implementation of a DAO"
},
{
{
value: "soulbound-nft",
displayName: 'Soulbound NFT',
description: "ERC721 Soulbound NFT with no transfer capability"
Expand All @@ -313,7 +313,7 @@ export const templates = (intl, plugin) => {
opts: {
burnable: true,
pausable: true
}, },
}, },
]
},
{
Expand Down

0 comments on commit 05ee68c

Please sign in to comment.