Socket
Socket
Sign inDemoInstall

hardhat-deploy

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-deploy - npm Package Versions

1
19

0.7.0-beta.29

Diff

Changelog

Source

0.7.0-beta.29

Patch Changes

  • workaround hardhat_reset snapshot memory loss
  • add --fork-deployments for the node task to allow forked chain to get access to deployment from that chain
wighawag
published 0.7.0-beta.28 •

Changelog

Source

0.7.0-beta.28

Patch Changes

  • Breaking change for external field: isolate external deploy script from other artifacts
wighawag
published 0.7.0-beta.27 •

Changelog

Source

0.7.0-beta.27

Patch Changes

  • fix determinsitic diamond redeployment + verifiability of contracts using libraries
wighawag
published 0.7.0-beta.25 •

Changelog

Source

0.7.0-beta.25

Patch Changes

  • fix createFixture
wighawag
published 0.7.0-beta.24 •

Changelog

Source

0.7.0-beta.24

Patch Changes

  • allow multiple tags for --tags + add type param for deployments.createFixture
wighawag
published 0.7.0-beta.23 •

Changelog

Source

0.7.0-beta.23

Patch Changes

  • fix external deploy exec order + add export-artifacts task to export extended artifacts
wighawag
published 0.7.0-beta.22 •

Changelog

Source

0.7.0-beta.22

Patch Changes

  • fix types declaration not being published
wighawag
published 0.7.0-beta.21 •

Changelog

Source

0.7.0-beta.21

Patch Changes

  • remove new types from hardhat/types module If you use typescript in your deploy script and import the DeployFunction type for example you ll need to update the import

    from

    import {HardhatRuntimeEnvironment, DeployFunction} from 'hardhat/types';
    

    to

    import {HardhatRuntimeEnvironment} from 'hardhat/types';
    import {DeployFunction} from 'hardhat-deploy/types';
    
wighawag
published 0.7.0-beta.20 •

Changelog

Source

0.7.0-beta.20

Patch Changes

  • fix --reset order to ensure clearing before fetching deployment
wighawag
published 0.7.0-beta.19 •

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