From c84b259b21544c43177673a62881748cb94ec256 Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 15 Feb 2024 08:33:44 +0200 Subject: [PATCH 1/2] chore: add time capsule to mainnet --- src/appsConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appsConfig.tsx b/src/appsConfig.tsx index 4452e96..d98124c 100644 --- a/src/appsConfig.tsx +++ b/src/appsConfig.tsx @@ -56,4 +56,4 @@ export const TIMECAPSULE_TOKENS: app_token[] = IS_DEVNET export const SUPPORTED_APPS = IS_DEVNET ? ["itheumtrailblazer", "multiversxbubbles", "esdtBubble", "playstationgamerpassport", "multiversxinfographics", "nftunes", "timecapsule"] - : ["itheumtrailblazer", "multiversxbubbles", "multiversxinfographics", "nftunes"]; + : ["itheumtrailblazer", "multiversxbubbles", "multiversxinfographics", "nftunes", "timecapsule"]; From 680227b2e9e83f6340594e6927c3867418bf5f9e Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 15 Feb 2024 08:35:33 +0200 Subject: [PATCH 2/2] chore: bump package v up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 728d313..dea2bc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "explorer-dapp", "description": "Itheum Explorer is a DApp for the public to explore and visualize data within the Itheum protocol", - "version": "1.11.0", + "version": "1.11.1", "author": "Itheum", "license": "GPL-3.0-or-later", "dependencies": {