From 9f682f6a46d8372969fde00e82656abeb200dd2a Mon Sep 17 00:00:00 2001 From: Luit Hollander Date: Thu, 15 Feb 2018 00:05:43 +0100 Subject: [PATCH] Update infura endpoints (#1094) --- common/reducers/config/nodes/staticNodes.ts | 6 +++--- spec/reducers/config/nodes/staticNodes.spec.ts | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/reducers/config/nodes/staticNodes.ts b/common/reducers/config/nodes/staticNodes.ts index b5b9e029..b630c8f5 100644 --- a/common/reducers/config/nodes/staticNodes.ts +++ b/common/reducers/config/nodes/staticNodes.ts @@ -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: { diff --git a/spec/reducers/config/nodes/staticNodes.spec.ts b/spec/reducers/config/nodes/staticNodes.spec.ts index 3454b4f1..c51d8d0c 100644 --- a/spec/reducers/config/nodes/staticNodes.spec.ts +++ b/spec/reducers/config/nodes/staticNodes.spec.ts @@ -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: {