@web3modal/scaffold-utils
Advanced tools
Comparing version 5.1.6 to 5.1.7-b13f6b079.2
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "5.1.6", | ||
"version": "5.1.7-b13f6b079.2", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/exports/index.js", |
@@ -19,4 +19,4 @@ export const ConstantsUtil = { | ||
}, | ||
VERSION: '5.1.6' | ||
VERSION: '5.1.7-b13f6b079.2' | ||
}; | ||
//# sourceMappingURL=ConstantsUtil.js.map |
import { ConstantsUtil as CommonConstantsUtil } from '@web3modal/common'; | ||
import { PresetsUtil } from '../PresetsUtil.js'; | ||
import { PresetsUtil } from '@web3modal/scaffold-utils'; | ||
import { SolConstantsUtil } from './SolanaConstantsUtil.js'; | ||
@@ -4,0 +4,0 @@ export const SolHelpersUtil = { |
@@ -5,3 +5,3 @@ import type { CaipNetwork } from '@web3modal/core'; | ||
detectRpcUrl(chain: Chain, projectId: string): string; | ||
getChain(chains: Chain[], chainId: string | null): { | ||
getChain(chains: Chain[], chainId: string | null): Chain | { | ||
readonly chainId: "5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"; | ||
@@ -13,3 +13,3 @@ readonly name: "Solana"; | ||
readonly chain: import("@web3modal/common").Chain; | ||
} | Chain; | ||
}; | ||
getChainFromCaip(chains: Chain[], chainCaipId?: string | undefined | null): { | ||
@@ -16,0 +16,0 @@ readonly id: `solana:${string}`; |
{ | ||
"name": "@web3modal/scaffold-utils", | ||
"version": "5.1.6", | ||
"version": "5.1.7-b13f6b079.2", | ||
"type": "module", | ||
@@ -37,6 +37,6 @@ "main": "./dist/esm/exports/index.js", | ||
"valtio": "1.11.2", | ||
"@web3modal/common": "5.1.6", | ||
"@web3modal/core": "5.1.6", | ||
"@web3modal/polyfills": "5.1.6", | ||
"@web3modal/wallet": "5.1.6" | ||
"@web3modal/common": "5.1.7-b13f6b079.2", | ||
"@web3modal/wallet": "5.1.7-b13f6b079.2", | ||
"@web3modal/core": "5.1.7-b13f6b079.2", | ||
"@web3modal/polyfills": "5.1.7-b13f6b079.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125194
65
959
1
+ Added@web3modal/common@5.1.7-b13f6b079.2(transitive)
+ Added@web3modal/core@5.1.7-b13f6b079.2(transitive)
+ Added@web3modal/polyfills@5.1.7-b13f6b079.2(transitive)
+ Added@web3modal/wallet@5.1.7-b13f6b079.2(transitive)
- Removed@web3modal/common@5.1.6(transitive)
- Removed@web3modal/core@5.1.6(transitive)
- Removed@web3modal/polyfills@5.1.6(transitive)
- Removed@web3modal/wallet@5.1.6(transitive)