@web3modal/scaffold-utils
Advanced tools
Comparing version 4.0.0 to 4.0.1-9bc4a0c.0
@@ -0,1 +1,2 @@ | ||
import scaffoldUtilsPackageJson from '../package.json' assert { type: 'json' }; | ||
export const ConstantsUtil = { | ||
@@ -9,3 +10,3 @@ WALLET_CONNECT_CONNECTOR_ID: 'walletConnect', | ||
EIP6963_CONNECTOR_ID: 'eip6963', | ||
EMAIL_CONNECTOR_ID: 'w3mEmail', | ||
AUTH_CONNECTOR_ID: 'w3mAuth', | ||
EIP155: 'eip155', | ||
@@ -15,4 +16,4 @@ ADD_CHAIN_METHOD: 'wallet_addEthereumChain', | ||
EIP6963_REQUEST_EVENT: 'eip6963:requestProvider', | ||
VERSION: '4.0.0' | ||
VERSION: scaffoldUtilsPackageJson.version | ||
}; | ||
//# sourceMappingURL=ConstantsUtil.js.map |
@@ -51,3 +51,3 @@ import { ConstantsUtil } from './ConstantsUtil.js'; | ||
[ConstantsUtil.EIP6963_CONNECTOR_ID]: 'ANNOUNCED', | ||
[ConstantsUtil.EMAIL_CONNECTOR_ID]: 'EMAIL' | ||
[ConstantsUtil.AUTH_CONNECTOR_ID]: 'AUTH' | ||
}, | ||
@@ -54,0 +54,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; | ||
EMAIL_CONNECTOR_ID: string; | ||
AUTH_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' | 'w3mEmail'; | ||
providerType?: 'walletConnect' | 'injected' | 'coinbaseWallet' | 'eip6963' | 'w3mAuth'; | ||
address?: Address; | ||
@@ -6,0 +6,0 @@ chainId?: number; |
@@ -0,1 +1,2 @@ | ||
import type { SocialProvider } from '@web3modal/scaffold'; | ||
import type { W3mFrameProvider } from '@web3modal/wallet'; | ||
@@ -11,3 +12,6 @@ export interface IEthersConfig { | ||
coinbase?: Provider; | ||
email?: boolean; | ||
auth?: { | ||
email?: boolean; | ||
socials?: SocialProvider[]; | ||
}; | ||
EIP6963?: boolean; | ||
@@ -14,0 +18,0 @@ metadata: Metadata; |
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "4.0.0", | ||
"version": "4.0.1-9bc4a0c.0", | ||
"type": "module", | ||
@@ -38,4 +38,4 @@ "main": "./dist/esm/exports/index.js", | ||
"dependencies": { | ||
"@web3modal/polyfills": "4.0.0", | ||
"@web3modal/scaffold": "4.0.0", | ||
"@web3modal/polyfills": "4.0.1-9bc4a0c.0", | ||
"@web3modal/scaffold": "4.0.1-9bc4a0c.0", | ||
"valtio": "1.11.2" | ||
@@ -42,0 +42,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
24129
33
346
1
+ Added@web3modal/common@4.0.1-9bc4a0c.0(transitive)
+ Added@web3modal/core@4.0.1-9bc4a0c.0(transitive)
+ Added@web3modal/polyfills@4.0.1-9bc4a0c.0(transitive)
+ Added@web3modal/scaffold@4.0.1-9bc4a0c.0(transitive)
+ Added@web3modal/ui@4.0.1-9bc4a0c.0(transitive)
+ Added@web3modal/wallet@4.0.1-9bc4a0c.0(transitive)
- Removed@web3modal/common@4.0.0(transitive)
- Removed@web3modal/core@4.0.0(transitive)
- Removed@web3modal/polyfills@4.0.0(transitive)
- Removed@web3modal/scaffold@4.0.0(transitive)
- Removed@web3modal/ui@4.0.0(transitive)
- Removed@web3modal/wallet@4.0.0(transitive)