Skip to content

Commit

Permalink
Update multichain-tools package
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessina committed Aug 25, 2024
1 parent bb84cab commit a315292
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-fastauth-wallet",
"version": "2.0.2-beta.4",
"version": "2.0.2-beta.10",
"license": "MIT",
"scripts": {
"build": "nx build --buildLibsFromSource --skip-nx-cache",
Expand All @@ -18,7 +18,7 @@
"antd": "^5.12.8",
"class-variance-authority": "^0.7.0",
"js-sha256": "^0.11.0",
"multichain-tools": "2.0.14-beta.1",
"multichain-tools": "2.0.14-beta.10",
"near-api-js": "^2.1.4",
"tslib": "^2.3.0",
"usehooks-ts": "^2.9.2"
Expand Down
6 changes: 3 additions & 3 deletions src/lib/near-fastauth-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ import * as nearAPI from 'near-api-js';

import BN from 'bn.js';
import {
FetchEVMAddressRequest,
BitcoinPublicKeyAndAddressRequest,
type FetchEVMAddressRequest,
type BitcoinPublicKeyAndAddressRequest,
fetchDerivedEVMAddress,
fetchDerivedBTCAddressAndPublicKey,
} from 'multichain-tools';

import icon from './fast-auth-icon';
import {
FastAuthWalletConnection,
SendMultichainMessage,
type SendMultichainMessage,
} from './fastAuthWalletConnection';

export interface FastAuthWalletParams {
Expand Down

0 comments on commit a315292

Please sign in to comment.