Socket
Socket
Sign inDemoInstall

@gearbox-protocol/devops

Package Overview
Dependencies
1
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.18 to 0.0.19

2

lib/transaction/transaction.js

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

case 0: return [4 /*yield*/, hardhat_1.ethers.getSigners()];
case 1: return [4 /*yield*/, (_a.sent()).getChainId()];
case 1: return [4 /*yield*/, (_a.sent())[0].getChainId()];
case 2:

@@ -51,0 +51,0 @@ chainId = _a.sent();

{
"name": "@gearbox-protocol/devops",
"version": "0.0.18",
"version": "0.0.19",
"description": "Gearbox Devops for SC development",

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

@@ -10,3 +10,3 @@ // @ts-ignore

// Gets accounts
const chainId = await ((await ethers.getSigners()) as Signer).getChainId();
const chainId = await ((await ethers.getSigners())[0] as Signer).getChainId();

@@ -13,0 +13,0 @@ return chainId === 1337 ? 0 : chainId === 42 ? 2 : 4;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc