@reef-knot/wallets-list 2.1.0 → 2.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.
- package/dist/ethereum.d.ts +1 -0
- package/dist/ethereum.d.ts.map +1 -1
- package/dist/ethereum.js +3 -1
- package/package.json +2 -1
package/dist/ethereum.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare const WalletsListEthereum: {
|
|
|
16
16
|
readonly coinbase: import("@reef-knot/types").WalletAdapterType;
|
|
17
17
|
readonly dappBrowserInjected: import("@reef-knot/types").WalletAdapterType;
|
|
18
18
|
readonly safe: import("@reef-knot/types").WalletAdapterType;
|
|
19
|
+
readonly binanceWallet: import("@reef-knot/types").WalletAdapterType;
|
|
19
20
|
};
|
|
20
21
|
export type WalletIdsEthereum = keyof Readonly<typeof WalletsListEthereum>;
|
|
21
22
|
//# 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":"AAkCA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;CAmBtB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,MAAM,QAAQ,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
package/dist/ethereum.js
CHANGED
|
@@ -15,6 +15,7 @@ import { id as id$4, Ledger } from '@reef-knot/wallet-adapter-ledger-hid';
|
|
|
15
15
|
import { id as id$5, LedgerLive } from '@reef-knot/wallet-adapter-ledger-live';
|
|
16
16
|
import { id as id$f, DAppBrowserInjected } from '@reef-knot/wallet-adapter-dapp-browser-injected';
|
|
17
17
|
import { id as id$g, Safe } from '@reef-knot/wallet-adapter-safe';
|
|
18
|
+
import { id as id$h, BinanceWeb3Wallet } from '@reef-knot/wallet-adapter-binance-wallet';
|
|
18
19
|
|
|
19
20
|
const WalletsListEthereum = {
|
|
20
21
|
[id]: BrowserExtension,
|
|
@@ -33,7 +34,8 @@ const WalletsListEthereum = {
|
|
|
33
34
|
[id$d]: Xdefi,
|
|
34
35
|
[id$e]: Coinbase,
|
|
35
36
|
[id$f]: DAppBrowserInjected,
|
|
36
|
-
[id$g]: Safe
|
|
37
|
+
[id$g]: Safe,
|
|
38
|
+
[id$h]: BinanceWeb3Wallet
|
|
37
39
|
};
|
|
38
40
|
|
|
39
41
|
export { WalletsListEthereum };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reef-knot/wallets-list",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"@reef-knot/wallet-adapter-exodus": "2.1.0",
|
|
44
44
|
"@reef-knot/wallet-adapter-walletconnect": "2.0.1",
|
|
45
45
|
"@reef-knot/wallet-adapter-ambire": "2.0.1",
|
|
46
|
+
"@reef-knot/wallet-adapter-binance-wallet": "1.0.0",
|
|
46
47
|
"@reef-knot/wallet-adapter-bitkeep": "2.1.0",
|
|
47
48
|
"@reef-knot/wallet-adapter-coin98": "2.1.0",
|
|
48
49
|
"@reef-knot/wallet-adapter-brave": "2.1.0",
|