diff --git a/package.json b/package.json index 02d973d9..f74b3110 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/libs/config.ts b/src/libs/config.ts index ac03f682..d9f3b3e1 100644 --- a/src/libs/config.ts +++ b/src/libs/config.ts @@ -449,12 +449,14 @@ export const EXPLORER_APP_SUPPORTED_NONCES: Record> = { "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", }, };