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.0 to 0.7.7-alpha.1

5

lib/solana-wallet.js

@@ -217,4 +217,5 @@ "use strict";

SolanaWallet.prototype.getConnection = function (config) {
var url = this.rpcUrl ? this.rpcUrl + "/solana/rpc" : "https://api.particle.network/solana-chain/rpc";
return new web3_js_1.Connection("".concat(url, "?chainId=").concat(this.auth.chainId()), {
var _a;
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), {
commitment: config === null || config === void 0 ? void 0 : config.commitment,

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

4

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

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

},
"gitHead": "5355e589290c24e5f73e19b534e12befb6e4e936"
"gitHead": "b5c8e7bb0b1cd9f104c642e3227fb1cc714af2d9"
}

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