Update infura endpoints (#1094)
This commit is contained in:
parent
20c6007a7b
commit
9f682f6a46
|
@ -23,14 +23,14 @@ export const INITIAL_STATE: State = {
|
||||||
network: 'ETH',
|
network: 'ETH',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://mainnet.infura.io/mew'),
|
lib: new InfuraNode('https://mainnet.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
rop_infura: {
|
rop_infura: {
|
||||||
network: 'Ropsten',
|
network: 'Ropsten',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://ropsten.infura.io/mew'),
|
lib: new InfuraNode('https://ropsten.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
kov_ethscan: {
|
kov_ethscan: {
|
||||||
|
@ -51,7 +51,7 @@ export const INITIAL_STATE: State = {
|
||||||
network: 'Rinkeby',
|
network: 'Rinkeby',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://rinkeby.infura.io/mew'),
|
lib: new InfuraNode('https://rinkeby.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
etc_epool: {
|
etc_epool: {
|
||||||
|
|
|
@ -23,14 +23,14 @@ const expectedInitialState = {
|
||||||
network: 'ETH',
|
network: 'ETH',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://mainnet.infura.io/mew'),
|
lib: new InfuraNode('https://mainnet.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
rop_infura: {
|
rop_infura: {
|
||||||
network: 'Ropsten',
|
network: 'Ropsten',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://ropsten.infura.io/mew'),
|
lib: new InfuraNode('https://ropsten.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
kov_ethscan: {
|
kov_ethscan: {
|
||||||
|
@ -51,7 +51,7 @@ const expectedInitialState = {
|
||||||
network: 'Rinkeby',
|
network: 'Rinkeby',
|
||||||
isCustom: false,
|
isCustom: false,
|
||||||
service: 'infura.io',
|
service: 'infura.io',
|
||||||
lib: new InfuraNode('https://rinkeby.infura.io/mew'),
|
lib: new InfuraNode('https://rinkeby.infura.io/mycrypto'),
|
||||||
estimateGas: false
|
estimateGas: false
|
||||||
},
|
},
|
||||||
etc_epool: {
|
etc_epool: {
|
||||||
|
|
Loading…
Reference in New Issue