Socket
Socket
Sign inDemoInstall

@vechain/sdk-ethers-adapter

Package Overview
Dependencies
Maintainers
8
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-ethers-adapter - npm Package Compare versions

Comparing version 1.0.0-beta.27 to 1.0.0-beta.29

1

dist/index.d.ts

@@ -19,2 +19,3 @@ import { vechain_sdk_core_ethers } from '@vechain/sdk-core';

* @returns The adapted contract factory
* @throws {UnsupportedOperation}
*/

@@ -21,0 +22,0 @@ declare function factoryAdapter<A extends unknown[], I>(contractFactory: vechain_sdk_core_ethers.ContractFactory<A, I>, hardhatVeChainProvider: HardhatVeChainProvider): vechain_sdk_core_ethers.ContractFactory<A, I>;

14

package.json
{
"name": "@vechain/sdk-ethers-adapter",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.29",
"description": "This module serves as a crucial bridge between the standard Ethereum tooling provided by Hardhat and the unique features of the vechain thor blockchain",

@@ -19,5 +19,5 @@ "author": "vechain Foundation",

"private": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -39,5 +39,5 @@ "dist",

"dependencies": {
"@vechain/sdk-core": "1.0.0-beta.27",
"@vechain/sdk-network": "1.0.0-beta.27",
"@vechain/sdk-errors": "1.0.0-beta.27"
"@vechain/sdk-core": "1.0.0-beta.29",
"@vechain/sdk-network": "1.0.0-beta.29",
"@vechain/sdk-errors": "1.0.0-beta.29"
},

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

@@ -11,2 +11,3 @@ import type { HardhatVeChainProvider } from '@vechain/sdk-network';

* @returns The adapted contract factory
* @throws {UnsupportedOperation}
*/

@@ -13,0 +14,0 @@ function factoryAdapter<A extends unknown[], I>(

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