diff --git a/package.json b/package.json index 0f65a49b..8f51cc18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-dex", - "version": "1.18.10", + "version": "1.18.11", "description": "The Itheum Data DEX enables you to trade your data using web3 tech", "dependencies": { "@chakra-ui/icons": "2.1.1", @@ -11,7 +11,7 @@ "@itheum/sdk-mx-data-nft": "3.8.0-alpha.12", "@itheum/sdk-mx-enterprise": "0.3.0", "@multiversx/sdk-core": "13.14.2", - "@multiversx/sdk-dapp": "3.0.10", + "@multiversx/sdk-dapp": "npm:@bucurdavid/sdk-dapp-fork@3.1.0", "@peerme/sdk": "0.2.1", "@sentry/react": "7.118.0", "@tanstack/match-sorter-utils": "8.15.1", diff --git a/src/pages/App/Launcher.tsx b/src/pages/App/Launcher.tsx index 0406dc47..13916105 100644 --- a/src/pages/App/Launcher.tsx +++ b/src/pages/App/Launcher.tsx @@ -14,7 +14,6 @@ function Launcher() { const [launchModeSession, setLaunchModeSession] = useLocalStorage("itm-launch-mode", null); const [launchMode, setLaunchMode] = useState(launchModeSession || "no-auth"); const [redirectToRoute, setRedirectToRoute] = useState(null); - // hoisting launchModeControl here allows us to go multi-chain easier in future // ... have a look at git history on this component const handleLaunchMode = (chainOption: string, redirectToRouteStr?: string) => { @@ -47,6 +46,7 @@ function Launcher() { walletConnectV2ProjectId, apiTimeout: uxConfig.mxAPITimeoutMs, apiAddress: mvxRpcApiToUse, + skipFetchFromServer: true, // these values are static until they change something at the core level, which should be be announced }} dappConfig={{ shouldUseWebViewProvider: true,