@reef-knot/wallets-list 4.2.4 → 5.0.0-alpha.2

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.
@@ -5,19 +5,12 @@ export declare const WalletsListEthereum: {
5
5
  readonly walletConnect: import("@reef-knot/types").WalletAdapterType;
6
6
  readonly ledgerHID: import("@reef-knot/types").WalletAdapterType;
7
7
  readonly ledgerLive: import("@reef-knot/types").WalletAdapterType;
8
- readonly exodus: import("@reef-knot/types").WalletAdapterType;
9
8
  readonly ambire: import("@reef-knot/types").WalletAdapterType;
10
9
  readonly bitget: import("@reef-knot/types").WalletAdapterType;
11
- readonly coin98: import("@reef-knot/types").WalletAdapterType;
12
- readonly brave: import("@reef-knot/types").WalletAdapterType;
13
10
  readonly imToken: import("@reef-knot/types").WalletAdapterType;
14
- readonly trust: import("@reef-knot/types").WalletAdapterType;
15
- readonly ctrl: import("@reef-knot/types").WalletAdapterType;
16
- readonly coinbase: import("@reef-knot/types").WalletAdapterType;
17
11
  readonly coinbaseSmartWallet: import("@reef-knot/types").WalletAdapterType;
18
12
  readonly dappBrowserInjected: import("@reef-knot/types").WalletAdapterType;
19
13
  readonly safe: import("@reef-knot/types").WalletAdapterType;
20
- readonly binanceWallet: import("@reef-knot/types").WalletAdapterType;
21
14
  };
22
15
  export type WalletIdsEthereum = keyof Readonly<typeof WalletsListEthereum>;
23
16
  //# sourceMappingURL=ethereum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ethereum.d.ts","sourceRoot":"","sources":["../src/ethereum.ts"],"names":[],"mappings":"AAsCA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;CAoBtB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
1
+ {"version":3,"file":"ethereum.d.ts","sourceRoot":"","sources":["../src/ethereum.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;CAatB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
package/dist/ethereum.js CHANGED
@@ -1,43 +1,31 @@
1
- import { id, BrowserExtension } from '@reef-knot/wallet-adapter-browser-extension';
2
- import { id as id$1, MetaMask } from '@reef-knot/wallet-adapter-metamask';
3
- import { id as id$2, Okx } from '@reef-knot/wallet-adapter-okx';
4
- import { id as id$6, Exodus } from '@reef-knot/wallet-adapter-exodus';
5
- import { id as id$3, WalletConnect } from '@reef-knot/wallet-adapter-walletconnect';
6
- import { id as id$7, Ambire } from '@reef-knot/wallet-adapter-ambire';
7
- import { id as id$8, BitKeep } from '@reef-knot/wallet-adapter-bitkeep';
8
- import { id as id$9, Coin98 } from '@reef-knot/wallet-adapter-coin98';
9
- import { id as id$a, Brave } from '@reef-knot/wallet-adapter-brave';
10
- import { id as id$b, ImToken } from '@reef-knot/wallet-adapter-imtoken';
11
- import { id as id$c, Trust } from '@reef-knot/wallet-adapter-trust';
12
- import { id as id$e, Coinbase } from '@reef-knot/wallet-adapter-coinbase';
13
- import { id as id$f, CoinbaseSmartWallet } from '@reef-knot/wallet-adapter-coinbase-smart-wallet';
14
- import { id as id$4, Ledger } from '@reef-knot/wallet-adapter-ledger-hid';
15
- import { id as id$5, LedgerLive } from '@reef-knot/wallet-adapter-ledger-live';
16
- import { id as id$g, DAppBrowserInjected } from '@reef-knot/wallet-adapter-dapp-browser-injected';
17
- import { id as id$h, Safe } from '@reef-knot/wallet-adapter-safe';
18
- import { id as id$i, BinanceWeb3Wallet } from '@reef-knot/wallet-adapter-binance-wallet';
19
- import { id as id$d, Ctrl } from '@reef-knot/wallet-adapter-ctrl';
1
+ import { BrowserExtension, id } from "@reef-knot/wallet-adapter-browser-extension";
2
+ import { MetaMask, id as id$1 } from "@reef-knot/wallet-adapter-metamask";
3
+ import { Okx, id as id$2 } from "@reef-knot/wallet-adapter-okx";
4
+ import { WalletConnect, id as id$3 } from "@reef-knot/wallet-adapter-walletconnect";
5
+ import { Ambire, id as id$4 } from "@reef-knot/wallet-adapter-ambire";
6
+ import { BitKeep, id as id$5 } from "@reef-knot/wallet-adapter-bitkeep";
7
+ import { ImToken, id as id$6 } from "@reef-knot/wallet-adapter-imtoken";
8
+ import { CoinbaseSmartWallet, id as id$7 } from "@reef-knot/wallet-adapter-coinbase-smart-wallet";
9
+ import { Ledger, id as id$8 } from "@reef-knot/wallet-adapter-ledger-hid";
10
+ import { LedgerLive, id as id$9 } from "@reef-knot/wallet-adapter-ledger-live";
11
+ import { DAppBrowserInjected, id as id$10 } from "@reef-knot/wallet-adapter-dapp-browser-injected";
12
+ import { Safe, id as id$11 } from "@reef-knot/wallet-adapter-safe";
20
13
 
14
+ //#region src/ethereum.ts
21
15
  const WalletsListEthereum = {
22
- [id]: BrowserExtension,
23
- [id$1]: MetaMask,
24
- [id$2]: Okx,
25
- [id$3]: WalletConnect,
26
- [id$4]: Ledger,
27
- [id$5]: LedgerLive,
28
- [id$6]: Exodus,
29
- [id$7]: Ambire,
30
- [id$8]: BitKeep,
31
- [id$9]: Coin98,
32
- [id$a]: Brave,
33
- [id$b]: ImToken,
34
- [id$c]: Trust,
35
- [id$d]: Ctrl,
36
- [id$e]: Coinbase,
37
- [id$f]: CoinbaseSmartWallet,
38
- [id$g]: DAppBrowserInjected,
39
- [id$h]: Safe,
40
- [id$i]: BinanceWeb3Wallet
16
+ [id]: BrowserExtension,
17
+ [id$1]: MetaMask,
18
+ [id$2]: Okx,
19
+ [id$3]: WalletConnect,
20
+ [id$8]: Ledger,
21
+ [id$9]: LedgerLive,
22
+ [id$4]: Ambire,
23
+ [id$5]: BitKeep,
24
+ [id$6]: ImToken,
25
+ [id$7]: CoinbaseSmartWallet,
26
+ [id$10]: DAppBrowserInjected,
27
+ [id$11]: Safe
41
28
  };
42
29
 
43
- export { WalletsListEthereum };
30
+ //#endregion
31
+ export { WalletsListEthereum };
package/dist/index.js CHANGED
@@ -1 +1,3 @@
1
- export { WalletsListEthereum } from './ethereum.js';
1
+ import { WalletsListEthereum } from "./ethereum.js";
2
+
3
+ export { WalletsListEthereum };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reef-knot/wallets-list",
3
- "version": "4.2.4",
3
+ "version": "5.0.0-alpha.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {
@@ -21,7 +21,7 @@
21
21
  "homepage": "https://github.com/lidofinance/reef-knot",
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/lidofinance/reef-knot.git",
24
+ "url": "git+https://github.com/lidofinance/reef-knot.git",
25
25
  "directory": "packages/wallets-list"
26
26
  },
27
27
  "bugs": {
@@ -32,40 +32,35 @@
32
32
  "access": "public"
33
33
  },
34
34
  "scripts": {
35
- "build": "rollup -c",
36
- "dev": "dev=on rollup -c -w",
37
- "lint": "eslint --ext ts,tsx,js,mjs ."
35
+ "build": "yarn run -T tsdown",
36
+ "dev": "yarn run -T tsdown --watch",
37
+ "lint": "eslint --ext ts,tsx,js,mjs .",
38
+ "typecheck": "tsc --noEmit"
38
39
  },
39
40
  "dependencies": {
40
- "@reef-knot/wallet-adapter-ambire": "5.2.0",
41
- "@reef-knot/wallet-adapter-binance-wallet": "3.2.0",
42
- "@reef-knot/wallet-adapter-bitkeep": "4.4.0",
43
- "@reef-knot/wallet-adapter-brave": "4.2.0",
44
- "@reef-knot/wallet-adapter-browser-extension": "4.2.0",
45
- "@reef-knot/wallet-adapter-coin98": "4.2.0",
46
- "@reef-knot/wallet-adapter-coinbase": "4.2.0",
47
- "@reef-knot/wallet-adapter-coinbase-smart-wallet": "3.2.0",
48
- "@reef-knot/wallet-adapter-ctrl": "1.2.0",
49
- "@reef-knot/wallet-adapter-dapp-browser-injected": "4.2.0",
50
- "@reef-knot/wallet-adapter-exodus": "4.2.0",
51
- "@reef-knot/wallet-adapter-imtoken": "4.2.0",
52
- "@reef-knot/wallet-adapter-ledger-hid": "5.2.1",
53
- "@reef-knot/wallet-adapter-ledger-live": "5.2.1",
54
- "@reef-knot/wallet-adapter-metamask": "4.3.0",
55
- "@reef-knot/wallet-adapter-okx": "4.2.0",
56
- "@reef-knot/wallet-adapter-safe": "4.2.1",
57
- "@reef-knot/wallet-adapter-trust": "4.2.0",
58
- "@reef-knot/wallet-adapter-walletconnect": "4.2.0"
41
+ "@reef-knot/wallet-adapter-ambire": "6.0.0-alpha.2",
42
+ "@reef-knot/wallet-adapter-bitkeep": "5.0.0-alpha.2",
43
+ "@reef-knot/wallet-adapter-browser-extension": "5.0.0-alpha.2",
44
+ "@reef-knot/wallet-adapter-coinbase-smart-wallet": "4.0.0-alpha.2",
45
+ "@reef-knot/wallet-adapter-dapp-browser-injected": "5.0.0-alpha.2",
46
+ "@reef-knot/wallet-adapter-imtoken": "5.0.0-alpha.2",
47
+ "@reef-knot/wallet-adapter-ledger-hid": "6.0.0-alpha.2",
48
+ "@reef-knot/wallet-adapter-ledger-live": "6.0.0-alpha.2",
49
+ "@reef-knot/wallet-adapter-metamask": "5.0.0-alpha.2",
50
+ "@reef-knot/wallet-adapter-okx": "5.0.0-alpha.2",
51
+ "@reef-knot/wallet-adapter-safe": "5.0.0-alpha.2",
52
+ "@reef-knot/wallet-adapter-walletconnect": "5.0.0-alpha.2"
59
53
  },
60
54
  "devDependencies": {
61
- "@reef-knot/types": "4.2.0",
55
+ "@reef-knot/types": "5.0.0-alpha.2",
56
+ "build-config": "*",
62
57
  "eslint-config-custom": "*"
63
58
  },
64
59
  "peerDependencies": {
65
- "@reef-knot/types": "4.2.0",
60
+ "@reef-knot/types": "5.0.0-alpha.2",
66
61
  "@tanstack/react-query": "^5.29.0",
67
62
  "react": ">=18",
68
- "viem": ">=2.23",
69
- "wagmi": ">=2.14"
63
+ "viem": ">=2.44",
64
+ "wagmi": ">=3.3"
70
65
  }
71
66
  }