Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Use new naming of preferred seed nodes
Open did:key:z6MkkfM3...sVz5 opened 10 months ago
3 files changed +5 -5 66a7c982 b1ea0dc2
modified README.md
@@ -126,11 +126,11 @@ The UI is distributed under the terms of GPLv3. See [LICENSE][lic] for details.
[con]: ./CONTRIBUTING.md
[def]: ./config/default.json
[env]: ./config/custom-environment-variables.json
-
[iss]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/issues
+
[iss]: https://app.radicle.xyz/nodes/iris.radicle.xyz/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/issues
[lic]: ./LICENSE
[nco]: https://github.com/node-config/node-config/wiki/Configuration-Files
[nod]: https://nodejs.org
[npm]: https://www.npmjs.com
-
[pat]: https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/patches
+
[pat]: https://app.radicle.xyz/nodes/iris.radicle.xyz/rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5/patches
[rad]: https://radicle.xyz
[zul]: https://radicle.zulipchat.com/#narrow/stream/369278-web
modified config/default.json
@@ -12,7 +12,7 @@
  "deploymentId": null,
  "preferredSeeds": [
    {
-
      "hostname": "ash.radicle.garden",
+
      "hostname": "rosa.radicle.xyz",
      "port": 443,
      "scheme": "https"
    },
@@ -22,7 +22,7 @@
      "scheme": "https"
    },
    {
-
      "hostname": "seed.radicle.garden",
+
      "hostname": "iris.radicle.garden",
      "port": 443,
      "scheme": "https"
    }
modified src/views/nodes/SeedSelector.ts
@@ -45,7 +45,7 @@ export function determineSeed() {
    get(selectedSeed) ??
    config.preferredSeeds[0] ?? {
      schema: "https",
-
      hostname: "seed.radicle.xyz",
+
      hostname: "iris.radicle.xyz",
      port: 443,
    }
  );