|
|
|
@ -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'] |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|