mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-15 13:44:29 +00:00
Update POA Node URL (#1986)
* Closes #1984. Change POA.network RPC endpoint to Poa.Infura.io * change type to infura
This commit is contained in:
parent
54b479f04e
commit
a3a92504d2
@ -206,7 +206,7 @@ export const STATIC_NETWORKS_INITIAL_STATE: StaticNetworksState = {
|
|||||||
isCustom: false,
|
isCustom: false,
|
||||||
color: '#6d2eae',
|
color: '#6d2eae',
|
||||||
blockExplorer: makeExplorer({
|
blockExplorer: makeExplorer({
|
||||||
name: 'Etherchain Light',
|
name: 'POA Explorer',
|
||||||
origin: 'https://poaexplorer.com',
|
origin: 'https://poaexplorer.com',
|
||||||
addressPath: 'address/search',
|
addressPath: 'address/search',
|
||||||
blockPath: 'blocks/block'
|
blockPath: 'blocks/block'
|
||||||
|
@ -108,9 +108,9 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
|
|||||||
POA: [
|
POA: [
|
||||||
{
|
{
|
||||||
name: makeNodeName('POA', 'core'),
|
name: makeNodeName('POA', 'core'),
|
||||||
type: 'rpc',
|
type: 'infura',
|
||||||
service: 'poa.network',
|
service: 'poa.infura.io',
|
||||||
url: 'https://core.poa.network'
|
url: 'https://poa.infura.io'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user