Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add basic Rinkeby support
Alexis Sellier committed 4 years ago
commit f2f807a69bc61bda5ca04251336c0ede145816ca
parent 5c911aabd902f7dcb31029eaa44b4a497de69216
1 file changed +15 -0
modified src/config.json
@@ -26,6 +26,21 @@
      "subgraph": "https://api.thegraph.com/subgraphs/name/radicle-dev/radicle-orgs-ropsten"
    }
  },
+
  "rinkeby": {
+
    "registrar": {
+
      "domain": "radicle.eth",
+
      "address": "0x0000000000000000000000000000000000000000"
+
    },
+
    "radToken": {
+
      "address": "0x5592ec0cfb4dbc12d3ab100b257153436a1f0fea"
+
    },
+
    "orgFactory": {
+
      "address": "0xe30aA5594FFB52B6bF5bbB21eB7e71Ac525bB028"
+
    },
+
    "orgs": {
+
      "subgraph": "https://api.thegraph.com/subgraphs/name/radicle-dev/radicle-orgs-rinkeby"
+
    }
+
  },
  "seed": {
    "url": "http://sprout.radicle.xyz"
  }