mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-16 21:16:35 +00:00
Update infura endpoints (#1094)
This commit is contained in:
parent
20c6007a7b
commit
9f682f6a46
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user