Skip to content

Commit

Permalink
Merge pull request #1212 from Itheum/add-tc-to-main
Browse files Browse the repository at this point in the history
Add tc to main
  • Loading branch information
damienen committed Feb 15, 2024
2 parents 3196bbc + cc5dc6e commit c7b2850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-dex",
"version": "1.11.0",
"version": "1.11.1",
"description": "The Itheum Data DEX enables you to trade your data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.1.1",
Expand Down
4 changes: 4 additions & 0 deletions src/libs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,12 +449,14 @@ export const EXPLORER_APP_SUPPORTED_NONCES: Record<string, Record<string, Array<
"multiversxbubbles": [],
"multiversxinfographics": [3],
"nftunes": [2],
"timecapsule": [57],
},
"1": {
"trailblazer": [1],
"multiversxbubbles": [2],
"multiversxinfographics": [3],
"nftunes": [4],
"timecapsule": [5],
},
};

Expand All @@ -464,11 +466,13 @@ export const EXPLORER_APP_FOR_NONCE: Record<string, Record<string, string>> = {
"multiversxbubbles": "https://test.explorer.itheum.io/multiversx-bubbles",
"multiversxinfographics": "https://test.explorer.itheum.io/multiversx-infographics",
"nftunes": "https://test.explorer.itheum.io/nftunes",
"timecapsule": "https://test.explorer.itheum.io/timecapsule",
},
"1": {
"trailblazer": "https://explorer.itheum.io/project-trailblazer",
"multiversxbubbles": "https://explorer.itheum.io/multiversx-bubbles",
"multiversxinfographics": "https://explorer.itheum.io/multiversx-infographics",
"nftunes": "https://explorer.itheum.io/nftunes",
"timecapsule": "https://explorer.itheum.io/timecapsule",
},
};

0 comments on commit c7b2850

Please sign in to comment.