Skip to content

Commit

Permalink
feat: add bybit support
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Sep 18, 2024
1 parent 3ceb1ae commit 9e7ef07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions data/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ export const confirmedSupportedWallets: WalletEntry[] = [
{ walletName: "MathWallet", type: "injected" },
{ walletName: "ImToken", type: "injected" },
{ walletName: "Bitget", type: "injected" },
{ walletName: "Bybit", type: "injected" },


{ walletName: "GateWallet", type: "walletConnect" },
{ walletName: "MetaMask", type: "walletConnect" },
{ walletName: "imToken", type: "walletConnect" },
{ walletName: "OKX", type: "walletConnect" },
{ walletName: "Bybit", type: "walletConnect" },


{ walletName: "Binance DeFi", type: "walletConnect" },
{ walletName: "Binance Web3", type: "walletConnect" },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "zkLink Portal provides Wallet and Bridge functionality for interacting with zkLink Nova",
"private": true,
"scripts": {
"dev": "nuxt dev --port 3333",
"dev": "nuxt dev --port 3333 --host 0.0.0.0",
"dev:node:memory": "cross-env NODE_TYPE=memory npm run dev",
"dev:node:docker": "cross-env NODE_TYPE=dockerized npm run dev",
"dev:node:nexus-goerli": "cross-env NODE_TYPE=nexus-goerli npm run dev",
Expand Down
1 change: 1 addition & 0 deletions store/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export const useOnboardStore = defineStore("onboard", () => {
excludeWalletIds.push(BinanceWalletId);
}
const featuredWalletIds = [
"15c8b91ade1a4e58f3ce4e7a0dd7f42b47db0c8df7e0d84f63eb39bcb96c4e0f", // bybit
// "1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",rainbow
"971e689d0a5be527bac79629b4ee9b925e82208e5168b733496a09c0faed0709", // okx wallet
// "8a0ee50d1f22f6651afcae7eb4253e52a3310b90af5daef78a8c4929a9bb99d4", // binance web3 wallet
Expand Down

0 comments on commit 9e7ef07

Please sign in to comment.