diff --git a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
index a82a8a45c60..5777e6cbdcb 100644
--- a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
+++ b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-go.mdx
@@ -7,7 +7,7 @@ pageId: "evm-forwarder-directory"
metadata:
description: "Find forwarder contract addresses for CRE workflows on supported EVM networks."
datePublished: "2025-11-04"
- lastModified: "2026-02-16"
+ lastModified: "2026-03-17"
---
import { Aside, CopyText } from "@components"
@@ -51,38 +51,43 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
### Simulation Mainnets
-| Network | Chain Name | Mock Forwarder Address |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
-| Arbitrum One | | |
-| Avalanche | | |
-| Base | | |
-| BNB Chain | | |
-| Ethereum Mainnet | | |
-| OP Mainnet | | |
-| Polygon | | |
-| World Chain | | |
-| ZKSync Era | | |
+| Network | Chain Name | Mock Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
+| Arbitrum One | | |
+| Avalanche | | |
+| Base | | |
+| BNB Chain | | |
+| Ethereum Mainnet | | |
+| Jovay Mainnet | | |
+| OP Mainnet | | |
+| Pharos Mainnet | | |
+| Polygon | | |
+| World Chain | | |
+| XLayer Mainnet | | |
+| ZKSync Era | | |
### Simulation Testnets
-| Network | Chain Name | Mock Forwarder Address |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------ |
-| Apechain Curtis | | |
-| Arc Testnet | | |
-| Arbitrum Sepolia | | |
-| Avalanche Fuji | | |
-| Base Sepolia | | |
-| BNB Chain Testnet | | |
-| Ethereum Sepolia | | |
-| Hyperliquid Testnet | | |
-| Ink Sepolia | | |
-| Jovay Testnet | | |
-| Linea Sepolia | | |
-| OP Sepolia | | |
-| Plasma Testnet | | |
-| Polygon Amoy | | |
-| World Chain Sepolia | | |
-| ZKSync Era Sepolia | | |
+| Network | Chain Name | Mock Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------ |
+| Apechain Curtis | | |
+| Arc Testnet | | |
+| Arbitrum Sepolia | | |
+| Avalanche Fuji | | |
+| Base Sepolia | | |
+| BNB Chain Testnet | | |
+| Ethereum Sepolia | | |
+| Hyperliquid Testnet | | |
+| Ink Sepolia | | |
+| Jovay Testnet | | |
+| Linea Sepolia | | |
+| OP Sepolia | | |
+| Pharos Atlantic Testnet | | |
+| Plasma Testnet | | |
+| Polygon Amoy | | |
+| World Chain Sepolia | | |
+| XLayer Testnet | | |
+| ZKSync Era Sepolia | | |
## Production Forwarders
@@ -90,34 +95,38 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
### Mainnets
-| Network | Chain Name | Forwarder Address |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
-| Arbitrum One | | |
-| Avalanche | | |
-| Base | | |
-| BNB Chain | | |
-| Ethereum Mainnet | | |
-| OP Mainnet | | |
-| Polygon | | |
-| World Chain | | |
-| ZKSync Era | | |
+| Network | Chain Name | Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
+| Arbitrum One | | |
+| Avalanche | | |
+| Base | | |
+| BNB Chain | | |
+| Ethereum Mainnet | | |
+| Jovay Mainnet | | |
+| OP Mainnet | | |
+| Pharos Mainnet | | |
+| Polygon | | |
+| World Chain | | |
+| XLayer Mainnet | | |
+| ZKSync Era | | |
### Testnets
-| Network | Chain Name | Forwarder Address |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------ |
-| Apechain Curtis | | |
-| Arbitrum Sepolia | | |
-| Avalanche Fuji | | |
-| Base Sepolia | | |
-| BNB Chain Testnet | | |
-| Ethereum Sepolia | | |
-| Hyperliquid Testnet | | |
-| Ink Sepolia | | |
-| Jovay Testnet | | |
-| Linea Sepolia | | |
-| OP Sepolia | | |
-| Plasma Testnet | | |
-| Polygon Amoy | | |
-| World Chain Sepolia | | |
-| ZKSync Era Sepolia | | |
+| Network | Chain Name | Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------ |
+| Apechain Curtis | | |
+| Arbitrum Sepolia | | |
+| Avalanche Fuji | | |
+| Base Sepolia | | |
+| BNB Chain Testnet | | |
+| Ethereum Sepolia | | |
+| Hyperliquid Testnet | | |
+| Ink Sepolia | | |
+| Jovay Testnet | | |
+| Linea Sepolia | | |
+| OP Sepolia | | |
+| Pharos Atlantic Testnet | | |
+| Plasma Testnet | | |
+| Polygon Amoy | | |
+| World Chain Sepolia | | |
+| ZKSync Era Sepolia | | |
diff --git a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
index 76eec87dfbf..cf9c6990f09 100644
--- a/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
+++ b/src/content/cre/guides/workflow/using-evm-client/forwarder-directory-ts.mdx
@@ -7,7 +7,7 @@ pageId: "evm-forwarder-directory"
metadata:
description: "Find forwarder contract addresses for CRE workflows on supported EVM networks."
datePublished: "2025-11-04"
- lastModified: "2026-02-16"
+ lastModified: "2026-03-17"
---
import { Aside, CopyText } from "@components"
@@ -51,38 +51,43 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
### Simulation Mainnets
-| Network | Chain Name | Mock Forwarder Address |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
-| Arbitrum One | | |
-| Avalanche | | |
-| Base | | |
-| BNB Smart Chain | | |
-| Ethereum Mainnet | | |
-| OP Mainnet | | |
-| Polygon | | |
-| World Chain | | |
-| ZKSync Era | | |
+| Network | Chain Name | Mock Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
+| Arbitrum One | | |
+| Avalanche | | |
+| Base | | |
+| BNB Smart Chain | | |
+| Ethereum Mainnet | | |
+| Jovay Mainnet | | |
+| OP Mainnet | | |
+| Pharos Mainnet | | |
+| Polygon | | |
+| World Chain | | |
+| XLayer Mainnet | | |
+| ZKSync Era | | |
### Simulation Testnets
-| Network | Chain Name | Mock Forwarder Address |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------ |
-| Apechain Curtis | | |
-| Arc Testnet | | |
-| Arbitrum Sepolia | | |
-| Avalanche Fuji | | |
-| Base Sepolia | | |
-| BSC Testnet | | |
-| Ethereum Sepolia | | |
-| Hyperliquid Testnet | | |
-| Ink Sepolia | | |
-| Jovay Testnet | | |
-| Linea Sepolia | | |
-| OP Sepolia | | |
-| Plasma Testnet | | |
-| Polygon Amoy | | |
-| World Chain Sepolia | | |
-| ZKSync Era Sepolia | | |
+| Network | Chain Name | Mock Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------ |
+| Apechain Curtis | | |
+| Arc Testnet | | |
+| Arbitrum Sepolia | | |
+| Avalanche Fuji | | |
+| Base Sepolia | | |
+| BSC Testnet | | |
+| Ethereum Sepolia | | |
+| Hyperliquid Testnet | | |
+| Ink Sepolia | | |
+| Jovay Testnet | | |
+| Linea Sepolia | | |
+| OP Sepolia | | |
+| Pharos Atlantic Testnet | | |
+| Plasma Testnet | | |
+| Polygon Amoy | | |
+| World Chain Sepolia | | |
+| XLayer Testnet | | |
+| ZKSync Era Sepolia | | |
## Production Forwarders
@@ -90,34 +95,38 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
### Mainnets
-| Network | Chain Name | Forwarder Address |
-| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
-| Arbitrum One | | |
-| Avalanche | | |
-| Base | | |
-| BNB Smart Chain | | |
-| Ethereum Mainnet | | |
-| OP Mainnet | | |
-| Polygon | | |
-| World Chain | | |
-| ZKSync Era | | |
+| Network | Chain Name | Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ------------------------------------------------------------------ |
+| Arbitrum One | | |
+| Avalanche | | |
+| Base | | |
+| BNB Smart Chain | | |
+| Ethereum Mainnet | | |
+| Jovay Mainnet | | |
+| OP Mainnet | | |
+| Pharos Mainnet | | |
+| Polygon | | |
+| World Chain | | |
+| XLayer Mainnet | | |
+| ZKSync Era | | |
### Testnets
-| Network | Chain Name | Forwarder Address |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------------ |
-| Apechain Curtis | | |
-| Arbitrum Sepolia | | |
-| Avalanche Fuji | | |
-| Base Sepolia | | |
-| BSC Testnet | | |
-| Ethereum Sepolia | | |
-| Hyperliquid Testnet | | |
-| Ink Sepolia | | |
-| Jovay Testnet | | |
-| Linea Sepolia | | |
-| OP Sepolia | | |
-| Plasma Testnet | | |
-| Polygon Amoy | | |
-| World Chain Sepolia | | |
-| ZKSync Era Sepolia | | |
+| Network | Chain Name | Forwarder Address |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------- | ------------------------------------------------------------------ |
+| Apechain Curtis | | |
+| Arbitrum Sepolia | | |
+| Avalanche Fuji | | |
+| Base Sepolia | | |
+| BSC Testnet | | |
+| Ethereum Sepolia | | |
+| Hyperliquid Testnet | | |
+| Ink Sepolia | | |
+| Jovay Testnet | | |
+| Linea Sepolia | | |
+| OP Sepolia | | |
+| Pharos Atlantic Testnet | | |
+| Plasma Testnet | | |
+| Polygon Amoy | | |
+| World Chain Sepolia | | |
+| ZKSync Era Sepolia | | |
diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt
index 368ba4d1a5b..a93ddd0c0c3 100644
--- a/src/content/cre/llms-full-go.txt
+++ b/src/content/cre/llms-full-go.txt
@@ -11263,7 +11263,7 @@ For the full list of types and methods available on the Confidential HTTP client
# Forwarder Directory
Source: https://docs.chain.link/cre/guides/workflow/using-evm-client/forwarder-directory-go
-Last Updated: 2026-02-16
+Last Updated: 2026-03-17