Skip to content

Commit

Permalink
Merge branch 'main' into fix/landing-label-nova
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored May 13, 2024
2 parents 6a66a60 + e25ae08 commit 4bf4f7f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-api",
"description": "API for Tangle Explorer",
"version": "3.3.10-rc.2",
"version": "4.0.0-rc.1",
"author": "Martyn Janes <[email protected]>",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-client",
"description": "Tangle Explorer UI",
"version": "3.3.10-rc.2",
"version": "4.0.0-rc.1",
"author": "Martyn Janes <[email protected]>",
"type": "module",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions client/src/app/AppUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ export const getPages = (currentNetwork: INetwork | undefined, networks: INetwor
url: "https://explorer.evm.testnet.shimmer.network/",
isExternal: true,
},
{
label: "IOTA EVM Testnet Explorer",
url: "https://explorer.evm.testnet.iotaledger.net/",
isExternal: true,
},
],
},
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "Tangle Explorer",
"version": "3.3.10-rc.2",
"version": "4.0.0-rc.1",
"scripts": {
"setup:client": "cd client && npm install && npm run postinstall",
"setup:api": "cd api && npm install && npm run build-compile && npm run build-config",
Expand Down

0 comments on commit 4bf4f7f

Please sign in to comment.