New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hardhat-deploy-tenderly

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-deploy-tenderly

Hardhat plugin for hardhat-deploy to push contracts to tenderly

  • 0.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
944
increased by8.51%
Maintainers
0
Weekly downloads
 
Created
Source

hardhat

hardhat-deploy-tenderly

A plugin to push contracts to tenderly

What

This plugin add 2 commands to hardhat

  • hardhat --network <networkName> tenderly:push
  • hardhat --network <networkName> tenderly:verify

Installation

npm install -D hardhat-deploy-tenderly

And add the following statement to your hardhat.config.ts:

import "hardhat-deploy-tenderly";

Required plugins

hardhat-deploy

Tasks

tenderly:push

This plugin adds the tenderly:push task to Hardhat:

hardhat --network <networkName> tenderly:push

This will push all your contract currently deployed on that network to tenderly.

You ll have access to all debugging facility of Tenderly but your contract code will remains private to you and tenderly

tenderly:verify

This plugin adds the tenderly:verify task to Hardhat:

hardhat --network <networkName> tenderly:verify

This will push all your contract currently deployed on that network to tenderly and verify them publicly.

Configuration

This plugin extends the HardhatConfig's ProjectPaths object with an optional tenderly field.

This is an example of how to set it:

module.exports = {
  tenderly: {
    project: '<tenderly project name>',
    username: '<tenderly username>',
  }
};

Usage

Make sure you configure your tenderly settings above.

Install it and you can execute

  • hardhat --network <networkName> tenderly:push
  • hardhat --network <networkName> tenderly:verify

Keywords

FAQs

Package last updated on 23 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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