aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/settings/networks-tab
diff options
context:
space:
mode:
authorChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:04:00 +0800
committerChen Wei <chenwei@byzantine-lab.io>2019-07-02 15:04:00 +0800
commitffb58b74793e9b5d5caf36efdc5d7d3867c2e162 (patch)
tree94e0b86e54e6ba2062a64bb9536a575b9f6c309b /ui/app/pages/settings/networks-tab
parent11b14616db1153510b4c37edada7463d2e9a368b (diff)
downloadtangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.gz
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.tar.zst
tangerine-wallet-browser-ffb58b74793e9b5d5caf36efdc5d7d3867c2e162.zip
configuration, translation updating
Diffstat (limited to 'ui/app/pages/settings/networks-tab')
-rw-r--r--ui/app/pages/settings/networks-tab/networks-tab.constants.js93
1 files changed, 51 insertions, 42 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 1a49ca04f..6bcf5c802 100644
--- a/ui/app/pages/settings/networks-tab/networks-tab.constants.js
+++ b/ui/app/pages/settings/networks-tab/networks-tab.constants.js
@@ -1,48 +1,57 @@
const defaultNetworksData = [
+ // {
+ // labelKey: 'mainnet',
+ // iconColor: '#29B6AF',
+ // providerType: 'mainnet',
+ // rpcUrl: 'https://api.infura.io/v1/jsonrpc/mainnet',
+ // chainId: '1',
+ // ticker: 'ETH',
+ // blockExplorerUrl: 'https://etherscan.io',
+ // },
+ // {
+ // labelKey: 'ropsten',
+ // iconColor: '#FF4A8D',
+ // providerType: 'ropsten',
+ // rpcUrl: 'https://api.infura.io/v1/jsonrpc/ropsten',
+ // chainId: '3',
+ // ticker: 'ETH',
+ // blockExplorerUrl: 'https://ropsten.etherscan.io',
+ // },
+ // {
+ // labelKey: 'kovan',
+ // iconColor: '#9064FF',
+ // providerType: 'kovan',
+ // rpcUrl: 'https://api.infura.io/v1/jsonrpc/kovan',
+ // chainId: '4',
+ // ticker: 'ETH',
+ // blockExplorerUrl: 'https://etherscan.io',
+ // },
+ // {
+ // labelKey: 'rinkeby',
+ // iconColor: '#F6C343',
+ // providerType: 'rinkeby',
+ // rpcUrl: 'https://api.infura.io/v1/jsonrpc/rinkeby',
+ // chainId: '42',
+ // ticker: 'ETH',
+ // 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: 'mainnet',
- iconColor: '#29B6AF',
- providerType: 'mainnet',
- rpcUrl: 'https://api.infura.io/v1/jsonrpc/mainnet',
- chainId: '1',
- ticker: 'ETH',
- blockExplorerUrl: 'https://etherscan.io',
- },
- {
- labelKey: 'ropsten',
+ labelKey: 'tangerine_testnet',
iconColor: '#FF4A8D',
- providerType: 'ropsten',
- rpcUrl: 'https://api.infura.io/v1/jsonrpc/ropsten',
- chainId: '3',
- ticker: 'ETH',
- blockExplorerUrl: 'https://ropsten.etherscan.io',
- },
- {
- labelKey: 'kovan',
- iconColor: '#9064FF',
- providerType: 'kovan',
- rpcUrl: 'https://api.infura.io/v1/jsonrpc/kovan',
- chainId: '4',
- ticker: 'ETH',
- blockExplorerUrl: 'https://etherscan.io',
- },
- {
- labelKey: 'rinkeby',
- iconColor: '#F6C343',
- providerType: 'rinkeby',
- rpcUrl: 'https://api.infura.io/v1/jsonrpc/rinkeby',
- chainId: '42',
- ticker: 'ETH',
- 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',
+ providerType: 'tangerine_testnet',
+ rpcUrl: 'https://testnet-rpc.tangerine-network.io',
+ chainId: '374',
+ ticker: 'TAN',
+ blockExplorerUrl: 'https://testnet.tangerine.garden',
},
{
labelKey: 'localhost',