Update infura endpoints (#1094)

This commit is contained in:
Luit Hollander 2018-02-15 00:05:43 +01:00 committed by Daniel Ternyak
parent 20c6007a7b
commit 9f682f6a46
2 changed files with 6 additions and 6 deletions

View File

@ -23,14 +23,14 @@ export const INITIAL_STATE: State = {
network: 'ETH',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://mainnet.infura.io/mew'),
lib: new InfuraNode('https://mainnet.infura.io/mycrypto'),
estimateGas: false
},
rop_infura: {
network: 'Ropsten',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://ropsten.infura.io/mew'),
lib: new InfuraNode('https://ropsten.infura.io/mycrypto'),
estimateGas: false
},
kov_ethscan: {
@ -51,7 +51,7 @@ export const INITIAL_STATE: State = {
network: 'Rinkeby',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://rinkeby.infura.io/mew'),
lib: new InfuraNode('https://rinkeby.infura.io/mycrypto'),
estimateGas: false
},
etc_epool: {

View File

@ -23,14 +23,14 @@ const expectedInitialState = {
network: 'ETH',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://mainnet.infura.io/mew'),
lib: new InfuraNode('https://mainnet.infura.io/mycrypto'),
estimateGas: false
},
rop_infura: {
network: 'Ropsten',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://ropsten.infura.io/mew'),
lib: new InfuraNode('https://ropsten.infura.io/mycrypto'),
estimateGas: false
},
kov_ethscan: {
@ -51,7 +51,7 @@ const expectedInitialState = {
network: 'Rinkeby',
isCustom: false,
service: 'infura.io',
lib: new InfuraNode('https://rinkeby.infura.io/mew'),
lib: new InfuraNode('https://rinkeby.infura.io/mycrypto'),
estimateGas: false
},
etc_epool: {