Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web3modal/scaffold-utils

Package Overview
Dependencies
Maintainers
10
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3modal/scaffold-utils - npm Package Compare versions

Comparing version 5.1.4 to 5.1.5

2

dist/esm/package.json
{
"name": "@web3modal/scaffold-utils",
"version": "5.1.4",
"version": "5.1.5",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/esm/exports/index.js",

@@ -19,4 +19,4 @@ export const ConstantsUtil = {

},
VERSION: '5.1.4'
VERSION: '5.1.5'
};
//# sourceMappingURL=ConstantsUtil.js.map
import { PublicKey } from '@solana/web3.js';
import { ConstantsUtil } from '@web3modal/common';
export const SolConstantsUtil = {
UNIVERSAL_PROVIDER_RELAY_URL: 'wss://relay.walletconnect.org',
HASH_PREFIX: 'SPL Name Service',

@@ -5,0 +6,0 @@ ROOT_DOMAIN_ACCOUNT: new PublicKey('58PwtjSDuFHuUkYjH9BYnnQKHfwo9reZhC2zMJv9JPkx'),

export declare const EthersConstantsUtil: {
WALLET_ID: string;
ERROR_CODE_UNRECOGNIZED_CHAIN_ID: number;
ERROR_CODE_DEFAULT: number;
readonly WALLET_ID: "@w3m/wallet_id";
readonly ERROR_CODE_UNRECOGNIZED_CHAIN_ID: 4902;
readonly ERROR_CODE_DEFAULT: 5000;
};
import { PublicKey } from '@solana/web3.js';
export declare const SolConstantsUtil: {
readonly UNIVERSAL_PROVIDER_RELAY_URL: "wss://relay.walletconnect.org";
readonly HASH_PREFIX: "SPL Name Service";

@@ -4,0 +5,0 @@ readonly ROOT_DOMAIN_ACCOUNT: PublicKey;

@@ -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}`;

@@ -36,2 +36,3 @@ import type { Connection as SolanaConnection, PublicKey, Transaction as SolanaWeb3Transaction, TransactionSignature, VersionedTransaction, SendOptions } from '@solana/web3.js';

sendTransaction: (transaction: AnyTransaction, connection: Connection, options?: SendTransactionOptions) => Promise<TransactionSignature>;
signAllTransactions: <T extends AnyTransaction[]>(transactions: T) => Promise<T>;
}

@@ -38,0 +39,0 @@ export interface ProviderEventEmitterMethods {

{
"name": "@web3modal/scaffold-utils",
"version": "5.1.4",
"version": "5.1.5",
"type": "module",

@@ -37,6 +37,6 @@ "main": "./dist/esm/exports/index.js",

"valtio": "1.11.2",
"@web3modal/common": "5.1.4",
"@web3modal/polyfills": "5.1.4",
"@web3modal/core": "5.1.4",
"@web3modal/wallet": "5.1.4"
"@web3modal/common": "5.1.5",
"@web3modal/polyfills": "5.1.5",
"@web3modal/core": "5.1.5",
"@web3modal/wallet": "5.1.5"
},

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc