Skip to content

Commit

Permalink
Merge pull request #366 from zkLinkProtocol/feat/add_bybit_support
Browse files Browse the repository at this point in the history
add tooltip for mpc wallet
  • Loading branch information
zkLeonardo authored Sep 19, 2024
2 parents fb2d7b5 + 7a6847e commit b365fc9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/components/Bridge/BridgeCompPc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,19 @@ const BridgeCompPC = (props: IProps) => {
</p>
)}
</div>
<div className="mt-8 px-6 py-4 border-solid border-1 border-[#C57D10] rounded-lg flex">
<img
src="/img/icon-no-points.png"
alt=""
className="w-[21px] h-[21px] mr-3"
/>
<p className="text-[#C57D10] ">
Please avoid using MPC wallets like the Bybit Custodial
wallet, Bybit Keyless wallet, or Rainmaker, as they currently
do not support zkLink Nova. Using them may prevent you from
moving your funds after depositing.
</p>
</div>
{isFirstDeposit && showNoPointsTip && (
<div className="mt-8 px-6 py-4 border-solid border-1 border-[#C57D10] rounded-lg flex">
<img
Expand Down

0 comments on commit b365fc9

Please sign in to comment.