diff --git a/src/config/data/chains.json b/src/config/data/chains.json
index 1f1f4794363..58e4c3b4ee2 100644
--- a/src/config/data/chains.json
+++ b/src/config/data/chains.json
@@ -2577,7 +2577,7 @@
"chainId": 1672,
"title": "Pharos Mainnet",
"explorer": {
- "baseUrl": "https://pharos.socialscan.io/"
+ "baseUrl": "https://pharosscan.xyz/"
},
"nativeCurrency": {
"name": "PROS",
diff --git a/src/content/ccip/llms-full.txt b/src/content/ccip/llms-full.txt
index 1d47669eda1..f98fa0c6d6c 100644
--- a/src/content/ccip/llms-full.txt
+++ b/src/content/ccip/llms-full.txt
@@ -26322,7 +26322,7 @@ To enhance the HyperEVM developer experience, we provide free public access to o
- **RPC URL**: [https://rpcs.chain.link/hyperevm/testnet](https://rpcs.chain.link/hyperevm/testnet)
- **Chain ID**: 998
- **Currency Symbol**: HYPE
-- **Block Explorer URL (Optional)**: [https://testnet.purrsec.com/](https://testnet.purrsec.com/)
+- **Block Explorer URL (Optional)**: [https://explore-testnet.hyperpc.app/](https://explore-testnet.hyperpc.app/)
## For Developers: Building with the RPC
@@ -26416,7 +26416,7 @@ You can easily add this network to browser extension wallets like [MetaMask](htt
- RPC URL: [https://rpcs.chain.link/hyperevm/testnet](https://rpcs.chain.link/hyperevm/testnet)
- Chain ID: 998
- Currency Symbol: HYPE
- - Block Explorer URL (Optional): [https://testnet.purrsec.com/](https://testnet.purrsec.com/)
+ - Block Explorer URL (Optional): [https://explore-testnet.hyperpc.app/](https://explore-testnet.hyperpc.app/)
6. Click "Save".
### Using Rabby
@@ -26430,7 +26430,7 @@ You can easily add this network to browser extension wallets like [MetaMask](htt
- RPC URL: [https://rpcs.chain.link/hyperevm/testnet](https://rpcs.chain.link/hyperevm/testnet)
- Chain ID: 998
- Currency Symbol: HYPE
- - Block Explorer URL (Optional): [https://testnet.purrsec.com/](https://testnet.purrsec.com/)
+ - Block Explorer URL (Optional): [https://explore-testnet.hyperpc.app/](https://explore-testnet.hyperpc.app/)
4. Click "Confirm."
## Supported JSON-RPC Methods
diff --git a/src/content/ccip/tools-resources/network-specific/hyperevm-testnet-rpc.mdx b/src/content/ccip/tools-resources/network-specific/hyperevm-testnet-rpc.mdx
index 5b827f8ba33..d3ce1b3a677 100644
--- a/src/content/ccip/tools-resources/network-specific/hyperevm-testnet-rpc.mdx
+++ b/src/content/ccip/tools-resources/network-specific/hyperevm-testnet-rpc.mdx
@@ -27,7 +27,7 @@ To enhance the HyperEVM developer experience, we provide free public access to o
- **RPC URL**: https://rpcs.chain.link/hyperevm/testnet
- **Chain ID**: 998
- **Currency Symbol**: HYPE
-- **Block Explorer URL (Optional)**: https://testnet.purrsec.com/
+- **Block Explorer URL (Optional)**: https://explore-testnet.hyperpc.app/
## For Developers: Building with the RPC
@@ -121,7 +121,7 @@ You can easily add this network to browser extension wallets like [MetaMask](htt
- RPC URL: https://rpcs.chain.link/hyperevm/testnet
- Chain ID: 998
- Currency Symbol: HYPE
- - Block Explorer URL (Optional): https://testnet.purrsec.com/
+ - Block Explorer URL (Optional): https://explore-testnet.hyperpc.app/
1. Click "Save".
### Using Rabby
@@ -135,7 +135,7 @@ You can easily add this network to browser extension wallets like [MetaMask](htt
- RPC URL: https://rpcs.chain.link/hyperevm/testnet
- Chain ID: 998
- Currency Symbol: HYPE
- - Block Explorer URL (Optional): https://testnet.purrsec.com/
+ - Block Explorer URL (Optional): https://explore-testnet.hyperpc.app/
1. Click "Confirm."
## Supported JSON-RPC Methods
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 00cef5e0d27..7c5e85a8635 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
@@ -67,7 +67,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Mantle | | |
| MegaETH | | |
| OP Mainnet | | |
-| Pharos Mainnet | | |
+| Pharos Mainnet | | |
| Plasma | | |
| Polygon | | |
| Scroll | | |
@@ -91,7 +91,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Cronos Testnet | | |
| Ethereum Sepolia | | |
| Gnosis Chiado | | |
-| Hyperliquid Testnet | | |
+| Hyperliquid Testnet | | |
| Ink Sepolia | | |
| Jovay Testnet | | |
| Linea Sepolia | | |
@@ -131,7 +131,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Mantle | | |
| MegaETH | | |
| OP Mainnet | | |
-| Pharos Mainnet | | |
+| Pharos Mainnet | | |
| Plasma | | |
| Polygon | | |
| Scroll | | |
@@ -154,7 +154,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Cronos Testnet | | |
| Ethereum Sepolia | | |
| Gnosis Chiado | | |
-| Hyperliquid Testnet | | |
+| Hyperliquid Testnet | | |
| Ink Sepolia | | |
| Jovay Testnet | | |
| Linea 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 9aebed3f8f5..028581e6b02 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
@@ -67,7 +67,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Mantle | | |
| MegaETH | | |
| OP Mainnet | | |
-| Pharos Mainnet | | |
+| Pharos Mainnet | | |
| Plasma | | |
| Polygon | | |
| Scroll | | |
@@ -91,7 +91,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Cronos Testnet | | |
| Ethereum Sepolia | | |
| Gnosis Chiado | | |
-| Hyperliquid Testnet | | |
+| Hyperliquid Testnet | | |
| Ink Sepolia | | |
| Jovay Testnet | | |
| Linea Sepolia | | |
@@ -131,7 +131,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Mantle | | |
| MegaETH | | |
| OP Mainnet | | |
-| Pharos Mainnet | | |
+| Pharos Mainnet | | |
| Plasma | | |
| Polygon | | |
| Scroll | | |
@@ -154,7 +154,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Cronos Testnet | | |
| Ethereum Sepolia | | |
| Gnosis Chiado | | |
-| Hyperliquid Testnet | | |
+| Hyperliquid Testnet | | |
| Ink Sepolia | | |
| Jovay Testnet | | |
| Linea Sepolia | | |
diff --git a/src/content/cre/llms-full-go.txt b/src/content/cre/llms-full-go.txt
index c4ba2c00ff9..3f7fe33507c 100644
--- a/src/content/cre/llms-full-go.txt
+++ b/src/content/cre/llms-full-go.txt
@@ -13283,7 +13283,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Mantle | ethereum-mainnet-mantle-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| MegaETH | megaeth-mainnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| OP Mainnet | ethereum-mainnet-optimism-1 | 0x9119a1501550ed94a3f2794038ed9258337afa18 |
-| Pharos Mainnet | pharos-mainnet | 0x2B3068C4B288A2CD1f8B3613b8f33ef7cEecadC4 |
+| Pharos Mainnet | pharos-mainnet | 0x2B3068C4B288A2CD1f8B3613b8f33ef7cEecadC4 |
| Plasma | plasma-mainnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Polygon | polygon-mainnet | 0xf458d621885e29a5003ea9bbba5280d54e19b1ce |
| Scroll | ethereum-mainnet-scroll-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
@@ -13307,7 +13307,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Cronos Testnet | cronos-testnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Ethereum Sepolia | ethereum-testnet-sepolia | 0x15fC6ae953E024d975e77382eEeC56A9101f9F88 |
| Gnosis Chiado | gnosis-chain-testnet-chiado | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
-| Hyperliquid Testnet | hyperliquid-testnet | 0xB27fA1c28288c50542527F64BCda22C9FbAc24CB |
+| Hyperliquid Testnet | hyperliquid-testnet | 0xB27fA1c28288c50542527F64BCda22C9FbAc24CB |
| Ink Sepolia | ink-testnet-sepolia | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Jovay Testnet | jovay-testnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Linea Sepolia | ethereum-testnet-sepolia-linea-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
@@ -13347,7 +13347,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Mantle | ethereum-mainnet-mantle-1 | 0xB9F79d863261869B234c481D1f9A7af84AeAd192 |
| MegaETH | megaeth-mainnet | 0x7BCcaFBD064cB3658476066Cc33ceE3F3414c04c |
| OP Mainnet | ethereum-mainnet-optimism-1 | 0xF8344CFd5c43616a4366C34E3EEE75af79a74482 |
-| Pharos Mainnet | pharos-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
+| Pharos Mainnet | pharos-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Plasma | plasma-mainnet | 0x7BCcaFBD064cB3658476066Cc33ceE3F3414c04c |
| Polygon | polygon-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Scroll | ethereum-mainnet-scroll-1 | 0x98B8335d29Aca40840Ed8426dA1A0aAa8677d8D1 |
@@ -13370,7 +13370,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Cronos Testnet | cronos-testnet | 0x9eF6468C5f37b976E57d52054c693269479A784d |
| Ethereum Sepolia | ethereum-testnet-sepolia | 0xF8344CFd5c43616a4366C34E3EEE75af79a74482 |
| Gnosis Chiado | gnosis-chain-testnet-chiado | 0x0b93082D9b3C7C97fAcd250082899BAcf3af3885 |
-| Hyperliquid Testnet | hyperliquid-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
+| Hyperliquid Testnet | hyperliquid-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Ink Sepolia | ink-testnet-sepolia | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Jovay Testnet | jovay-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Linea Sepolia | ethereum-testnet-sepolia-linea-1 | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
diff --git a/src/content/cre/llms-full-ts.txt b/src/content/cre/llms-full-ts.txt
index f63f5974f4d..8a1e8189a72 100644
--- a/src/content/cre/llms-full-ts.txt
+++ b/src/content/cre/llms-full-ts.txt
@@ -13083,7 +13083,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Mantle | ethereum-mainnet-mantle-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| MegaETH | megaeth-mainnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| OP Mainnet | ethereum-mainnet-optimism-1 | 0x9119a1501550ed94a3f2794038ed9258337afa18 |
-| Pharos Mainnet | pharos-mainnet | 0x2B3068C4B288A2CD1f8B3613b8f33ef7cEecadC4 |
+| Pharos Mainnet | pharos-mainnet | 0x2B3068C4B288A2CD1f8B3613b8f33ef7cEecadC4 |
| Plasma | plasma-mainnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Polygon | polygon-mainnet | 0xf458d621885e29a5003ea9bbba5280d54e19b1ce |
| Scroll | ethereum-mainnet-scroll-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
@@ -13107,7 +13107,7 @@ These `MockKeystoneForwarder` addresses are used when running `cre workflow simu
| Cronos Testnet | cronos-testnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Ethereum Sepolia | ethereum-testnet-sepolia | 0x15fC6ae953E024d975e77382eEeC56A9101f9F88 |
| Gnosis Chiado | gnosis-chain-testnet-chiado | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
-| Hyperliquid Testnet | hyperliquid-testnet | 0xB27fA1c28288c50542527F64BCda22C9FbAc24CB |
+| Hyperliquid Testnet | hyperliquid-testnet | 0xB27fA1c28288c50542527F64BCda22C9FbAc24CB |
| Ink Sepolia | ink-testnet-sepolia | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Jovay Testnet | jovay-testnet | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
| Linea Sepolia | ethereum-testnet-sepolia-linea-1 | 0x6E9EE680ef59ef64Aa8C7371279c27E496b5eDc1 |
@@ -13147,7 +13147,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Mantle | ethereum-mainnet-mantle-1 | 0xB9F79d863261869B234c481D1f9A7af84AeAd192 |
| MegaETH | megaeth-mainnet | 0x7BCcaFBD064cB3658476066Cc33ceE3F3414c04c |
| OP Mainnet | ethereum-mainnet-optimism-1 | 0xF8344CFd5c43616a4366C34E3EEE75af79a74482 |
-| Pharos Mainnet | pharos-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
+| Pharos Mainnet | pharos-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Plasma | plasma-mainnet | 0x7BCcaFBD064cB3658476066Cc33ceE3F3414c04c |
| Polygon | polygon-mainnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Scroll | ethereum-mainnet-scroll-1 | 0x98B8335d29Aca40840Ed8426dA1A0aAa8677d8D1 |
@@ -13170,7 +13170,7 @@ These `KeystoneForwarder` addresses are used by deployed workflows. Use these ad
| Cronos Testnet | cronos-testnet | 0x9eF6468C5f37b976E57d52054c693269479A784d |
| Ethereum Sepolia | ethereum-testnet-sepolia | 0xF8344CFd5c43616a4366C34E3EEE75af79a74482 |
| Gnosis Chiado | gnosis-chain-testnet-chiado | 0x0b93082D9b3C7C97fAcd250082899BAcf3af3885 |
-| Hyperliquid Testnet | hyperliquid-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
+| Hyperliquid Testnet | hyperliquid-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Ink Sepolia | ink-testnet-sepolia | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Jovay Testnet | jovay-testnet | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
| Linea Sepolia | ethereum-testnet-sepolia-linea-1 | 0x76c9cf548b4179F8901cda1f8623568b58215E62 |
diff --git a/src/content/resources/link-token-contracts.mdx b/src/content/resources/link-token-contracts.mdx
index e9188229a30..a3a307fbc02 100644
--- a/src/content/resources/link-token-contracts.mdx
+++ b/src/content/resources/link-token-contracts.mdx
@@ -1434,13 +1434,13 @@ Testnet Native and LINK is available at [faucets.chain.link/optimism-sepolia](ht
### Pharos Mainnet
-| Parameter | Value |
-| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Chain ID | `1672` |
-| Address |
|
-| Name | Chainlink Token on Pharos Mainnet |
-| Symbol | LINK |
-| Decimals | 18 |
+| Parameter | Value |
+| :-------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Chain ID | `1672` |
+| Address | |
+| Name | Chainlink Token on Pharos Mainnet |
+| Symbol | LINK |
+| Decimals | 18 |
### Pharos Atlantic Testnet
diff --git a/src/content/resources/llms-full.txt b/src/content/resources/llms-full.txt
index e4bbfb76dc9..04f1dee78ee 100644
--- a/src/content/resources/llms-full.txt
+++ b/src/content/resources/llms-full.txt
@@ -2564,13 +2564,13 @@ Testnet Native and LINK is available at [faucets.chain.link/optimism-sepolia](ht
### Pharos Mainnet
-| Parameter | Value |
-| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Chain ID | `1672` |
-| Address | |
-| Name | Chainlink Token on Pharos Mainnet |
-| Symbol | LINK |
-| Decimals | 18 |
+| Parameter | Value |
+| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Chain ID | `1672` |
+| Address | |
+| Name | Chainlink Token on Pharos Mainnet |
+| Symbol | LINK |
+| Decimals | 18 |
### Pharos Atlantic Testnet
diff --git a/src/features/feeds/data/StreamsNetworksData.ts b/src/features/feeds/data/StreamsNetworksData.ts
index 096f8188eca..90adf6f7d1d 100644
--- a/src/features/feeds/data/StreamsNetworksData.ts
+++ b/src/features/feeds/data/StreamsNetworksData.ts
@@ -335,7 +335,7 @@ export const StreamsNetworksData: NetworkData[] = [
testnet: {
label: "HyperEVM Testnet",
verifierProxy: "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB",
- explorerUrl: "https://testnet.purrsec.com/address/%s",
+ explorerUrl: "https://explore-testnet.hyperpc.app/address/%s",
},
},
{
@@ -531,7 +531,7 @@ export const StreamsNetworksData: NetworkData[] = [
mainnet: {
label: "Pharos Mainnet (Private)",
verifierProxy: "0xa094978891512268f4a4a4641B8da1A2a3E3BEB7",
- explorerUrl: "https://pharos.socialscan.io/address/%s",
+ explorerUrl: "https://pharosscan.xyz/address/%s",
},
testnet: {
label: "Pharos Atlantic Testnet",