@web3modal/scaffold-utils
Advanced tools
Comparing version 4.1.6-canary-sl-001.1 to 4.1.6
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "4.1.6-canary-sl-001.1", | ||
"version": "4.1.6", | ||
"type": "module", | ||
@@ -43,4 +43,4 @@ "main": "./dist/esm/exports/index.js", | ||
"dependencies": { | ||
"@web3modal/core": "4.1.6-canary-sl-001.1", | ||
"@web3modal/polyfills": "4.1.6-canary-sl-001.1", | ||
"@web3modal/core": "4.1.6", | ||
"@web3modal/polyfills": "4.1.6", | ||
"valtio": "1.11.2" | ||
@@ -47,0 +47,0 @@ }, |
@@ -9,3 +9,3 @@ export const ConstantsUtil = { | ||
EIP6963_CONNECTOR_ID: 'eip6963', | ||
AUTH_CONNECTOR_ID: 'w3mAuth', | ||
EMAIL_CONNECTOR_ID: 'w3mEmail', | ||
EIP155: 'eip155', | ||
@@ -18,4 +18,4 @@ ADD_CHAIN_METHOD: 'wallet_addEthereumChain', | ||
}, | ||
VERSION: '4.1.6-canary-sl-001.0' | ||
VERSION: '4.1.6' | ||
}; | ||
//# sourceMappingURL=ConstantsUtil.js.map |
@@ -54,3 +54,3 @@ import { ConstantsUtil } from './ConstantsUtil.js'; | ||
[ConstantsUtil.EIP6963_CONNECTOR_ID]: 'ANNOUNCED', | ||
[ConstantsUtil.AUTH_CONNECTOR_ID]: 'AUTH' | ||
[ConstantsUtil.EMAIL_CONNECTOR_ID]: 'EMAIL' | ||
}, | ||
@@ -57,0 +57,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.6-canary-sl-001.1", | ||
"version": "4.1.6", | ||
"type": "module", | ||
@@ -43,4 +43,4 @@ "main": "./dist/esm/exports/index.js", | ||
"dependencies": { | ||
"@web3modal/core": "4.1.6-canary-sl-001.1", | ||
"@web3modal/polyfills": "4.1.6-canary-sl-001.1", | ||
"@web3modal/core": "4.1.6", | ||
"@web3modal/polyfills": "4.1.6", | ||
"valtio": "1.11.2" | ||
@@ -47,0 +47,0 @@ }, |
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
0
23925
30
341
+ Added@web3modal/common@4.1.6(transitive)
+ Added@web3modal/core@4.1.6(transitive)
+ Added@web3modal/polyfills@4.1.6(transitive)
+ Added@web3modal/wallet@4.1.6(transitive)
+ Addedbignumber.js@9.1.2(transitive)
- Removed@web3modal/common@4.1.6-canary-sl-001.1(transitive)
- Removed@web3modal/core@4.1.6-canary-sl-001.1(transitive)
- Removed@web3modal/polyfills@4.1.6-canary-sl-001.1(transitive)
- Removed@web3modal/wallet@4.1.6-canary-sl-001.1(transitive)
Updated@web3modal/core@4.1.6
Updated@web3modal/polyfills@4.1.6