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

hardhat-deploy

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-deploy - npm Package Compare versions

Comparing version 0.11.18 to 0.11.19

3

dist/src/etherscan.js

@@ -199,2 +199,5 @@ "use strict";

break;
case '421613':
host = 'https://api-goerli.arbiscan.io';
break;
case '43113':

@@ -201,0 +204,0 @@ host = 'https://api-testnet.snowtrace.io';

2

package.json
{
"name": "hardhat-deploy",
"version": "0.11.18",
"version": "0.11.19",
"description": "Hardhat Plugin For Replicable Deployments And Tests",

@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy",

@@ -223,2 +223,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

break;
case '421613':
host = 'https://api-goerli.arbiscan.io';
break;
case '43113':

@@ -225,0 +228,0 @@ host = 'https://api-testnet.snowtrace.io';

Sorry, the diff of this file is not supported yet

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