Skip to content

Commit

Permalink
Merge pull request #293 from Itheum/stg
Browse files Browse the repository at this point in the history
Add TC to mainnet
  • Loading branch information
damienen authored Feb 15, 2024
2 parents b5be5b4 + 7592528 commit 77e0780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/appsConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

0 comments on commit 77e0780

Please sign in to comment.