Skip to content

Commit

Permalink
Merge pull request #364 from zkLinkProtocol/feat/add_bybit_support
Browse files Browse the repository at this point in the history
add bybit support
  • Loading branch information
zkLeonardo authored Sep 18, 2024
2 parents 401d31e + 638df81 commit 01131d5
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 95 deletions.
8 changes: 8 additions & 0 deletions src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,14 @@ import {
metaMaskWallet,
injectedWallet,
safeWallet,
bybitWallet,
} from "@rainbow-me/rainbowkit/wallets";
bybitWallet({
projectId,
walletConnectParameters: {
metadata,
},
});
okxWallet({
projectId,
walletConnectParameters: {
Expand Down Expand Up @@ -577,6 +584,7 @@ const connectors = connectorsForWallets(
injectedWallet,
// rainbowWallet,
gateWallet, // hide gate for now
bybitWallet,
okxWallet,
BinanceWallet,
// rabbyWallet,
Expand Down
Loading

0 comments on commit 01131d5

Please sign in to comment.