Socket
Socket
Sign inDemoInstall

@particle-network/solana-wallet

Package Overview
Dependencies
Maintainers
4
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/solana-wallet - npm Package Compare versions

Comparing version 0.7.7-alpha.1 to 0.7.7-alpha.2

2

lib/solana-wallet.js

@@ -219,3 +219,3 @@ "use strict";

var url = (_a = this.rpcUrl) !== null && _a !== void 0 ? _a : "https://api.particle.network/solana-chain/rpc";
return new web3_js_1.Connection("".concat(url, "?chainId=").concat(this.auth.chainId(), "&projectId=").concat(this.auth.config.projectId, "&projectKey=").concat(this.auth.config.clientKey), {
return new web3_js_1.Connection("".concat(url, "?chainId=").concat(this.auth.chainId(), "&projectUuid=").concat(this.auth.config.projectId, "&projectKey=").concat(this.auth.config.clientKey), {
commitment: config === null || config === void 0 ? void 0 : config.commitment,

@@ -222,0 +222,0 @@ wsEndpoint: config === null || config === void 0 ? void 0 : config.wsEndpoint,

{
"name": "@particle-network/solana-wallet",
"version": "0.7.7-alpha.1",
"version": "0.7.7-alpha.2",
"files": [

@@ -33,3 +33,3 @@ "lib",

},
"gitHead": "b5c8e7bb0b1cd9f104c642e3227fb1cc714af2d9"
"gitHead": "edeb75343df46debbc9ee973b0439e6f0b3f761d"
}

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