Skip to content

Commit

Permalink
Merge branch 'develop' into denys/eng-3199-make-ui-for-rbf-in-web-ext…
Browse files Browse the repository at this point in the history
…ension
  • Loading branch information
dhriaznov authored Nov 27, 2023
2 parents 21c5cf8 + 5dae50e commit 1163fc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xverse-web-extension",
"description": "A Bitcoin wallet for Web3",
"version": "0.23.0",
"version": "0.23.2",
"private": true,
"engines": {
"node": "^18.18.2"
Expand Down
1 change: 1 addition & 0 deletions src/app/screens/btcSendScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import useSendBtcRequest from '@hooks/useSendBtcRequest';
import useWalletSelector from '@hooks/useWalletSelector';
import { ErrorCodes, getBtcFiatEquivalent } from '@secretkeylabs/xverse-core';
import { BITCOIN_DUST_AMOUNT_SATS } from '@utils/constants';
import BigNumber from 'bignumber.js';
import { useEffect } from 'react';
import { useTranslation } from 'react-i18next';
import { useNavigate } from 'react-router-dom';
Expand Down

0 comments on commit 1163fc1

Please sign in to comment.