Remove placeholder extensions

This commit is contained in:
Fred Carlsen
2019-02-21 13:49:35 +01:00
parent 7d3d997083
commit 30f2e3b606

View File

@@ -39,26 +39,6 @@ const extensionData: Extension[] = [
title: 'Whitelist Filter',
description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`,
},
{
icon: 'supportForAllEthereumStandards',
title: 'Whitelist Filter',
description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`,
},
{
icon: 'supportForAllEthereumStandards',
title: 'Whitelist Filter',
description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`,
},
{
icon: 'supportForAllEthereumStandards',
title: 'Whitelist Filter',
description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`,
},
{
icon: 'supportForAllEthereumStandards',
title: 'Whitelist Filter',
description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`,
},
];
export class Extensions extends React.Component {