From a3671175508d608abbe79006344450b819a65219 Mon Sep 17 00:00:00 2001 From: Hamza Khalid Date: Thu, 18 Jun 2026 13:42:10 +0500 Subject: [PATCH] fix: interfold links --- crates/cli/src/config_setup.rs | 4 ++-- crates/compute-provider/Readme.md | 4 ++-- dappnode/README.md | 2 +- dappnode/dappnode_package.json | 4 ++-- docs/pages/ciphernode-operators/running.mdx | 6 +++--- examples/CRISP/Readme.md | 4 ++-- templates/default/README.md | 6 +++--- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/crates/cli/src/config_setup.rs b/crates/cli/src/config_setup.rs index 814cb1009..5423531ce 100644 --- a/crates/cli/src/config_setup.rs +++ b/crates/cli/src/config_setup.rs @@ -29,9 +29,9 @@ include!(concat!(env!("OUT_DIR"), "/contract_deployments.rs")); /// Bootstrap peer written into a freshly generated config so a new ciphernode /// can join the network without manual peer configuration. This is a stable /// libp2p `/dnsaddr` entry — the backing nodes (and their pinned `/p2p/`) -/// are rotated via the `_dnsaddr.bootstrap.interfold.gg` TXT records, so this value +/// are rotated via the `_dnsaddr.bootstrap.interfold.network` TXT records, so this value /// does not change between CLI releases. -const BOOTSTRAP_PEER: &str = "/dnsaddr/bootstrap.interfold.gg"; +const BOOTSTRAP_PEER: &str = "/dnsaddr/bootstrap.interfold.network"; fn get_contract_info(name: &str) -> Result<&ContractInfo> { CONTRACT_DEPLOYMENTS diff --git a/crates/compute-provider/Readme.md b/crates/compute-provider/Readme.md index 5a848930d..56aabd793 100644 --- a/crates/compute-provider/Readme.md +++ b/crates/compute-provider/Readme.md @@ -1,8 +1,8 @@ # FHE Compute Manager This project provides a flexible and efficient framework for managing Secure Programs (SP) of the -[Interfold Protocol](interfold.gg). It supports both sequential and parallel processing, with the -ability to integrate various compute providers. +[Interfold Protocol](interfold.network). It supports both sequential and parallel processing, with +the ability to integrate various compute providers. ## Features diff --git a/dappnode/README.md b/dappnode/README.md index d829822dc..63ef51056 100644 --- a/dappnode/README.md +++ b/dappnode/README.md @@ -229,7 +229,7 @@ new package version. ## Links -- [Interfold Docs](https://docs.interfold.gg) +- [Interfold Docs](https://docs.interfold.network) - [DAppNode Package Development – Single Configuration](https://docs.dappnode.io/docs/dev/package-development/single-configuration/) - [DAppNode Docker Compose Reference](https://docs.dappnode.io/docs/dev/references/docker-compose/) - [DAppNode Setup Wizard Reference](https://docs.dappnode.io/docs/dev/references/setup-wizard/) diff --git a/dappnode/dappnode_package.json b/dappnode/dappnode_package.json index 11c98cda9..372276396 100644 --- a/dappnode/dappnode_package.json +++ b/dappnode/dappnode_package.json @@ -12,8 +12,8 @@ "categories": ["Blockchain", "Developer tools"], "keywords": ["interfold", "fhe", "mpc", "ciphernode", "threshold", "encryption"], "links": { - "homepage": "https://interfold.gg", - "docs": "https://docs.interfold.gg", + "homepage": "https://interfold.network", + "docs": "https://docs.interfold.network", "repository": "https://github.com/gnosisguild/interfold" }, "repository": { diff --git a/docs/pages/ciphernode-operators/running.mdx b/docs/pages/ciphernode-operators/running.mdx index b1c962205..686ea2144 100644 --- a/docs/pages/ciphernode-operators/running.mdx +++ b/docs/pages/ciphernode-operators/running.mdx @@ -88,7 +88,7 @@ node: address: '0xYourAddress' quic_port: 9091 peers: - - '/dnsaddr/bootstrap.interfold.gg' + - '/dnsaddr/bootstrap.interfold.network' autonetkey: true autopassword: true @@ -174,7 +174,7 @@ node: address: '0xYourAddress' quic_port: 9091 peers: - - '/dnsaddr/bootstrap.interfold.gg' + - '/dnsaddr/bootstrap.interfold.network' autonetkey: true autopassword: true @@ -308,7 +308,7 @@ Connect to the Interfold bootstrap network: ```yaml peers: - - '/dnsaddr/bootstrap.interfold.gg' + - '/dnsaddr/bootstrap.interfold.network' ``` Or specify individual peers: diff --git a/examples/CRISP/Readme.md b/examples/CRISP/Readme.md index 70263b3d2..25f29d385 100644 --- a/examples/CRISP/Readme.md +++ b/examples/CRISP/Readme.md @@ -5,8 +5,8 @@ decision-making, leveraging fully homomorphic encryption (FHE) and distributed t cryptography (DTC) to enable verifiable secret ballots. Built with Interfold, CRISP safeguards democratic systems and decision-making applications against coercion, manipulation, and other vulnerabilities. To learn more about CRISP, you can read our -[blog post](https://blog.interfold.gg/crisp-private-voting-secret-ballot-fhe-zkp-mpc/) or visit the -[documentation](https://docs.theinterfold.com/CRISP/introduction). +[blog post](https://blog.interfold.network/crisp-private-voting-secret-ballot-fhe-zkp-mpc/) or visit +the [documentation](https://docs.theinterfold.com/CRISP/introduction). ## Project Structure diff --git a/templates/default/README.md b/templates/default/README.md index 099d6c0da..ca85d4109 100644 --- a/templates/default/README.md +++ b/templates/default/README.md @@ -168,7 +168,7 @@ You successfully ran a **Fully Homomorphic Encryption** computation where: ## Manual Start If you prefer to install the Interfold CLI manually, please visit the dedicated section in the -[documentation](https://docs.interfold.gg/installation#manual-installation). +[documentation](https://docs.interfold.network/installation#manual-installation). ## Next Steps @@ -180,5 +180,5 @@ Now that you have a working E3 program: 4. **Deploy**: Learn about production deployment Ready to dive deeper? Continue with our -[Hello World Tutorial](https://docs.interfold.gg/hello-world-tutorial) for a step-by-step breakdown -of building E3 programs from scratch. +[Hello World Tutorial](https://docs.interfold.network/hello-world-tutorial) for a step-by-step +breakdown of building E3 programs from scratch.