diff --git a/Cargo.toml b/Cargo.toml
index 2457593013..b9a6d72be7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ members = [
[workspace.package]
version = "1.2.0"
edition = "2021"
-homepage = "https://beboundless.xyz/"
+homepage = "https://boundless.network/"
repository = "https://github.com/boundless-xyz/boundless/"
[workspace.dependencies]
diff --git a/README.md b/README.md
index 5f81658de7..0f56383006 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,9 @@
This repository contains the core primitives for Boundless.
-> **Note:** If you are a builder looking to build an application on Boundless, you should start with the [Boundless Foundry Template](https://github.com/boundless-xyz/boundless-foundry-template) and the [Boundless Builder Docs](https://docs.beboundless.xyz/developers/quick-start).
+> **Note:** If you are a builder looking to build an application on Boundless, you should start with the [Boundless Foundry Template](https://github.com/boundless-xyz/boundless-foundry-template) and the [Boundless Builder Docs](https://docs.boundless.network/developers/quick-start).
-> **Note:** If you are a prover looking to get started, please refer to the [Boundless Prover Quick Start Guide](https://docs.beboundless.xyz/provers/quick-start).
+> **Note:** If you are a prover looking to get started, please refer to the [Boundless Prover Quick Start Guide](https://docs.boundless.network/provers/quick-start).
## Repository Structure
diff --git a/contracts/deployment.toml b/contracts/deployment.toml
index 3067fda94d..f26a7dcc55 100644
--- a/contracts/deployment.toml
+++ b/contracts/deployment.toml
@@ -284,7 +284,7 @@ collateral-token = "0x0000000000000000000000000000000000000000"
# Guests info
deployment-commit = "1353e11c" # v0.14.0 main
assessor-image-id = "0x661051a91ef01febc96e11f38280281a08cfeeb37fb3a2d984f4a8f703965cc3"
-assessor-guest-url = "https://staging-signal-artifacts.beboundless.xyz/v3/assessor/assessor_guest.bin"
+assessor-guest-url = "https://staging-signal-artifacts.boundless.network/v3/assessor/assessor_guest.bin"
deprecated-assessor-duration = 0
# PoVW contracts
diff --git a/crates/boundless-market/README.md b/crates/boundless-market/README.md
index a9a92c1f99..4878c32ffb 100644
--- a/crates/boundless-market/README.md
+++ b/crates/boundless-market/README.md
@@ -5,4 +5,4 @@ Core to Boundless is a decentralized proof market. Competitive proving services
This crate is the SDK for interacting with the Boundless Market.
-For more information about using Boundless, see [docs.beboundless.xyz](https://docs.beboundless.xyz).
+For more information about using Boundless, see [docs.boundless.network](https://docs.boundless.network).
diff --git a/crates/boundless-market/src/deployments.rs b/crates/boundless-market/src/deployments.rs
index c68136b0c4..7cd3c739fc 100644
--- a/crates/boundless-market/src/deployments.rs
+++ b/crates/boundless-market/src/deployments.rs
@@ -50,7 +50,7 @@ pub struct Deployment {
///
/// [RiscZeroVerifierRouter]: https://github.com/risc0/risc0-ethereum/blob/main/contracts/src/RiscZeroVerifierRouter.sol
/// [IRiscZeroVerifier]: https://github.com/risc0/risc0-ethereum/blob/main/contracts/src/IRiscZeroVerifier.sol
- /// [Boundless docs for more details]: https://docs.beboundless.xyz/developers/smart-contracts/verifier-contracts
+ /// [Boundless docs for more details]: https://docs.boundless.network/developers/smart-contracts/verifier-contracts
#[clap(
long,
env = "VERIFIER_ADDRESS",
diff --git a/documentation/site/layout.tsx b/documentation/site/layout.tsx
index 7efb1cd8aa..8f5337927f 100644
--- a/documentation/site/layout.tsx
+++ b/documentation/site/layout.tsx
@@ -10,7 +10,7 @@ export default function RootLayout({ children }) {
)}
{/* Custom JS scripts */}
-
+
{children}
>
diff --git a/documentation/site/pages/developers/tutorials/tracking.mdx b/documentation/site/pages/developers/tutorials/tracking.mdx
index a896185c6b..bf97dfa59f 100644
--- a/documentation/site/pages/developers/tutorials/tracking.mdx
+++ b/documentation/site/pages/developers/tutorials/tracking.mdx
@@ -154,7 +154,7 @@ match status {
### Getting Started
-The [Boundless Explorer](https://explorer.beboundless.xyz/) provides a straightforward web interface to monitor and analyze proof activity on the Boundless network.
+The [Boundless Explorer](https://explorer.boundless.network/) provides a straightforward web interface to monitor and analyze proof activity on the Boundless network.
Developers can track live proof request statuses, analyze associated costs, review transaction details, and assess proof performance metrics. Provers can monitor active requests, track earnings, evaluate their efficiency, and benchmark performance against peers.
@@ -162,10 +162,10 @@ Developers can track live proof request statuses, analyze associated costs, revi
Access the explorer to:
-- Search through [Orders](https://explorer.beboundless.xyz/orders) and their current status.
-- Check the list of all [Boundless Requestors](https://explorer.beboundless.xyz/requestors).
-- Check the list of all [Boundless Provers](https://explorer.beboundless.xyz/provers).
-- View trends and analyze network patterns on the [Stats](https://explorer.beboundless.xyz/stats) page.
+- Search through [Orders](https://explorer.boundless.network/orders) and their current status.
+- Check the list of all [Boundless Requestors](https://explorer.boundless.network/requestors).
+- Check the list of all [Boundless Provers](https://explorer.boundless.network/provers).
+- View trends and analyze network patterns on the [Stats](https://explorer.boundless.network/stats) page.
### Need Help?
diff --git a/documentation/site/pages/provers/monitoring.mdx b/documentation/site/pages/provers/monitoring.mdx
index a1f86fc0f3..1224ecdd4f 100644
--- a/documentation/site/pages/provers/monitoring.mdx
+++ b/documentation/site/pages/provers/monitoring.mdx
@@ -20,7 +20,7 @@ The broker dashboard connects to the broker's SQLite database to see the status
## Onchain
-The recommended method to monitor your broker's activity and health is via the [Boundless Explorer](https://explorer.beboundless.xyz).
+The recommended method to monitor your broker's activity and health is via the [Boundless Explorer](https://explorer.boundless.network).
### Balances
diff --git a/documentation/site/pages/provers/quick-start.mdx b/documentation/site/pages/provers/quick-start.mdx
index e8b0ea4143..0e7f238e40 100644
--- a/documentation/site/pages/provers/quick-start.mdx
+++ b/documentation/site/pages/provers/quick-start.mdx
@@ -299,5 +299,5 @@ Next, you'll need to tune your Broker's settings, please see [Broker Optimizatio
If you'd like to learn more about the technical design of Bento, please see the [Bento Technical Design](/provers/bento).
-To see your prover market statistics, check out the [provers](https://explorer.beboundless.xyz/provers) page on the Boundless Explorer.
+To see your prover market statistics, check out the [provers](https://explorer.boundless.network/provers) page on the Boundless Explorer.
diff --git a/documentation/vocs.config.ts b/documentation/vocs.config.ts
index 039ae25f8f..804d0af9df 100644
--- a/documentation/vocs.config.ts
+++ b/documentation/vocs.config.ts
@@ -335,5 +335,5 @@ export default defineConfig({
light: "/favicon.svg",
dark: "/favicon.svg",
},
- ogImageUrl: "https://docs.beboundless.xyz/og.png",
+ ogImageUrl: "https://docs.boundless.network/og.png",
});
diff --git a/examples/composition/README.md b/examples/composition/README.md
index 2aa3c3f3ef..0d03df1b04 100644
--- a/examples/composition/README.md
+++ b/examples/composition/README.md
@@ -79,7 +79,7 @@ cargo run --bin example-composition -- --counter-address ${COUNTER_ADDRESS:?}
> TIP: You can get more detail about what is happening with `RUST_LOG=info,boundless_market=debug`
-You can additionally monitor your request on the [Boundless Explorer](https://explorer.beboundless.xyz).
+You can additionally monitor your request on the [Boundless Explorer](https://explorer.boundless.network).
## Local development
diff --git a/examples/counter-with-callback/README.md b/examples/counter-with-callback/README.md
index 9fc48bc3b5..25f0b3d20c 100644
--- a/examples/counter-with-callback/README.md
+++ b/examples/counter-with-callback/README.md
@@ -79,7 +79,7 @@ cargo run --bin example-counter-with-callback -- --counter-address ${COUNTER_ADD
> TIP: You can get more detail about what is happening with `RUST_LOG=info,boundless_market=debug`
-You can additionally monitor your request on the [Boundless Explorer](https://explorer.beboundless.xyz).
+You can additionally monitor your request on the [Boundless Explorer](https://explorer.boundless.network).
## Local development
diff --git a/examples/counter/README.md b/examples/counter/README.md
index 6a1d4409ed..123ff3f468 100644
--- a/examples/counter/README.md
+++ b/examples/counter/README.md
@@ -80,7 +80,7 @@ cargo run --bin example-counter -- --counter-address ${COUNTER_ADDRESS:?}
> TIP: You can get more detail about what is happening with `RUST_LOG=info,boundless_market=debug`
-You can additionally monitor your request on the [Boundless Explorer](https://explorer.beboundless.xyz).
+You can additionally monitor your request on the [Boundless Explorer](https://explorer.boundless.network).
## Local development