Socket
Socket
Sign inDemoInstall

@venly/web3-provider

Package Overview
Dependencies
Maintainers
4
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@venly/web3-provider - npm Package Compare versions

Comparing version 3.5.1-develop.0 to 3.5.1-develop.1

2

dist/index.js

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

const chainId = parseInt(types_1.CHAIN_IDS[options.secretType][environment]);
return environment.startsWith('prod') ? `https://evm-node.venly.io/${chainId}` : `https://evm-node-${environment}.venly.io/${chainId}`;
return environment.startsWith('prod') ? `https://evm-node.venly.io/chains/${chainId}` : `https://evm-node-${environment}.venly.io/chains/${chainId}`;
}, _VenlyProvider_createEngine = function _VenlyProvider_createEngine(options) {

@@ -101,0 +101,0 @@ var _a;

{
"name": "@venly/web3-provider",
"version": "3.5.1-develop.0",
"version": "3.5.1-develop.1",
"description": "Venly enabled Web3 Provider for the web",

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

Sorry, the diff of this file is too big to display

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