Skip to content

Commit

Permalink
xPortal hub view data
Browse files Browse the repository at this point in the history
  • Loading branch information
damienen committed Nov 11, 2023
1 parent 82f3d55 commit f9f26d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.7.5",
"version": "1.7.6",
"description": "The Itheum Data DEX enables you to trade your data using web3 tech",
"dependencies": {
"@chakra-ui/icons": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/WalletDataNFTMX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export default function WalletDataNFTMX(item: WalletDataNFTMxPropType) {

const arg = {
mvxNativeAuthOrigins: nativeAuthOrigins(),
mvxNativeAuthMaxExpirySeconds: 3000,
mvxNativeAuthMaxExpirySeconds: 3600,
fwdHeaderMapLookup: {
"authorization": `Bearer ${tokenLogin.nativeAuthToken}`,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/App/ModalAuthPickerMultiversX.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function ModalAuthPickerMx({ resetLaunchMode }: { resetLaunchMode: any }) {
const nativeAuthProps: NativeAuthConfigType = {
apiAddress: `https://${getApi(chainID)}`,
// origin: window.location.origin,
expirySeconds: 3000,
expirySeconds: 3600,
};
const commonProps = {
nativeAuth: {
Expand Down

0 comments on commit f9f26d4

Please sign in to comment.