(Fix) Remove RPCs from src/constants.js

This commit is contained in:
Vadim 2018-10-16 15:30:18 +03:00
parent 130397ab40
commit 294bb666bb
1 changed files with 0 additions and 4 deletions

View File

@ -10,25 +10,21 @@ constants.userDeniedTransactionPattern = 'User denied transaction';
constants.NETWORKS = {
'77': {
NAME: 'Sokol',
RPC: 'https://sokol.poa.network',
BRANCH: 'sokol',
TESTNET: true
},
'99': {
NAME: 'Core',
RPC: 'https://core.poa.network',
BRANCH: 'core',
TESTNET: false
},
'79': {
NAME: 'Dai-Test',
RPC: 'http://40.112.48.125',
BRANCH: 'dai-test',
TESTNET: true
},
'100': {
NAME: 'Dai',
RPC: 'https://dai.poa.network',
BRANCH: 'dai',
TESTNET: false
}