Skip to content

Commit

Permalink
1.13.31 (#615)
Browse files Browse the repository at this point in the history
* Ithaca explorer (#614)

* added ithaca block explorer

* fix url

* 1.13.31

* 1.13.31

Co-authored-by: letier3110 <38981658+letier3110@users.noreply.github.com>
  • Loading branch information
unixvb and letier3110 authored Mar 30, 2022
1 parent 899ec61 commit 1e6066f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temple-wallet",
"version": "1.13.30",
"version": "1.13.31",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=development webpack --watch --info-verbosity none --display minimal --hide-modules",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Temple - Tezos Wallet",
"version": "1.13.30",
"version": "1.13.31",

"icons": {
"16": "misc/icon-16.png",
Expand Down
7 changes: 7 additions & 0 deletions src/lib/temple/front/blockexplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ export const BLOCK_EXPLORERS: BlockExplorer[] = [
transaction: 'https://tzkt.io'
}
],
[
TempleChainId.Ithacanet,
{
account: 'https://ithacanet.tzkt.io',
transaction: 'https://ithacanet.tzkt.io'
}
],
[
TempleChainId.Hangzhounet,
{
Expand Down

0 comments on commit 1e6066f

Please sign in to comment.