hardhat-network-metadata
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Hardhat Network Metadata Plugin

Adds a new field to hardhat.config.ts

networks: {
  exampleNet: {
    url: "http://localhost:8545",
    metadata: {
      anything: "here"
    }
  }
}

I'll add a build and get this on npm etc. if someone notices me :)

Package Sidebar

Install

npm i hardhat-network-metadata

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

6.45 kB

Total Files

13

Last publish

Collaborators

  • krruzic