From e2cf63a7e3fd7738eab095319fdda58127edf656 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:11:59 -0700 Subject: [PATCH 01/10] add april changelog --- fern/docs/changelog/2026-04-30.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 fern/docs/changelog/2026-04-30.mdx diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx new file mode 100644 index 00000000..982866bd --- /dev/null +++ b/fern/docs/changelog/2026-04-30.mdx @@ -0,0 +1,21 @@ +--- +tags: [] +--- + +#### New Liquidity Sources + +- Arbitrum: Added Fluid, Printr, and Renegade darkpool. +- Avalanche: Added Printr. +- Base: Added Aerodrome V3, Fluid, LunarBase, Nabla, Printr, a Clanker V2 fork (Uniswap V4), Doppler Rehype (Uniswap V4), and Uniswap Stable Hook (Uniswap V4). +- BSC: Added Fluid, SmoothyV1, and Printr. +- Ethereum: Added Fluid, Printr, and Renegade darkpool. +- Mantle: Added Printr. +- Optimism: Added Velodrome V3 and Uniswap V2. +- Polygon: Added Fluid. +- Tempo: Added Uniswap V2, V3, and V4 support. + +#### Bug Fixes + +- Abstract Chain: Fixed gas station attendant configuration for Abstract. +- Aave V3 Rounding: Fixed a +1 wei error when calculating Aave V3 token + amounts. From 12c97a6b283ac34e37526e2206cafc3102b14705 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:15:16 -0700 Subject: [PATCH 02/10] update bug fixes syntax --- fern/docs/changelog/2026-04-30.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 982866bd..1bb84871 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -16,6 +16,6 @@ tags: [] #### Bug Fixes -- Abstract Chain: Fixed gas station attendant configuration for Abstract. -- Aave V3 Rounding: Fixed a +1 wei error when calculating Aave V3 token +- Fixed gas station attendant configuration for Abstract. +- Fixed a +1 wei error when calculating Aave V3 token amounts. From 75fc207f9e5b4f8b7d8a608229c5fd7f6d5dc554 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:18:25 -0700 Subject: [PATCH 03/10] update syntax --- fern/docs/changelog/2026-04-30.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 1bb84871..3d1ccb44 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -4,15 +4,15 @@ tags: [] #### New Liquidity Sources -- Arbitrum: Added Fluid, Printr, and Renegade darkpool. -- Avalanche: Added Printr. -- Base: Added Aerodrome V3, Fluid, LunarBase, Nabla, Printr, a Clanker V2 fork (Uniswap V4), Doppler Rehype (Uniswap V4), and Uniswap Stable Hook (Uniswap V4). -- BSC: Added Fluid, SmoothyV1, and Printr. -- Ethereum: Added Fluid, Printr, and Renegade darkpool. -- Mantle: Added Printr. -- Optimism: Added Velodrome V3 and Uniswap V2. -- Polygon: Added Fluid. -- Tempo: Added Uniswap V2, V3, and V4 support. +- **Arbitrum:** Added Fluid, Printr, and Renegade darkpool. +- **Avalanche:** Added Printr. +- **Base:** Added Aerodrome V3, Fluid, LunarBase, Nabla, Printr, a Clanker V2 fork (Uniswap V4), Doppler Rehype (Uniswap V4), and Uniswap Stable Hook (Uniswap V4). +- **BSC:** Added Fluid, SmoothyV1, and Printr. +- **Ethereum:** Added Fluid, Printr, and Renegade darkpool. +- **Mantle:** Added Printr. +- **Optimism:** Added Velodrome V3 and Uniswap V2. +- **Polygon:** Added Fluid. +- **Tempo:** Added Uniswap V2, V3, and V4 support. #### Bug Fixes From 9af9947c57803db87f4c92a2498d45a685ce6c75 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:25:21 -0700 Subject: [PATCH 04/10] add 0x agent skill --- fern/docs/changelog/2026-04-30.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 3d1ccb44..16efcc68 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -14,6 +14,10 @@ tags: [] - **Polygon:** Added Fluid. - **Tempo:** Added Uniswap V2, V3, and V4 support. +#### New Feature + +- **0x Agent Skill**: Give your AI coding agent full knowledge of the 0x APIs with a single command. Once installed, your agent knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) + #### Bug Fixes - Fixed gas station attendant configuration for Abstract. From 11d9789abc4b5a1bf10e6a113b6ea4a9c896e810 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:29:48 -0700 Subject: [PATCH 05/10] update syntax --- fern/docs/changelog/2026-04-30.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 16efcc68..a0f10179 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -16,7 +16,7 @@ tags: [] #### New Feature -- **0x Agent Skill**: Give your AI coding agent full knowledge of the 0x APIs with a single command. Once installed, your agent knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) +- **0x Agent Skill**: New agent skill that gives AI coding agents full knowledge of the 0x APIs with a single command. Once installed, agents knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) #### Bug Fixes From a3781c367592181e52ffb63e2ce7d83040e659ce Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 12:34:30 -0700 Subject: [PATCH 06/10] fix syntax --- fern/docs/changelog/2026-04-30.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index a0f10179..d87fc786 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -21,5 +21,4 @@ tags: [] #### Bug Fixes - Fixed gas station attendant configuration for Abstract. -- Fixed a +1 wei error when calculating Aave V3 token - amounts. +- Fixed a +1 wei error when calculating Aave V3 token amounts. From 204a0477d934bab864ed4dd53d06cd73120df05a Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 14:59:29 -0700 Subject: [PATCH 07/10] bug fixes syntax --- fern/docs/changelog/2026-04-30.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index d87fc786..8bd537f6 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -4,7 +4,7 @@ tags: [] #### New Liquidity Sources -- **Arbitrum:** Added Fluid, Printr, and Renegade darkpool. +- **Arbitrum:** Added Fluid, Printr, and Renegade. - **Avalanche:** Added Printr. - **Base:** Added Aerodrome V3, Fluid, LunarBase, Nabla, Printr, a Clanker V2 fork (Uniswap V4), Doppler Rehype (Uniswap V4), and Uniswap Stable Hook (Uniswap V4). - **BSC:** Added Fluid, SmoothyV1, and Printr. @@ -20,5 +20,5 @@ tags: [] #### Bug Fixes -- Fixed gas station attendant configuration for Abstract. -- Fixed a +1 wei error when calculating Aave V3 token amounts. +- Improve gas accuracy for Abstract. +- Improve accuracy with Aave V3. From fe277649c24281bd0a206750d15b022ff4faaf9a Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 15:07:51 -0700 Subject: [PATCH 08/10] add slippagePpm new feature --- fern/docs/changelog/2026-04-30.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 8bd537f6..cb7f120f 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -17,6 +17,7 @@ tags: [] #### New Feature - **0x Agent Skill**: New agent skill that gives AI coding agents full knowledge of the 0x APIs with a single command. Once installed, agents knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) + - **`slippagePpm` in Swap and Gasless API** Sub-BPS slippage precision is now supported via a new `slippagePpm` parameter (0–1,000,000). This is mutually exclusive with `slippageBps` — existing defaults and validations are unchanged. See more in [API Reference](https://docs.0x.org/api-reference/openapi-json/swap/allowanceholder-getprice). #### Bug Fixes From 6679000bc718e4b762f3cf353304bfcf400f5f2d Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 15:56:44 -0700 Subject: [PATCH 09/10] syntax fix --- fern/docs/changelog/2026-04-30.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index cb7f120f..717268bf 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -17,7 +17,7 @@ tags: [] #### New Feature - **0x Agent Skill**: New agent skill that gives AI coding agents full knowledge of the 0x APIs with a single command. Once installed, agents knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) - - **`slippagePpm` in Swap and Gasless API** Sub-BPS slippage precision is now supported via a new `slippagePpm` parameter (0–1,000,000). This is mutually exclusive with `slippageBps` — existing defaults and validations are unchanged. See more in [API Reference](https://docs.0x.org/api-reference/openapi-json/swap/allowanceholder-getprice). +- **`slippagePpm` in Swap and Gasless API** Sub-BPS slippage precision is now supported via a new `slippagePpm` parameter (0–1,000,000). This is mutually exclusive with `slippageBps` — existing defaults and validations are unchanged. See more in [API Reference](https://docs.0x.org/api-reference/openapi-json/swap/allowanceholder-getprice). #### Bug Fixes From 1874ec8a3fc89a404b3960247e880a5c99d148e1 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Fri, 1 May 2026 15:57:37 -0700 Subject: [PATCH 10/10] syntax fix --- fern/docs/changelog/2026-04-30.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/changelog/2026-04-30.mdx b/fern/docs/changelog/2026-04-30.mdx index 717268bf..6f630452 100644 --- a/fern/docs/changelog/2026-04-30.mdx +++ b/fern/docs/changelog/2026-04-30.mdx @@ -17,7 +17,7 @@ tags: [] #### New Feature - **0x Agent Skill**: New agent skill that gives AI coding agents full knowledge of the 0x APIs with a single command. Once installed, agents knows every endpoint, authentication method, and integration pattern for token swaps. [Learn more](https://docs.0x.org/docs/introduction/develop-with-ai/agent-skills) -- **`slippagePpm` in Swap and Gasless API** Sub-BPS slippage precision is now supported via a new `slippagePpm` parameter (0–1,000,000). This is mutually exclusive with `slippageBps` — existing defaults and validations are unchanged. See more in [API Reference](https://docs.0x.org/api-reference/openapi-json/swap/allowanceholder-getprice). +- **`slippagePpm` in Swap and Gasless API**: Sub-BPS slippage precision is now supported via a new `slippagePpm` parameter (0–1,000,000). This is mutually exclusive with `slippageBps` — existing defaults and validations are unchanged. See more in [API Reference](https://docs.0x.org/api-reference/openapi-json/swap/allowanceholder-getprice). #### Bug Fixes