diff --git a/packages/website/ts/components/dropdowns/dropdown_products.tsx b/packages/website/ts/components/dropdowns/dropdown_products.tsx index 8db19371f6..cf7243f3e9 100644 --- a/packages/website/ts/components/dropdowns/dropdown_products.tsx +++ b/packages/website/ts/components/dropdowns/dropdown_products.tsx @@ -6,11 +6,11 @@ import { Heading, Paragraph } from 'ts/components/text'; import { WebsitePaths } from 'ts/types'; const navData = [ - { - title: 'Asset Swapper', - description: 'Funnel 0x liquidity into your DeFi smart contracts', - url: WebsitePaths.AssetSwapperPage, - }, + { + title: 'Asset Swapper', + description: 'Funnel 0x liquidity into your DeFi smart contracts', + url: WebsitePaths.AssetSwapperPage, + }, { title: '0x Instant', description: 'Embed simple token purchasing in any app or website', diff --git a/packages/website/ts/utils/algolia_meta.json b/packages/website/ts/utils/algolia_meta.json index e9c0cb1579..f82fac03fe 100644 --- a/packages/website/ts/utils/algolia_meta.json +++ b/packages/website/ts/utils/algolia_meta.json @@ -107,12 +107,7 @@ "title": "0x Coordinator Specification (v2)", "description": "A comprehensive technical spec of the first coordinator model developer by the 0x core team (soft-cancel variant)", "tags": ["Coordinator", "Relayer", "Trader", "Protocol Developer"], - "topics": [ - "Coordinator", - "Relayer", - "Trader", - "Protocol Developer" - ], + "topics": ["Coordinator", "Relayer", "Trader", "Protocol Developer"], "difficulty": "Advanced", "path": "guides/v2-coordinatior-specification.mdx" }, diff --git a/python-packages/sra_client/docs/DefaultApi.md b/python-packages/sra_client/docs/DefaultApi.md index 6b5bd95b45..6b41414a79 100644 --- a/python-packages/sra_client/docs/DefaultApi.md +++ b/python-packages/sra_client/docs/DefaultApi.md @@ -316,8 +316,8 @@ except ApiException as e: | Name | Type | Description | Notes | | ------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- | -| **maker_asset_proxy_id** | **str** | The maker [asset proxy id](https://0x.org/docs/tools/0x.js#types-AssetProxyId) (example: \"0xf47261b0\" for ERC20, \"0x02571792\" for ERC721). | [optional] | -| **taker_asset_proxy_id** | **str** | The taker asset [asset proxy id](https://0x.org/docs/tools/0x.js#types-AssetProxyId) (example: \"0xf47261b0\" for ERC20, \"0x02571792\" for ERC721). | [optional] | +| **maker_asset_proxy_id** | **str** | The maker [asset proxy id](https://0x.org/docs/tools/0x.js#types-AssetProxyId) (example: \"0xf47261b0\" for ERC20, \"0x02571792\" for ERC721). | [optional] | +| **taker_asset_proxy_id** | **str** | The taker asset [asset proxy id](https://0x.org/docs/tools/0x.js#types-AssetProxyId) (example: \"0xf47261b0\" for ERC20, \"0x02571792\" for ERC721). | [optional] | | **maker_asset_address** | **str** | The contract address for the maker asset. | [optional] | | **taker_asset_address** | **str** | The contract address for the taker asset. | [optional] | | **exchange_address** | **str** | Same as exchangeAddress in the [0x Protocol v2 Specification](https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#order-message-format) | [optional] |