@yuetlooo/hardhat-config

1.2.0 • Public • Published

Aragon Hardhat Configuration file

Install

$ npm install --save-dev @aragon/hardhat-config

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

module.exports = require('@aragon/hardhat-config')

Set a private key

You can configure a private key in ~/.aragon. Create a file<network>_key.json(eg. rinkeby_key.json) with this structure:

{
  "rpc": "https://<network>.infura.io",
  "keys": ["put-your-priv-key-here"]
}

See set-a-private-key for more information on how to set a private key.

By supplying --network <network> to a hardhat command, it will use the private key and url setup for that network in the <network>_key.json file.

/@yuetlooo/hardhat-config/

    Package Sidebar

    Install

    npm i @yuetlooo/hardhat-config

    Weekly Downloads

    1

    Version

    1.2.0

    License

    AGPL-3.0-or-later

    Unpacked Size

    38.4 kB

    Total Files

    4

    Last publish

    Collaborators

    • yuetlooo