Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Update POA explorer links to BlockScout #2111

Merged
merged 1 commit into from
Oct 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
@@ -254,8 +254,8 @@ nodes.nodeList = {
},
poa: {
name: "POA",
blockExplorerTX: "https://poaexplorer.com/tx/[[txHash]]",
blockExplorerAddr: "https://poaexplorer.com/address/[[address]]",
blockExplorerTX: "https://blockscout.com/poa/core/tx/[[txHash]]",
blockExplorerAddr: "https://blockscout.com/poa/core/address/[[address]]",
type: nodes.nodeTypes.POA,
eip155: true,
chainId: 99,