Skip to content

Commit

Permalink
Merge pull request #169 from Web3Auth/fix/load-wasm-async
Browse files Browse the repository at this point in the history
load wasm async
  • Loading branch information
himanshuchawla009 authored Sep 6, 2024
2 parents f28288b + 87e4c58 commit 105f19d
Show file tree
Hide file tree
Showing 7 changed files with 1,554 additions and 891 deletions.
31 changes: 15 additions & 16 deletions demo/redirect-flow-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/redirect-flow-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tkey/common-types": "^13.0.0-alpha.1",
"@toruslabs/tss-dkls-lib": "3.0.0-alpha.0",
"@toruslabs/tss-frost-lib": "0.1.1-alpha.0",
"@toruslabs/tss-dkls-lib": "^4.0.0",
"@toruslabs/tss-frost-lib": "^1.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.48",
"@types/react": "^18.2.21",
Expand Down
2 changes: 1 addition & 1 deletion demo/redirect-flow-example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const coreKitInstance = new Web3AuthMPCCoreKit(
storage: window.localStorage,
// sessionTime: 3600, // <== can provide variable session time based on user subscribed plan
tssLib,
useDkg: false
useDKG: false
}
);

Expand Down
Loading

0 comments on commit 105f19d

Please sign in to comment.