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

@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.3.6-develop.0 to 3.3.6-develop.1

3

dist/index.js

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

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

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

@@ -31,5 +31,5 @@ "use strict";

production: '0x89',
sandbox: '0x13881',
staging: '0x13881',
qa: '0x13881'
sandbox: '0x13882',
staging: '0x13882',
qa: '0x13882'
},

@@ -36,0 +36,0 @@ };

{
"name": "@venly/web3-provider",
"version": "3.3.6-develop.0",
"version": "3.3.6-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