aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/networks-tab/networks-tab.constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/settings/networks-tab/networks-tab.constants.js')
-rw-r--r--ui/app/pages/settings/networks-tab/networks-tab.constants.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/pages/settings/networks-tab/networks-tab.constants.js b/ui/app/pages/settings/networks-tab/networks-tab.constants.js
index d3d1a01cc..1a49ca04f 100644
--- a/ui/app/pages/settings/networks-tab/networks-tab.constants.js
+++ b/ui/app/pages/settings/networks-tab/networks-tab.constants.js
@@ -36,6 +36,15 @@ const defaultNetworksData = [
blockExplorerUrl: 'https://rinkeby.etherscan.io',
},
{
+ labelKey: 'goerli',
+ iconColor: '#3099f2',
+ providerType: 'goerli',
+ rpcUrl: 'https://api.infura.io/v1/jsonrpc/goerli',
+ chainId: '5',
+ ticker: 'ETH',
+ blockExplorerUrl: 'https://goerli.etherscan.io',
+ },
+ {
labelKey: 'localhost',
iconColor: 'white',
border: '1px solid #6A737D',