@wagmi/connectors 3.1.8 → 3.1.9
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/{base-2fe21778.d.ts → base-24d0a67f.d.ts} +1 -0
- package/dist/{chunk-ZJ3P53W7.js → chunk-P4NRLOY7.js} +2 -0
- package/dist/coinbaseWallet.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/injected.d.ts +1 -1
- package/dist/injected.js +1 -1
- package/dist/ledger.d.ts +1 -1
- package/dist/metaMask.d.ts +1 -1
- package/dist/metaMask.js +1 -1
- package/dist/mock/index.d.ts +1 -1
- package/dist/safe.d.ts +1 -1
- package/dist/walletConnect.d.ts +1 -1
- package/dist/walletConnectLegacy.d.ts +1 -1
- package/package.json +3 -3
|
@@ -82,6 +82,8 @@ function getInjectedName(ethereum) {
|
|
|
82
82
|
return "Nova Wallet";
|
|
83
83
|
if (provider.isOkxWallet || provider.isOKExWallet)
|
|
84
84
|
return "OKX Wallet";
|
|
85
|
+
if (provider.isOktoWallet)
|
|
86
|
+
return "Okto Wallet";
|
|
85
87
|
if (provider.isOneInchIOSWallet || provider.isOneInchAndroidWallet)
|
|
86
88
|
return "1inch Wallet";
|
|
87
89
|
if (provider.isOneKey)
|
package/dist/coinbaseWallet.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CoinbaseWalletProvider } from '@coinbase/wallet-sdk';
|
|
2
2
|
import { CoinbaseWalletSDKOptions } from '@coinbase/wallet-sdk/dist/CoinbaseWalletSDK';
|
|
3
3
|
import { Chain } from 'viem/chains';
|
|
4
|
-
import { C as Connector, c as WalletClient } from './base-
|
|
4
|
+
import { C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
5
5
|
import 'eventemitter3';
|
|
6
6
|
import 'viem';
|
|
7
7
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Connector, a as ConnectorData, b as ConnectorEvents, W as WindowProvider } from './base-
|
|
1
|
+
export { C as Connector, a as ConnectorData, b as ConnectorEvents, W as WindowProvider } from './base-24d0a67f.js';
|
|
2
2
|
import 'eventemitter3';
|
|
3
3
|
import 'viem';
|
|
4
4
|
import 'viem/chains';
|
package/dist/injected.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Address } from 'viem';
|
|
2
2
|
import { Chain } from 'viem/chains';
|
|
3
|
-
import { W as WindowProvider, C as Connector, c as WalletClient } from './base-
|
|
3
|
+
import { W as WindowProvider, C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
4
4
|
import 'eventemitter3';
|
|
5
5
|
|
|
6
6
|
type InjectedConnectorOptions = {
|
package/dist/injected.js
CHANGED
package/dist/ledger.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EthereumProvider } from '@ledgerhq/connect-kit-loader';
|
|
2
2
|
import { EthereumProviderOptions } from '@walletconnect/ethereum-provider/dist/types/EthereumProvider';
|
|
3
3
|
import { Chain } from 'viem/chains';
|
|
4
|
-
import { C as Connector, c as WalletClient } from './base-
|
|
4
|
+
import { C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
5
5
|
import 'eventemitter3';
|
|
6
6
|
import 'viem';
|
|
7
7
|
|
package/dist/metaMask.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Chain } from 'viem/chains';
|
|
2
2
|
import { InjectedConnectorOptions, InjectedConnector } from './injected.js';
|
|
3
|
-
import { W as WindowProvider } from './base-
|
|
3
|
+
import { W as WindowProvider } from './base-24d0a67f.js';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import 'eventemitter3';
|
|
6
6
|
|
package/dist/metaMask.js
CHANGED
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Chain } from 'viem/chains';
|
|
2
|
-
import { c as WalletClient, C as Connector, a as ConnectorData } from '../base-
|
|
2
|
+
import { c as WalletClient, C as Connector, a as ConnectorData } from '../base-24d0a67f.js';
|
|
3
3
|
import EventEmitter from 'eventemitter3';
|
|
4
4
|
import 'viem';
|
|
5
5
|
|
package/dist/safe.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SafeAppProvider } from '@safe-global/safe-apps-provider';
|
|
2
2
|
import { Opts } from '@safe-global/safe-apps-sdk';
|
|
3
3
|
import { Chain } from 'viem/chains';
|
|
4
|
-
import { C as Connector, c as WalletClient } from './base-
|
|
4
|
+
import { C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
5
5
|
import 'eventemitter3';
|
|
6
6
|
import 'viem';
|
|
7
7
|
|
package/dist/walletConnect.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import WalletConnectProvider from '@walletconnect/ethereum-provider';
|
|
2
2
|
import { EthereumProviderOptions } from '@walletconnect/ethereum-provider/dist/types/EthereumProvider';
|
|
3
3
|
import { Chain } from 'viem/chains';
|
|
4
|
-
import { C as Connector, c as WalletClient } from './base-
|
|
4
|
+
import { C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
5
5
|
import 'eventemitter3';
|
|
6
6
|
import 'viem';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import WalletConnectProvider from '@walletconnect/legacy-provider';
|
|
2
|
-
import { C as Connector, c as WalletClient } from './base-
|
|
2
|
+
import { C as Connector, c as WalletClient } from './base-24d0a67f.js';
|
|
3
3
|
import 'eventemitter3';
|
|
4
4
|
import 'viem';
|
|
5
5
|
import 'viem/chains';
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@wagmi/connectors",
|
|
3
3
|
"description": "A collection of connectors for wagmi",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.9",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"typescript": ">=5.0.4",
|
|
8
8
|
"viem": ">=0.3.35"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@coinbase/wallet-sdk": "^3.6.6",
|
|
17
17
|
"@ledgerhq/connect-kit-loader": "^1.1.0",
|
|
18
|
-
"@safe-global/safe-apps-provider": "^0.
|
|
19
|
-
"@safe-global/safe-apps-sdk": "^8.
|
|
18
|
+
"@safe-global/safe-apps-provider": "^0.18.1",
|
|
19
|
+
"@safe-global/safe-apps-sdk": "^8.1.0",
|
|
20
20
|
"@walletconnect/ethereum-provider": "2.10.6",
|
|
21
21
|
"@walletconnect/utils": "2.10.2",
|
|
22
22
|
"@walletconnect/legacy-provider": "^2.0.0",
|