add more template

pull/5194/head
yann300 5 months ago committed by Aniket
parent d0e3396a0e
commit b101a4a567
  1. 30
      libs/remix-ui/workspace/src/lib/utils/constants.ts

@ -88,6 +88,36 @@ export const TEMPLATE_METADATA: Record<string, TemplateType> = {
name: 'cookbookdev',
endpoint: 'openContract',
params: ['multi-collection-nft-with-burnable-nfts-and-pausable-transfers']
},
'OpenSea-Seaport': {
type: 'plugin',
name: 'cookbookdev',
endpoint: 'openProtocol',
params: ['OpenSea-Seaport']
},
'Ethereum-Name-Service': {
type: 'plugin',
name: 'cookbookdev',
endpoint: 'openProtocol',
params: ['Ethereum-Name-Service']
},
'Umbra-Cash': {
type: 'plugin',
name: 'cookbookdev',
endpoint: 'openProtocol',
params: ['Umbra-Cash']
},
'Aave-V3': {
type: 'plugin',
name: 'cookbookdev',
endpoint: 'openProtocol',
params: ['Aave-V3']
},
'ChainLink': {
type: 'plugin',
name: 'cookbookdev',
endpoint: 'openProtocol',
params: ['ChainLink']
}
}

Loading…
Cancel
Save