Update wallet connection options

This commit is contained in:
Serkan Reis
2023-12-08 11:44:35 +03:00
parent 16e6d45c18
commit 2f2b628782
5 changed files with 12 additions and 4 deletions
+1
View File
@@ -27,6 +27,7 @@ export const WalletProvider = ({ children }: { children: ReactNode }) => {
rest: ['https://rest.elgafar-1.stargaze-apis.com/'],
},
},
isLazy: true,
}}
sessionOptions={{
duration: 1000 * 60 * 60 * 12, // 12 hours
@@ -139,6 +139,7 @@ export const OpenEditionMinterCreator = ({
collectionDetails?.updatable,
factoryAddressForSelectedDenom,
updatableFactoryAddressForSelectedDenom,
wallet.isWalletConnected,
],
)