From 874adb98ad0f125aafa02e35a285c32ece9e6875 Mon Sep 17 00:00:00 2001 From: AlvaroLuken Date: Wed, 5 Nov 2025 09:29:49 -0800 Subject: [PATCH 1/2] add stable docs --- fern/docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/docs.yml b/fern/docs.yml index 4e219699c..708005e27 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -1726,6 +1726,10 @@ navigation: slug: megaeth - section: Stable contents: + - page: Stable API Quickstart + path: api-reference/stable/stable-api-quickstart.mdx + - page: Stable API FAQ + path: api-reference/stable/stable-api-faq.mdx - api: Stable API Endpoints api-name: stable slug: stable From 16bbe2c2af314b4cff5e7c879a89611e1093c86e Mon Sep 17 00:00:00 2001 From: AlvaroLuken Date: Wed, 5 Nov 2025 09:48:12 -0800 Subject: [PATCH 2/2] fix chain name --- fern/api-reference/stable/stable-api-faq.mdx | 2 +- fern/api-reference/stable/stable-api-quickstart.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/api-reference/stable/stable-api-faq.mdx b/fern/api-reference/stable/stable-api-faq.mdx index 3c38853b5..a79045d8a 100644 --- a/fern/api-reference/stable/stable-api-faq.mdx +++ b/fern/api-reference/stable/stable-api-faq.mdx @@ -6,7 +6,7 @@ slug: reference/stable-api-faq --- ## What is Stable? -Superseed is a high-performance, EVM-compatible blockchain designed for speed, scalability, and seamless developer experience. It allows for fast finality, low fees, and a familiar Ethereum-style interface — making it ideal for building smart contract-based applications. +Stable is a high-performance, EVM-compatible blockchain designed for speed, scalability, and seamless developer experience. It allows for fast finality, low fees, and a familiar Ethereum-style interface — making it ideal for building smart contract-based applications. ## How do I get started with Stable? Check out our [Stable API Quickstart guide](./stable-api-quickstart) to get started building on Stable. diff --git a/fern/api-reference/stable/stable-api-quickstart.mdx b/fern/api-reference/stable/stable-api-quickstart.mdx index 306920a79..ac2479ddf 100644 --- a/fern/api-reference/stable/stable-api-quickstart.mdx +++ b/fern/api-reference/stable/stable-api-quickstart.mdx @@ -9,7 +9,7 @@ slug: reference/stable-api-quickstart ## Introduction -Superseed is a high-performance, EVM-compatible blockchain designed for speed, scalability, and seamless developer experience. It allows for fast finality, low fees, and a familiar Ethereum-style interface — making it ideal for building smart contract-based applications. +Stable is a high-performance, EVM-compatible blockchain designed for speed, scalability, and seamless developer experience. It allows for fast finality, low fees, and a familiar Ethereum-style interface — making it ideal for building smart contract-based applications. ## What is the Stable API?