Fix prettier
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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] |
|
||||
|
||||
Reference in New Issue
Block a user