@reef-knot/core-react 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"connectorsWalletConnect.d.ts","sourceRoot":"","sources":["../../src/walletData/connectorsWalletConnect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAMxE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG;IAC9D,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,6BAA6B;SAGnC,OAAO,MAAM,EAAE,MAAM,CAAC;8BAgE5B,CAAC"}
1
+ {"version":3,"file":"connectorsWalletConnect.d.ts","sourceRoot":"","sources":["../../src/walletData/connectorsWalletConnect.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAOxE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG;IAC9D,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,6BAA6B;SAGnC,OAAO,MAAM,EAAE,MAAM,CAAC;8BAoD5B,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import { WalletConnectConnector } from 'wagmi/connectors/walletConnect';
2
2
  import { isValidHttpUrl } from '../utils/isValidHttpUrl.js';
3
+ import { walletConnectMobileLinks } from './walletConnectMobileLinks.js';
3
4
 
4
5
  const createConnectorsWalletConnect = ({
5
6
  rpc
@@ -14,7 +15,7 @@ const createConnectorsWalletConnect = ({
14
15
  options: {
15
16
  rpc: walletConnectRPC,
16
17
  qrcodeModalOptions: {
17
- mobileLinks: ['metamask', 'trust', 'gnosis safe multisig', 'imtoken', 'mathwallet', 'coin98', 'bitpay', 'ledger', '1inch', 'huobi', 'unstoppable'],
18
+ mobileLinks: walletConnectMobileLinks,
18
19
  desktopLinks: []
19
20
  }
20
21
  }
@@ -0,0 +1,2 @@
1
+ export declare const walletConnectMobileLinks: string[];
2
+ //# sourceMappingURL=walletConnectMobileLinks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"walletConnectMobileLinks.d.ts","sourceRoot":"","sources":["../../src/walletData/walletConnectMobileLinks.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,UA4CpC,CAAC"}
@@ -0,0 +1,3 @@
1
+ const walletConnectMobileLinks = ['MetaMask', 'Trust Wallet', 'Zerion', 'imToken', 'Robinhood Wallet', 'Rainbow', 'Ledger Live', 'Uniswap Wallet', '1inch Wallet', 'Safe', 'Ambire Wallet', 'Unstoppable Domains', 'Argent', 'Omni', 'MathWallet', 'TokenPocket', 'iToken Wallet', 'Atomic', 'Coin98', 'CoolWallet', 'Unstoppable Wallet', 'Infinity Wallet', 'Crypto.com | DeFi Wallet', 'Guarda Wallet', 'Trustee Wallet', 'Rabby', 'Tangem', 'Coinbase Wallet', 'Frame', 'Blockchain.com', 'Exodus', 'ZenGo', 'XDEFI Wallet', 'Frontier', 'OKX Wallet', 'Brave Wallet', 'Binance DeFi Wallet', 'Fireblocks', 'Phantom', 'MEW wallet', 'GameStop Wallet', 'Opera Crypto Browser', 'Taho'];
2
+
3
+ export { walletConnectMobileLinks };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reef-knot/core-react",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -39,11 +39,11 @@
39
39
  "devDependencies": {
40
40
  "react": "17.0.2",
41
41
  "wagmi": "^0.11.7",
42
- "@reef-knot/wallets-list": "^1.1.0"
42
+ "@reef-knot/wallets-list": "^1.2.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=17",
46
46
  "wagmi": "^0.11.7",
47
- "@reef-knot/wallets-list": "^1.1.0"
47
+ "@reef-knot/wallets-list": "^1.2.0"
48
48
  }
49
49
  }