Skip to content

Commit

Permalink
Merge pull request #1337 from Itheum/stg
Browse files Browse the repository at this point in the history
1.14.1 hotfix bober + marshal sdk
  • Loading branch information
damienen authored Apr 17, 2024
2 parents a125ec9 + 1266a47 commit 97606e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "data-dex",
"version": "1.14.0",
"version": "1.14.1",
"description": "The Itheum Data DEX enables you to trade your data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.1.1",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@hookform/resolvers": "3.3.4",
"@itheum/sdk-mx-data-nft": "3.2.0-alpha.1",
"@itheum/sdk-mx-data-nft": "3.2.0-alpha.2",
"@itheum/sdk-mx-enterprise": "0.2.0",
"@multiversx/sdk-core": "12.19.0",
"@multiversx/sdk-dapp": "2.28.8",
Expand Down
2 changes: 2 additions & 0 deletions src/libs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ export const EXPLORER_APP_FOR_TOKEN: Record<string, Record<string, string>> = {
"nftunes": "https://test.explorer.itheum.io/nftunes",
"timecapsule": "https://test.explorer.itheum.io/timecapsule",
"bitzgame": "https://test.explorer.itheum.io/getbitz",
"bobergameroom": "https://test.explorer.itheum.io/bobergameroom",
},
"1": {
"trailblazer": "https://explorer.itheum.io/project-trailblazer",
Expand All @@ -548,5 +549,6 @@ export const EXPLORER_APP_FOR_TOKEN: Record<string, Record<string, string>> = {
"nftunes": "https://explorer.itheum.io/nftunes",
"timecapsule": "https://explorer.itheum.io/timecapsule",
"bitzgame": "https://explorer.itheum.io/getbitz",
"bobergameroom": "https://explorer.itheum.io/bobergameroom",
},
};

0 comments on commit 97606e5

Please sign in to comment.