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

@vechain/sdk-hardhat-plugin

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-hardhat-plugin - npm Package Compare versions

Comparing version 1.0.0-beta.10 to 1.0.0-beta.11

1

dist/index.js

@@ -87,2 +87,3 @@ "use strict";

});
return;
}

@@ -89,0 +90,0 @@ const hardhatVeChainProvider = new import_sdk_network2.HardhatVeChainProvider(

6

package.json
{
"name": "@vechain/sdk-hardhat-plugin",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "This module allows to create smart contracts and interact with them using the vechain SDK and Hardhat",

@@ -37,4 +37,4 @@ "author": "vechain Foundation",

"dependencies": {
"@vechain/sdk-network": "1.0.0-beta.10",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.10"
"@vechain/sdk-network": "1.0.0-beta.11",
"@vechain/sdk-ethers-adapter": "1.0.0-beta.11"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -66,2 +66,5 @@ import { createWalletFromHardhatNetworkConfig } from './helpers';

});
// @NOTE: This is a warning. If vechain network is not found, we will return to not break the hardhat execution
return;
}

@@ -68,0 +71,0 @@

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