Skip to content

Commit e74c715

Browse files
feat: Bump @toruslabs/tss-client to v3.4.0
1 parent 4b34c59 commit e74c715

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

demo/redirect-flow-example/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/redirect-flow-example/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { CHAIN_NAMESPACES, CustomChainConfig, IProvider } from "@web3auth/base";
1818
import { EthereumSigningProvider } from "@web3auth/ethereum-mpc-provider";
1919
import { BN } from "bn.js";
2020
import { KeyType, Point } from "@tkey/common-types";
21-
// import { tssLib } from "@toruslabs/tss-dkls-lib";
22-
import{ tssLib } from "@toruslabs/tss-frost-lib";
21+
import { tssLib } from "@toruslabs/tss-dkls-lib";
22+
// import{ tssLib } from "@toruslabs/tss-frost-lib";
2323

2424
import "./App.css";
2525
import jwt, { Algorithm } from "jsonwebtoken";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@toruslabs/session-manager": "^3.1.0",
5858
"@toruslabs/openlogin-utils": "^8.2.1",
5959
"@toruslabs/torus.js": "^15.1.0",
60-
"@toruslabs/tss-client": "^3.3.0",
60+
"@toruslabs/tss-client": "^3.4.0",
6161
"@toruslabs/tss-frost-client": "0.4.1",
6262
"@toruslabs/tss-frost-common": "^1.0.1",
6363
"bn.js": "^5.2.1",

0 commit comments

Comments
 (0)