This commit is contained in:
David Sun
2019-07-30 16:48:46 -07:00
parent 9d12462893
commit 918ef13714

View File

@@ -168,12 +168,12 @@ const CATEGORY_TO_PACKAGES: ObjectMap<Package[]> = {
description:
'Convenience package for buying assets represented on the Ethereum blockchain using 0x. In its simplest form, the package helps in the usage of the [0x forwarder contract](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md), which allows users to execute [Wrapped Ether](https://weth.io/) based 0x orders without having to set allowances, wrap Ether or own ZRX, meaning they can buy tokens with Ether alone. Given some liquidity (0x signed orders), it helps estimate the Ether cost of buying a certain asset (giving a range) and then buying that asset.',
link: {
title: '@0x/asset-buyer',
title: '@0x/asset-buyer [Deprecated]',
to: WebsitePaths.AssetBuyer,
},
},
{
description: 'Coonvenience package for discovering and performing swaps for any ERC20 Assets',
description: 'Convenience package for discovering and performing swaps for any ERC Assets',
link: {
title: '@0x/asset-swapper',
to: WebsitePaths.AssetSwapper,