(Fix) Remove RPCs from src/constants.js

This commit is contained in:
Vadim 2018-10-16 15:22:22 +03:00
parent b088f0a26f
commit 5b3d9740a7
1 changed files with 0 additions and 4 deletions

View File

@ -28,25 +28,21 @@ constants.getTransactionReceiptInterval = 5000
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
}