@reef-knot/wallets-list 4.2.4 → 5.0.0-alpha.1
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.
- package/dist/ethereum.d.ts +0 -7
- package/dist/ethereum.d.ts.map +1 -1
- package/dist/ethereum.js +27 -39
- package/dist/index.js +3 -1
- package/package.json +22 -27
package/dist/ethereum.d.ts
CHANGED
|
@@ -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
|
package/dist/ethereum.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ethereum.d.ts","sourceRoot":"","sources":["../src/ethereum.ts"],"names":[],"mappings":"
|
|
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 {
|
|
2
|
-
import { id as id$1
|
|
3
|
-
import { id as id$2
|
|
4
|
-
import { id as id$
|
|
5
|
-
import { id as id$
|
|
6
|
-
import { id as id$
|
|
7
|
-
import { id as id$
|
|
8
|
-
import { id as id$
|
|
9
|
-
import { id as id$
|
|
10
|
-
import { id as id$
|
|
11
|
-
import { id as id$
|
|
12
|
-
import { id as id$
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
30
|
+
//#endregion
|
|
31
|
+
export { WalletsListEthereum };
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reef-knot/wallets-list",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-alpha.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -32,40 +32,35 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"build": "
|
|
36
|
-
"dev": "
|
|
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-
|
|
42
|
-
"@reef-knot/wallet-adapter-
|
|
43
|
-
"@reef-knot/wallet-adapter-
|
|
44
|
-
"@reef-knot/wallet-adapter-browser-
|
|
45
|
-
"@reef-knot/wallet-adapter-
|
|
46
|
-
"@reef-knot/wallet-adapter-
|
|
47
|
-
"@reef-knot/wallet-adapter-
|
|
48
|
-
"@reef-knot/wallet-adapter-
|
|
49
|
-
"@reef-knot/wallet-adapter-
|
|
50
|
-
"@reef-knot/wallet-adapter-
|
|
51
|
-
"@reef-knot/wallet-adapter-
|
|
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": "5.2.0-alpha.3",
|
|
42
|
+
"@reef-knot/wallet-adapter-bitkeep": "4.2.0-alpha.4",
|
|
43
|
+
"@reef-knot/wallet-adapter-browser-extension": "4.2.0-alpha.3",
|
|
44
|
+
"@reef-knot/wallet-adapter-coinbase-smart-wallet": "3.2.0-alpha.3",
|
|
45
|
+
"@reef-knot/wallet-adapter-dapp-browser-injected": "4.2.0-alpha.3",
|
|
46
|
+
"@reef-knot/wallet-adapter-imtoken": "4.2.0-alpha.3",
|
|
47
|
+
"@reef-knot/wallet-adapter-ledger-hid": "5.2.0-alpha.4",
|
|
48
|
+
"@reef-knot/wallet-adapter-ledger-live": "5.2.0-alpha.4",
|
|
49
|
+
"@reef-knot/wallet-adapter-metamask": "4.2.0-alpha.4",
|
|
50
|
+
"@reef-knot/wallet-adapter-okx": "4.2.0-alpha.3",
|
|
51
|
+
"@reef-knot/wallet-adapter-safe": "4.2.0-alpha.4",
|
|
52
|
+
"@reef-knot/wallet-adapter-walletconnect": "4.2.0-alpha.3"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@reef-knot/types": "4.2.0",
|
|
55
|
+
"@reef-knot/types": "4.2.0-alpha.3",
|
|
56
|
+
"build-config": "*",
|
|
62
57
|
"eslint-config-custom": "*"
|
|
63
58
|
},
|
|
64
59
|
"peerDependencies": {
|
|
65
|
-
"@reef-knot/types": "4.2.0",
|
|
60
|
+
"@reef-knot/types": "4.2.0-alpha.3",
|
|
66
61
|
"@tanstack/react-query": "^5.29.0",
|
|
67
62
|
"react": ">=18",
|
|
68
|
-
"viem": ">=2.
|
|
69
|
-
"wagmi": ">=
|
|
63
|
+
"viem": ">=2.44",
|
|
64
|
+
"wagmi": ">=3.3"
|
|
70
65
|
}
|
|
71
66
|
}
|