Skip to content

Commit

Permalink
Update block explorer urls
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-plusplus committed Oct 12, 2021
1 parent c9a079e commit 80f5338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/temple/front/blockexplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ export const BLOCK_EXPLORERS: BlockExplorer[] = [
[
TempleChainId.Mainnet,
{
account: "http://tezblock.io/account",
transaction: "http://tezblock.io/transaction",
account: "https://tezblock.io/account",
transaction: "https://tezblock.io/transaction",
},
],
]),
Expand Down

0 comments on commit 80f5338

Please sign in to comment.