Skip to content

Commit

Permalink
merge with v3
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu committed Apr 17, 2024
2 parents ee51182 + 7151318 commit 092cdd0
Show file tree
Hide file tree
Showing 10 changed files with 3,586 additions and 2,114 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build
run: npm run build

- name: Run tests
run: npm run test
6 changes: 3 additions & 3 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.

2 changes: 1 addition & 1 deletion demo/redirect-flow-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.48",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@web3auth/mpc-core-kit": "file://../../",
"@web3auth/mpc-core-kit": "file:../..",
"browserify-zlib": "^0.2.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
Expand Down
3 changes: 2 additions & 1 deletion demo/redirect-flow-example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ const coreKitInstance = new Web3AuthMPCCoreKit(
web3AuthNetwork: selectedNetwork,
uxMode: 'redirect',
manualSync: true,
setupProviderOnInit: false
setupProviderOnInit: false,
// sessionTime: 3600, // <== can provide variable session time based on user subscribed plan
}
);

Expand Down
Loading

0 comments on commit 092cdd0

Please sign in to comment.