From 342ba5cc4f1a34576811d536df997fdecc36ebbe Mon Sep 17 00:00:00 2001
From: Totalspud <97744165+Totalspud@users.noreply.github.com>
Date: Wed, 29 Oct 2025 15:52:01 +0000
Subject: [PATCH 1/4] Add that token factory tokens are not compatible
---
docs/eureka/eureka-tech-overview.mdx | 4 ++++
docs/eureka/integration-guide.mdx | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/docs/eureka/eureka-tech-overview.mdx b/docs/eureka/eureka-tech-overview.mdx
index 4d19a8bb9..c7abce27a 100644
--- a/docs/eureka/eureka-tech-overview.mdx
+++ b/docs/eureka/eureka-tech-overview.mdx
@@ -30,6 +30,10 @@ graph LR
- **No Wrapped Tokens**: Assets are not wrapped or suffixed with bridge-specific identifiers (e.g., no ETH.axl)
- **ERC20 Compatibility**: Assets can be easily represented as ERC20s in the future without conversion complexity
+
+ Token factory tokens are not compatible with Eureka due to the formatting.
+
+
## How Eureka Works
Eureka connects blockchains through a combination of:
diff --git a/docs/eureka/integration-guide.mdx b/docs/eureka/integration-guide.mdx
index d35597915..6fb40551c 100644
--- a/docs/eureka/integration-guide.mdx
+++ b/docs/eureka/integration-guide.mdx
@@ -38,6 +38,10 @@ To bridge assets to Ethereum through Eureka while maintaining full control over
- **Verified Ownership** - Register the contract under your project's domain on Etherscan
- **Permanent Governance** - Maintain irrevocable control over the token's core logic
+
+ Token factory tokens are not compatible with Eureka due to the formatting.
+
+
**Ready to get started?**
Follow our step-by-step [Custom ERC20 Integration Guide](/eureka/custom-erc20-integration) to deploy your contract.
From 9bac296ba6f5c7fad65217ce95b60b85d6046c71 Mon Sep 17 00:00:00 2001
From: Totalspud <97744165+Totalspud@users.noreply.github.com>
Date: Thu, 30 Oct 2025 10:52:22 +0000
Subject: [PATCH 2/4] add limitations section about token factory tokens
---
docs/eureka/integration-guide.mdx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/docs/eureka/integration-guide.mdx b/docs/eureka/integration-guide.mdx
index 6fb40551c..900a7a8ac 100644
--- a/docs/eureka/integration-guide.mdx
+++ b/docs/eureka/integration-guide.mdx
@@ -38,13 +38,12 @@ To bridge assets to Ethereum through Eureka while maintaining full control over
- **Verified Ownership** - Register the contract under your project's domain on Etherscan
- **Permanent Governance** - Maintain irrevocable control over the token's core logic
-
- Token factory tokens are not compatible with Eureka due to the formatting.
-
-
**Ready to get started?**
Follow our step-by-step [Custom ERC20 Integration Guide](/eureka/custom-erc20-integration) to deploy your contract.
+### Limitations
+- Token factory tokens are not compatible with Eureka
+
## Application Developers
**If you're an application developer looking to give your users access to Eureka assets in your UI or to leverage them within your protocol, integrating into the Eureka ecosystem via Skip Go is super simple!**
From 12322bfa0c7a98414dec5f691c2b58d7009d9b12 Mon Sep 17 00:00:00 2001
From: Totalspud <97744165+Totalspud@users.noreply.github.com>
Date: Thu, 30 Oct 2025 10:55:47 +0000
Subject: [PATCH 3/4] remove formatting wording
---
docs/eureka/eureka-tech-overview.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/eureka/eureka-tech-overview.mdx b/docs/eureka/eureka-tech-overview.mdx
index c7abce27a..f6dc2c0a7 100644
--- a/docs/eureka/eureka-tech-overview.mdx
+++ b/docs/eureka/eureka-tech-overview.mdx
@@ -31,7 +31,7 @@ graph LR
- **ERC20 Compatibility**: Assets can be easily represented as ERC20s in the future without conversion complexity
- Token factory tokens are not compatible with Eureka due to the formatting.
+ Token factory tokens are not compatible with Eureka.
## How Eureka Works
From 50f4b30eea6356246c20562a1840d37e5ec3f0ee Mon Sep 17 00:00:00 2001
From: Totalspud <97744165+Totalspud@users.noreply.github.com>
Date: Thu, 30 Oct 2025 10:56:53 +0000
Subject: [PATCH 4/4] formatting
---
docs/eureka/integration-guide.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/eureka/integration-guide.mdx b/docs/eureka/integration-guide.mdx
index 900a7a8ac..977e298a1 100644
--- a/docs/eureka/integration-guide.mdx
+++ b/docs/eureka/integration-guide.mdx
@@ -42,7 +42,8 @@ To bridge assets to Ethereum through Eureka while maintaining full control over
Follow our step-by-step [Custom ERC20 Integration Guide](/eureka/custom-erc20-integration) to deploy your contract.
### Limitations
-- Token factory tokens are not compatible with Eureka
+
+Token factory tokens are not compatible with Eureka
## Application Developers