Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
sync explorer config with remote config
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 28, 2021
1 parent d024f60 commit 73e4491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions explorers-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
| Dogecoin | DOGE | https://explorers.api.live.ledger.com/blockchain/v2/doge | https://explorers.api.live.ledger.com/blockchain/v3/doge |
| Ethereum | ETH | https://explorers.api.live.ledger.com/blockchain/v3/eth | N/A |
| Ethereum Classic | ETC | https://explorers.api.live.ledger.com/blockchain/v3/etc | N/A |
| Komodo | KMD | https://explorers.api.live.ledger.com/blockchain/v2/kmd | https://explorers.api.live.ledger.com/blockchain/v3/kmd |
| Komodo | KMD | https://explorers.api.live.ledger.com/blockchain/v3/kmd | N/A |
| Litecoin | LTC | https://explorers.api.live.ledger.com/blockchain/v3/ltc | N/A |
| Peercoin | PPC | https://explorers.api.live.ledger.com/blockchain/v3/ppc | N/A |
| PivX | PIVX | https://explorers.api.live.ledger.com/blockchain/v3/pivx | N/A |
| Qtum | QTUM | https://explorers.api.live.ledger.com/blockchain/v3/qtum | N/A |
| Stakenet | XSN | https://explorers.api.live.ledger.com/blockchain/v2/xsn | https://explorers.api.live.ledger.com/blockchain/v3/xsn |
| Stakenet | XSN | https://explorers.api.live.ledger.com/blockchain/v3/xsn | N/A |
| Vertcoin | VTC | https://explorers.api.live.ledger.com/blockchain/v3/vtc | N/A |
| Viacoin | VIA | https://explorers.api.live.ledger.com/blockchain/v3/via | N/A |
| Zcash | ZEC | https://explorers.api.live.ledger.com/blockchain/v3/zec | N/A |
Expand Down
8 changes: 0 additions & 8 deletions src/api/explorerConfig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ const initialExplorerConfig: FullConfig = {
komodo: {
id: "kmd",
stable: {
base: "EXPLORER",
version: "v2",
},
experimental: {
base: "EXPLORER",
version: "v3",
},
Expand Down Expand Up @@ -129,10 +125,6 @@ const initialExplorerConfig: FullConfig = {
stakenet: {
id: "xsn",
stable: {
base: "EXPLORER",
version: "v2",
},
experimental: {
base: "EXPLORER",
version: "v3",
},
Expand Down

1 comment on commit 73e4491

@vercel
Copy link

@vercel vercel bot commented on 73e4491 Oct 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.