@web3modal/scaffold-utils
Advanced tools
Comparing version 4.1.3-xafeai01.0 to 4.1.3
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "4.1.3-xafeai01.0", | ||
"version": "4.1.3", | ||
"type": "module", | ||
@@ -21,2 +21,7 @@ "main": "./dist/esm/exports/index.js", | ||
"default": "./dist/esm/exports/ethers.js" | ||
}, | ||
"./solana": { | ||
"types": "./dist/types/exports/solana.d.ts", | ||
"import": "./dist/esm/exports/solana.js", | ||
"default": "./dist/esm/exports/solana.js" | ||
} | ||
@@ -39,4 +44,4 @@ }, | ||
"dependencies": { | ||
"@web3modal/core": "4.1.3-xafeai01.0", | ||
"@web3modal/polyfills": "4.1.3-xafeai01.0", | ||
"@web3modal/core": "4.1.3", | ||
"@web3modal/polyfills": "4.1.3", | ||
"valtio": "1.11.2" | ||
@@ -43,0 +48,0 @@ }, |
@@ -9,3 +9,3 @@ export const ConstantsUtil = { | ||
EIP6963_CONNECTOR_ID: 'eip6963', | ||
AUTH_CONNECTOR_ID: 'w3mAuth', | ||
EMAIL_CONNECTOR_ID: 'w3mEmail', | ||
EIP155: 'eip155', | ||
@@ -15,4 +15,4 @@ ADD_CHAIN_METHOD: 'wallet_addEthereumChain', | ||
EIP6963_REQUEST_EVENT: 'eip6963:requestProvider', | ||
VERSION: '4.1.3-xafeai01.0' | ||
VERSION: '4.1.3' | ||
}; | ||
//# sourceMappingURL=ConstantsUtil.js.map |
@@ -29,3 +29,6 @@ import { ConstantsUtil } from './ConstantsUtil.js'; | ||
2020: 'b8101fc0-9c19-4b6f-ec65-f6dfff106e00', | ||
2021: 'b8101fc0-9c19-4b6f-ec65-f6dfff106e00' | ||
2021: 'b8101fc0-9c19-4b6f-ec65-f6dfff106e00', | ||
'5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp': 'a1b58899-f671-4276-6a5e-56ca5bd59700', | ||
'4uhcVJyU9pJkvQyS88uRDiswHXSCkY3z': 'a1b58899-f671-4276-6a5e-56ca5bd59700', | ||
EtWTRABZaYq6iMfeYKouRu166VU2xqa1: 'a1b58899-f671-4276-6a5e-56ca5bd59700' | ||
}, | ||
@@ -52,3 +55,3 @@ ConnectorImageIds: { | ||
[ConstantsUtil.EIP6963_CONNECTOR_ID]: 'ANNOUNCED', | ||
[ConstantsUtil.AUTH_CONNECTOR_ID]: 'AUTH' | ||
[ConstantsUtil.EMAIL_CONNECTOR_ID]: 'EMAIL' | ||
}, | ||
@@ -55,0 +58,0 @@ WalletConnectRpcChainIds: [ |
export { ConstantsUtil } from '../src/ConstantsUtil.js'; | ||
export { PresetsUtil } from '../src/PresetsUtil.js'; | ||
export { HelpersUtil } from '../src/HelpersUtil.js'; | ||
export type { SocialProvider } from '../src/TypeUtil.js'; |
@@ -9,3 +9,3 @@ export declare const ConstantsUtil: { | ||
EIP6963_CONNECTOR_ID: string; | ||
AUTH_CONNECTOR_ID: string; | ||
EMAIL_CONNECTOR_ID: string; | ||
EIP155: string; | ||
@@ -12,0 +12,0 @@ ADD_CHAIN_METHOD: string; |
import type { Address, CombinedProvider, Provider } from './EthersTypesUtil.js'; | ||
export interface EthersStoreUtilState { | ||
provider?: Provider | CombinedProvider; | ||
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mAuth'; | ||
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mEmail'; | ||
address?: Address; | ||
@@ -6,0 +6,0 @@ chainId?: number; |
import type { W3mFrameProvider } from '@web3modal/wallet'; | ||
import type { SocialProvider } from './TypeUtil.js'; | ||
export interface IEthersConfig { | ||
@@ -12,6 +11,3 @@ providers: ProviderType; | ||
coinbase?: Provider; | ||
auth?: { | ||
email?: boolean; | ||
socials?: SocialProvider[]; | ||
}; | ||
email?: boolean; | ||
EIP6963?: boolean; | ||
@@ -18,0 +14,0 @@ metadata: Metadata; |
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "4.1.3-xafeai01.0", | ||
"version": "4.1.3", | ||
"type": "module", | ||
@@ -21,2 +21,7 @@ "main": "./dist/esm/exports/index.js", | ||
"default": "./dist/esm/exports/ethers.js" | ||
}, | ||
"./solana": { | ||
"types": "./dist/types/exports/solana.d.ts", | ||
"import": "./dist/esm/exports/solana.js", | ||
"default": "./dist/esm/exports/solana.js" | ||
} | ||
@@ -39,4 +44,4 @@ }, | ||
"dependencies": { | ||
"@web3modal/core": "4.1.3-xafeai01.0", | ||
"@web3modal/polyfills": "4.1.3-xafeai01.0", | ||
"@web3modal/core": "4.1.3", | ||
"@web3modal/polyfills": "4.1.3", | ||
"valtio": "1.11.2" | ||
@@ -43,0 +48,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
24115
0
30
341
+ Added@web3modal/common@4.1.3(transitive)
+ Added@web3modal/core@4.1.3(transitive)
+ Added@web3modal/polyfills@4.1.3(transitive)
+ Added@web3modal/wallet@4.1.3(transitive)
- Removed@web3modal/common@4.1.3-xafeai01.0(transitive)
- Removed@web3modal/core@4.1.3-xafeai01.0(transitive)
- Removed@web3modal/polyfills@4.1.3-xafeai01.0(transitive)
- Removed@web3modal/wallet@4.1.3-xafeai01.0(transitive)
Updated@web3modal/core@4.1.3
Updated@web3modal/polyfills@4.1.3