linting fix

pull/5194/head
aniket-engg 2 months ago committed by Aniket
parent 61a8c4c0a0
commit 28b25d0808
  1. 22
      apps/remix-ide/src/app/plugins/templates-selection/templates.ts

@ -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"
@ -313,7 +313,7 @@ export const templates = (intl, plugin) => {
opts: {
burnable: true,
pausable: true
}, },
}, },
]
},
{

Loading…
Cancel
Save