Skip to content

Commit

Permalink
Feat/enable iframe wallets (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Jul 18, 2024
1 parent 4897e83 commit 6acd8e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lovely-chairs-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@skip-go/widget': patch
---

enable iframe wallets
2 changes: 1 addition & 1 deletion packages/widget/src/provider/wallet/cosmos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const CosmosProvider: React.FC<CosmosProviderProps> = ({ children }) => {
wallets={wallets}
throwErrors={false}
assetLists={assets}
disableIframe={true}
disableIframe={false}
sessionOptions={{
duration: 1000 * 60 * 60 * 24, // 1 day
}}
Expand Down

0 comments on commit 6acd8e2

Please sign in to comment.