From ac2ec699d1cde427ad6c23d46b3209add37e39d3 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Thu, 3 Sep 2020 13:38:18 +0200 Subject: [PATCH] Onboarding: update URLs --- src/App.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 0627798bf..ae989bc42 100644 --- a/src/App.js +++ b/src/App.js @@ -46,8 +46,12 @@ const INITIAL_DAO_STATE = { } const SELECTOR_NETWORKS = [ - ['main', 'Ethereum Mainnet', 'https://mainnet.aragon.org/'], - ['rinkeby', 'Ethereum Testnet (Rinkeby)', 'https://rinkeby.aragon.org/'], + ['main', 'Ethereum Mainnet', 'https://client.aragon.org/'], + [ + 'rinkeby', + 'Ethereum Testnet (Rinkeby)', + 'https://rinkeby.client.aragon.org/', + ], ] if (network.type === 'ropsten') { SELECTOR_NETWORKS.push([