@vechain/sdk-hardhat-plugin
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -87,2 +87,3 @@ "use strict"; | ||
}); | ||
return; | ||
} | ||
@@ -89,0 +90,0 @@ const hardhatVeChainProvider = new import_sdk_network2.HardhatVeChainProvider( |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28668
611
+ Added@vechain/sdk-core@1.0.0-beta.11(transitive)
+ Added@vechain/sdk-errors@1.0.0-beta.11(transitive)
+ Added@vechain/sdk-ethers-adapter@1.0.0-beta.11(transitive)
+ Added@vechain/sdk-logging@1.0.0-beta.11(transitive)
+ Added@vechain/sdk-network@1.0.0-beta.11(transitive)
- Removed@vechain/sdk-core@1.0.0-beta.10(transitive)
- Removed@vechain/sdk-errors@1.0.0-beta.10(transitive)
- Removed@vechain/sdk-ethers-adapter@1.0.0-beta.10(transitive)
- Removed@vechain/sdk-logging@1.0.0-beta.10(transitive)
- Removed@vechain/sdk-network@1.0.0-beta.10(transitive)