Skip to content

Commit

Permalink
Add Jakarta and Ghostnet to TzKT block explorer (baking-bad#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Jun 30, 2022
1 parent 73e63fc commit 2b267a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/tzkt.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export default class TZKTBlockExplorer extends BlockExplorer {
[NetworkType.GRANADANET]: "https://granadanet.tzkt.io",
[NetworkType.HANGZHOUNET]: "https://hangzhounet.tzkt.io",
[NetworkType.ITHACANET]: "https://ithacanet.tzkt.io",
[NetworkType.JAKARTANET]: "https://jakartanet.tzkt.io",
[NetworkType.GHOSTNET]: "https://ghostnet.tzkt.io",
[NetworkType.CUSTOM]: "https://tzkt.io",
};
super(rpcUrls);
Expand Down

0 comments on commit 2b267a0

Please sign in to comment.